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" 2. Click "Add to Firefox"
3. Confirm any permission prompts that appear 3. Confirm any permission prompts that appear
### Obsidian
_Coming soon!_
### Userscript ### Userscript
*Note that this is mainly used for beta testing new features, installation via browser extension is recommended for the best experience.* *Note that this is mainly used for beta testing new features, installation via browser extension is recommended for the best experience.*

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", "id": "pocket-bird",
"name": "Pocket Bird", "name": "Pocket Bird",
"version": "2025.11.14.205", "version": "2025.11.14",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "It's a pet bird in your Obsidian, what more could you want?", "description": "It's a pet bird in your Obsidian, what more could you want?",
"author": "Idrees Hassan", "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
}