pdriggett_practice-planner/manifest.json
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

10 lines
299 B
JSON

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