feat: all code in one file, go fast or go home

This commit is contained in:
Aleix Soler 2025-04-03 15:53:08 +02:00
parent cb2b8cafa9
commit 74e6088284
2 changed files with 901 additions and 113 deletions

991
main.ts

File diff suppressed because it is too large Load diff

View file

@ -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."
}