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