Commit graph

5 commits

Author SHA1 Message Date
pdriggett
0859c9e52f 0.1.3 2026-06-20 10:49:48 -07:00
pdriggett
7ee0368d50 0.1.2 2026-06-18 05:48:07 -04:00
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
pdriggett
0a53a6dc24 0.1.1 2026-06-18 05:07:07 -04:00
pdriggett
b920116cb6 Initial scaffold of Weekly Music Practice Planner
Obsidian community plugin that creates one markdown note per week
under <Folder>/<YYYY>/<YYYY>-Www.md. Week start day is configurable;
weeks that cross a year boundary stay under the year they started.

Includes settings tab (folder, week-start day, default skills) and
commands to open this/next/previous week's plan.
2026-06-14 15:39:24 -04:00