yorigo77234 downloadsDaily dashboard for desktop and mobile: events, data logs, tasks, check-ins, moments, monthly plans, and quick links.
An Obsidian dashboard plugin that gathers your daily events, data logs, tasks, check-ins, moments, monthly plans, and quick links into one organized page you can view and edit at a glance.
main.js, manifest.json, and styles.css from the latest GitHub release..obsidian/plugins/yori-dashboard/.yori-dashboard under plugins.Note:
main.jsalready bundles every module fromlib/into a single file. For deployment only those three files are required — you don't need to copylib/,src/,tests/, orscripts/.
... button opens the monthly history with archive support.+ Quick link and configure a button. Drag a quick button to reorder; right-click to delete.minAppVersion in manifest.json.manifest.json sets isDesktopOnly to false.src/main.js. Business modules live in lib/; section renderers under lib/sections/.npm test (built on Node's built-in node:test).npm run build — a zero-dependency bundling script that emits a single main.js to the project root.MIT — see LICENSE in the repository root.