mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
feat: all code in one file, go fast or go home
This commit is contained in:
parent
cb2b8cafa9
commit
74e6088284
2 changed files with 901 additions and 113 deletions
|
|
@ -1,11 +1,20 @@
|
|||
{
|
||||
"id": "sample-plugin",
|
||||
"name": "Sample Plugin",
|
||||
"id": "obsidian-note-status",
|
||||
"name": "Note Status",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
||||
"author": "Obsidian",
|
||||
"authorUrl": "https://obsidian.md",
|
||||
"fundingUrl": "https://obsidian.md/pricing",
|
||||
"isDesktopOnly": false
|
||||
"description": "Enhance your note organization with a status management system. Assign and track statuses (active, on hold, completed, dropped) for your notes with a customizable interface including status pane, dropdown, and file explorer integration.",
|
||||
"author": "Aleix Soler",
|
||||
"authorUrl": "https://aleixsoler.com",
|
||||
"fundingUrl": {
|
||||
//"Buy Me a Coffee": "https://www.buymeacoffee.com/aleixsoler",
|
||||
"PayPal": "https://paypal.me/aleixsoler"
|
||||
},
|
||||
"isDesktopOnly": false,
|
||||
"keywords": ["status", "notes", "organization", "productivity", "workflow"],
|
||||
"license": "MIT",
|
||||
"icon": "status-pane",
|
||||
"repository": "https://github.com/devonthesofa/obsidian-note-status",
|
||||
"issues": "https://github.com/devonthesofa/obsidian-note-status/issues",
|
||||
"releaseNotes": "Initial release with status management, customizable UI, and file explorer integration."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue