c5282dbdeff4ed8f95f1be72753ef450ec8473d0
The build only ran esbuild, which strips types without checking them — that is how the week-number ReferenceError shipped. Add a typecheck script and run it before bundling. It is invoked as 'node node_modules/typescript/bin/tsc' rather than a bare 'tsc' because this repo's node_modules/.bin entries are Linux-style symlinks with no Windows .cmd shims, matching how the existing scripts already call 'node esbuild.config.mjs' directly. - tsconfig lib gains ES2017 so Object.entries resolves (was TS2550 plus cascading TS7031 implicit-any errors); strictness untouched. - manifest minAppVersion 0.16.3 -> 1.4.4: the plugin calls setTooltip(), added in API 1.4.4, so every declared-supported version below that threw TypeError on render. - settings-tab: type plugin as WaypointPlugin via a type-only import (no runtime cycle) to drop the (this.plugin as any).saveSettings() cast, and make the slider helper generic instead of obj: any. No UI change. - Add the MIT LICENSE file that package.json and the About tab already claim.
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