61c191505e2ffea40b0267c10a6a1818d170c10b
DOCUMENTATION.md said recent files were in-memory only and lost on vault close, while the code persists them under waypointData.recentFiles; the WaypointData/RecentFilesSettings/WaypointSettings snippets were also missing real fields. Fix those, describe the new behaviour (single-writer saves, settings-driven period detection, O(1) basename lookups, folder-aware rename remapping, unified openPeriodNote, typechecked build), and trim Known Limitations to the two still true (full-DOM redraw, CDN icon dependency). QA.md: restate the 'No icon' case and add coverage for week-number middle-click and for moving a folder that contains bookmarked files.
Waypoint
Calendar, recent files, and custom bookmarks sidebar for Obsidian.
Features
- Calendar panel — month grid with clickable days, week numbers, period indicators (day/week/month/quarter/year)
- Recent files — track recently opened/edited files
- Favorites — custom bookmarks with groups, icons, and rename
Commands
| Command | Default Hotkey |
|---|---|
| Go to daily note | Ctrl+Shift+Alt+D |
| Go to weekly note | Ctrl+Shift+Alt+W |
| Go to monthly note | Ctrl+Shift+Alt+M |
| Go to quarterly note | Ctrl+Shift+Alt+Q |
| Go to yearly note | Ctrl+Shift+Alt+Y |
| Next/Previous daily/weekly/monthly/quarterly/yearly note | — |
Installation
Via BRAT
- Install the BRAT plugin
- Add
https://gitea.mithrilforge.dev/olivier/waypointas a Beta Plugin - Enable Waypoint in Community Plugins
Manual
- Download the latest release from Gitea
- Extract
main.js,manifest.json, andstyles.cssto{vault}/.obsidian/plugins/waypoint/ - Enable Waypoint in Community Plugins