devonthesofa_obsidian-note-.../manifest.json

21 lines
814 B
JSON
Raw Normal View History

2025-04-03 13:49:10 +00:00
{
2025-04-03 14:55:18 +00:00
"id": "note-status",
2025-04-04 14:59:08 +00:00
"name": "Note Status",
2025-11-24 18:16:38 +00:00
"version": "3.0.0",
2025-04-03 13:49:10 +00:00
"minAppVersion": "0.15.0",
2025-11-24 18:16:38 +00:00
"description": "Track and change note statuses across your vault with templates, bulk folder actions, dashboards, and non-Markdown support.",
"author": "Aleix Soler",
"authorUrl": "https://aleixsoler.com",
"fundingUrl": {
2025-11-24 18:16:38 +00:00
"PayPal": "https://paypal.me/aleixsoler",
"Buy Me a Coffee": "https://buymeacoffee.com/aleixsoler"
},
"isDesktopOnly": false,
"license": "MIT",
2025-05-23 17:13:19 +00:00
"icon": "tag",
"repository": "https://github.com/devonthesofa/obsidian-note-status",
"issues": "https://github.com/devonthesofa/obsidian-note-status/issues",
2025-11-24 18:16:38 +00:00
"releaseNotes": "3.0.0: full UI refresh, new dashboards and grouped views, bulk folder actions, templates and mappings, and non-Markdown status support.",
2025-04-04 13:35:05 +00:00
"css": "styles.css"
2025-04-03 13:49:10 +00:00
}