hazel258 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.

Habit Dashboard/Events/) — click the title to open it, click ▶ to mark it started, and postpone unfinished events to tomorrow (one at a time, or all at once from the weekly view). Archived weeks show task duration and link back to the note.


Habit Dashboard/Tasks/ — its ## 子任务 checklist stays in two-way sync with the in-app task list.Daily events linked to notes (left sidebar shows the auto-created files under Habit Dashboard/Events/):

Task box item linked to a note (clicking the task opens its file under Habit Dashboard/Tasks/):


main.js, manifest.json, and styles.css from the latest GitHub release..obsidian/plugins/habit-dashboard/.habit-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.Habit Dashboard/Events/ or Habit Dashboard/Tasks/). Click the title to open the note; renaming the note renames the item; editing the ## 子任务 checklist in a task-box note syncs tasks both ways.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.This plugin is a modified version of Yori Dashboard by yoriGo77, used and redistributed under the MIT License with attribution preserved (see LICENSE).
MIT — see LICENSE in the repository root.