4 Commits

Author SHA1 Message Date
Idrees Hassan
45e53d7697 Update manifest.json 2025-11-15 14:56:31 -05:00
Idrees Hassan
bc794c99d5 Update distributed code to fix review issues 2025-11-15 14:53:41 -05:00
Idrees
45626fda25 Update README with Obsidian section
Added a section for Obsidian with a note about upcoming features.
2025-11-14 17:19:58 -05:00
Idrees Hassan
322b0d0b90 Add obsidian manifest to root 2025-11-14 17:08:22 -05:00
5 changed files with 409 additions and 429 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long

View File

@@ -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

File diff suppressed because one or more lines are too long

10
manifest.json Normal file
View 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
}