pdriggett_practice-planner/manifest.json
pdriggett 802b73c161 Address issues flagged by Obsidian plugin review
- Raise minAppVersion to 1.4.0 to cover the APIs in use (getLeaf,
  createFolder, ExtraButtonComponent.setTooltip), fixes no-unsupported-api
- Type the loadData() result in loadSettings, fixes no-unsafe-assignment
- Make settings event callbacks synchronous and fire saves via void,
  fixes no-misused-promises
- Replace the builtin-modules dependency with node:module builtinModules
- Re-render only the skills sub-section instead of calling the deprecated
  PluginSettingTab.display() on each edit
2026-06-18 05:48:00 -04:00

10 lines
No EOL
297 B
JSON

{
"id": "practice-planner",
"name": "Weekly Music Practice Planner",
"version": "0.1.1",
"minAppVersion": "1.4.0",
"description": "Plan and track weekly music practice: per-skill progress by day, plus per-day notes.",
"author": "Patrick Driggett",
"authorUrl": "",
"isDesktopOnly": false
}