Commit graph

2 commits

Author SHA1 Message Date
pdriggett
0915a08f84 Add persistent skill history and skill:: autocomplete
Track every skill ever used in a new skillHistory setting that is never
auto-pruned, so skills removed from the active list are still available.

- EditorSuggest dropdown for the skill:: inline field, sourced from the
  union of active skills and history
- Capture skills as they're added: settings edits (on blur), autocomplete
  selection, and skills typed inline (via vault modify, debounced, not
  per keystroke)
- Scan existing notes into history on load and via a new "Rebuild skill
  history from notes" command
- Settings UI lists the full history with per-entry and bulk delete
- Bump tsconfig target/lib to ES2018 for String.padStart
2026-06-20 10:49:37 -07: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