Commit graph

3 commits

Author SHA1 Message Date
pdriggett
11e01fb0ea Add per-day practice sessions and customizable skills
- Settings: edit default skills as individual rows with add, remove,
  and reset-to-default controls (replaces the free-text textarea)
- Weekly note: seed each day with a practice Session carrying Dataview
  inline fields (skill::, minutes::, notes::); duplicate the Session
  bullet to log multiple sessions per day. Date is read from the day
  heading, so no hidden metadata is needed
- Skip blank skills when rendering the weekly skill table
- README: document the new settings controls and per-day session fields
2026-06-18 05:06:57 -04:00
pdriggett
927b9addae Add settings functionality to add, remove, edit, and reset the Skills in the the table 2026-06-14 21:05:43 -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