mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Compare commits
4 Commits
2025.11.14
...
obsidian-r
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45e53d7697 | ||
|
|
bc794c99d5 | ||
|
|
45626fda25 | ||
|
|
322b0d0b90 |
@@ -35,6 +35,10 @@ It's a pet bird that hops around your computer, what more could you want?
|
||||
2. Click "Add to Firefox"
|
||||
3. Confirm any permission prompts that appear
|
||||
|
||||
### Obsidian
|
||||
|
||||
_Coming soon!_
|
||||
|
||||
### Userscript
|
||||
|
||||
*Note that this is mainly used for beta testing new features, installation via browser extension is recommended for the best experience.*
|
||||
@@ -74,4 +78,4 @@ If you are running Pocket bird on a browser, the extension needs these permissio
|
||||
|
||||
If you'd like to get in touch, check out the [Discord](https://discord.gg/6yxE9prcNc) to suggest features, report bugs, and stay updated on development!
|
||||
|
||||
Also feel free to check out my other open-source projects like [Monocraft](https://github.com/IdreesInc/Monocraft), [PicoChat](https://github.com/IdreesInc/PicoChat), and more on [my website](https://idreesinc.com/)!
|
||||
Also feel free to check out my other open-source projects like [Monocraft](https://github.com/IdreesInc/Monocraft), [PicoChat](https://github.com/IdreesInc/PicoChat), and more on [my website](https://idreesinc.com/)!
|
||||
|
||||
448
dist/obsidian/main.js
vendored
448
dist/obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/obsidian/manifest.json
vendored
2
dist/obsidian/manifest.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "pocket-bird",
|
||||
"name": "Pocket Bird",
|
||||
"version": "2025.11.14.205",
|
||||
"version": "2025.11.14",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "It's a pet bird in your Obsidian, what more could you want?",
|
||||
"author": "Idrees Hassan",
|
||||
|
||||
372
dist/obsidian/styles.css
vendored
Normal file
372
dist/obsidian/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
10
manifest.json
Normal file
10
manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "pocket-bird",
|
||||
"name": "Pocket Bird",
|
||||
"version": "2025.11.14.205",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Add a pet bird to fly around your notes and keep you company!",
|
||||
"author": "Idrees Hassan",
|
||||
"authorUrl": "https://idreesinc.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
Reference in New Issue
Block a user