mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
19 lines
892 B
JSON
19 lines
892 B
JSON
{
|
|
"id": "note-status",
|
|
"name": "Obsidian Note Status",
|
|
"version": "1.0.2",
|
|
"minAppVersion": "0.15.0",
|
|
"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": {
|
|
"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."
|
|
}
|