Kerekes Stefan104 downloadsA polished interactive dashboard and control center with draggable widgets, a calendar, and activity tracking.
A polished, interactive dashboard and control center for Obsidian — a grid of draggable, resizable widgets covering your clock, calendar, activity, tasks, capture, and more.
| Widget | Description |
|---|---|
| Clock | Live digital clock with the current date; toggle seconds and 24-hour format |
| Calendar | Month view with a dot on days that have a daily note; click a day to open or create it |
| Activity | GitHub-style heatmap of your editing activity, plus streak, weekly, and total stats |
| Notes | Vault stats at a glance — note count, created today, edits this week, 7-day sparkline |
| Recent | Notes you touched recently, click to open |
| Tags | Your most-used tags, click to run a vault search |
| Today | Checkboxes from today's daily note — check them off or add new tasks inline |
| Quick capture | A textarea that appends to your inbox file or today's note |
| Search | Global vault search right from the dashboard |
| Pomodoro | A focus timer with an animated ring; configurable focus/break lengths |
| Quote | A rotating dose of inspiration |
The plugin isn't on the community plugin list yet. To use it:
npm run build) or download a release.cool-dashboard folder into <your-vault>/.obsidian/plugins/.Ctrl/Cmd + Shift + D.Ctrl/Cmd + Shift + D, or the command palette.All options live under Settings → Aurora Dashboard:
YYYY, YY, MMM, MM, DD, ddd)npm install
npm run dev # watch mode, bundles to main.js
npm run build # typecheck (tsc --noEmit) + production bundle
Smoke test — renders the dashboard in jsdom and runs assertions against every widget:
node smoke/build.mjs # bundle the smoke test
node smoke/out.js # run the checks (exit 0 = pass)
src/registry.ts — widget type registrationsrc/layout.ts — grid layout, collision detection, and overlap resolutionsrc/widgets/*.ts — each widget is a self-contained module with a render functionsrc/view.ts — the dashboard view: grid, drag/resize, edit mode, modalssrc/main.ts — plugin lifecycle, settings, commands, and activity trackingMIT © 2026 Kerekes Stefan