Add period note commands with hotkeys and next/prev navigation

- Add 5 'Go to' commands with default hotkeys:
  Ctrl+Shift+Alt+D/W/M/Q/Y for daily/weekly/monthly/quarterly/yearly
- Add 10 navigation commands (next/prev) for each period type
- Add detectPeriodType() and navigatePeriodNote() helpers
- Bump version to 1.1.0
This commit is contained in:
2026-06-08 12:32:21 -04:00
parent fbdc42b4a3
commit a4714f6fa8
4 changed files with 133 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "waypoint",
"version": "1.0.0",
"version": "1.1.0",
"description": "Calendar, recent files, and custom bookmarks sidebar.",
"main": "main.js",
"scripts": {