lemon69591 downloadsA beautiful, panoramic dashboard for vault storage statistics, file analysis, treemap visualization, and orphan attachment detection.
English | 简体中文
A beautiful, panoramic dashboard for Obsidian that gives you a bird's-eye view of your vault's storage composition, file distribution, and health — helping you identify large files and orphan attachments at a glance.
.obsidian/ config) for a true folder-level size estimate.resolvedLinks metadata.getLanguage() API, requires Obsidian ≥ 1.8.7).--color-accent, --text-normal, etc.) for seamless theme adaptation.isDesktopOnly: false). Desktop-only features (disk estimate, file manager reveal) are gracefully hidden on mobile.main.js, manifest.json, and styles.css from the latest release.<your-vault>/.obsidian/plugins/vault-dashboard/| Setting | Description | Default |
|---|---|---|
| Ignore path prefixes | One vault-relative prefix per line to exclude from indexed scans (e.g., large-videos) |
(empty) |
| Show disk folder total (desktop) | Enable recursive disk size estimation | Off |
| Indexed scan yield interval | Yield to the main thread after this many indexed files (0–100; 0 = off) | 25 |
| Orphan scan: deep Markdown metadata pass | Parse metadata links/embeds for more accurate orphan detection | On |
| Orphan scan: deep body text fallback | Regex-based fallback scan of note content for link detection | Off |
| Setting | Description | Default |
|---|---|---|
| Show vault identity badge | Toggle the identity badge in the right sidebar | On |
| Custom vault name | Additional label on the badge; empty uses the vault folder name | (empty) |
| Badge theme color | Accent color for the badge border | Theme default |
| Badge opacity | Badge transparency (0.1–1.0) | 0.8 |
npm install
npm run dev # watch mode
npm run build # type check + production build
npm run lint # ESLint
Build output is written to main.js at the project root (not dist/).
Copy main.js, manifest.json, and styles.css to:
<vault>/.obsidian/plugins/vault-dashboard/
Reload Obsidian and enable the plugin.
This project is licensed under GPL-3.0-only.