Sean135 downloadsAn interactive home dashboard for Todo, a 3D knowledge graph, plugin shortcuts, vault health, and writing activity.
A calm, interactive home dashboard for Obsidian. Dashboard turns the current vault into a practical overview of tasks, knowledge connections, writing activity, note health, installed plugins, recent notes, and top-level folders.
The interface is written in Chinese and uses a Nord-inspired visual language. All analysis runs locally inside Obsidian.

Dashboard opens automatically when the workspace is ready. You can choose whether it replaces the active tab or opens in a new tab.
| Metric | Definition |
|---|---|
| Notes | Included .md files in the current vault. |
| Total words | Readable CJK characters plus non-CJK word groups after common Markdown syntax, frontmatter, code fences, and comments are removed. |
| No backlinks | Included notes that are not targeted by any resolved link in Obsidian's metadata cache. |
| Empty or very short | Notes whose readable word count is at or below the configured threshold. The default is 10. |
| Open tasks | Unchecked Markdown task items matching - [ ] in the configured Todo file only. No task file is read until a path is configured. |
| Added words | Positive word-count deltas observed after the plugin starts tracking. Deletions do not reduce a day's total. |
| Cumulative links | Current resolved metadata-cache links, recorded as an exact daily snapshot after tracking starts. Earlier dates are estimated from each source note's last-modified date. |
Obsidian files do not contain an exact historical “words added per day” ledger. For dates before installation, Dashboard can estimate activity by grouping each note's current word count under its last-modified date. Estimated cells use a subtle opacity difference and can be disabled in settings.
.obsidian/plugins/aurora-dashboard/data.json..obsidian/plugins/aurora-dashboard/ inside your vault.main.js, manifest.json, and styles.css into that folder.Install Dashboard from Settings → Community plugins → Browse, or open its Obsidian Community listing and choose Add to Obsidian.
The ribbon dashboard icon also opens the view.
The shortcut strip reads installed plugin manifests from the current vault.
Use its manage button to reorder, remove, or add entries. Selecting a shortcut
opens that plugin's Obsidian detail page through the official show-plugin URI.
The 3D graph renderer uses the MIT-licensed
3d-force-graph project and
Three.js. Reduced-motion system preferences disable continuous star and link
particle animation.
Requirements: Node.js 22 and npm.
npm install
npm run dev
Run the complete verification suite:
npm run check
This runs ESLint, Vitest, TypeScript type-checking, and the production esbuild bundle.
manifest.json, package.json, versions.json, and
CHANGELOG.md.npm run check.main.js is generated during the
release workflow and is intentionally ignored by Git.v prefix.main.js, manifest.json, and
styles.css as release assets.Repository: tianxiangyu0717-hub/obsidian-aurora-dashboard
minAppVersion is 1.8.7. The plugin does not use Node or Electron APIs and
includes narrow-view responsive styles. Hands-on QA currently covers Obsidian
1.13.4 on macOS.
The color system and restrained dark surfaces are inspired by insanum/obsidian_nord. Dashboard is an independent plugin and does not include code or assets from that theme.