mirror of
https://github.com/pdriggett/practice-planner.git
synced 2026-07-22 07:47:14 +00:00
- 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
10 lines
No EOL
297 B
JSON
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
|
|
} |