wan74 downloadsYour personal command center — memos, todos, and projects in one stunning glassmorphism dashboard.
Stop switching between Obsidian notes. One page. Everything you need. Memo your thoughts, crush your todos, track your projects — and make it look incredible doing it. 【中文版】
Capture thoughts instantly with a built-in memo pad. Each memo card has a writable textarea — jot down ideas, meeting notes, or daily reflections without leaving your dashboard. Supports [[wikilinks]] that render as clickable links.
Manage tasks with interactive checklists. Add, reorder, drag-and-drop, and check off tasks. A progress bar shows completion percentage at a glance. Todo items also support [[wikilinks]] for cross-referencing notes.
Organize your vault documents into project cards. Each card links to related notes, displays a cover image (supports both local vault images and web URLs), and supports inline document search to add new files quickly. Manage multiple file types including Markdown notes, PDFs, images, audio, and video.
A compact, list-style section for organizing reference documents and quick-access files. Displays up to 5 cards per row without cover images for maximum density.
A native month-grid calendar of every dated task across your vault (no dataview or external plugin needed). Each day cell lists its tasks; click a day for its agenda. Open a full-screen calendar with month navigation and inline toggling. Multi-day events with [start::] / [end::] span across days.
Pin your most-used shortcuts to the sidebar. Supports two action types: File links to open any document, and Command shortcuts to trigger any Obsidian command. Includes built-in presets for New Journal and New Note.
The left sidebar features decorative widgets for at-a-glance information:
A customizable banner with an inspirational quote and optional background image. Supports both local vault images and web URLs. Double-click to edit.
Drag cards between sections to reorganize your workspace. Drag task items within Todo cards to reorder. Drag document links between project/note cards.
Create sections with 4 built-in types — Memo, Todo, Projects, and Notes — each with its own layout and behavior. Mix and match to fit your workflow.
The sidebar shows recently edited files with relative timestamps, so you can jump back into your latest work.
14 handcrafted themes, each with distinct visual identity:
| Theme | Style |
|---|---|
| Earth | Warm organic tones, parchment textures |
| Nordic | Clean minimal with blue accents |
| Aurora | Frosted glass with animated aurora gradient |
| Island | Animal Crossing pastels, forest green and ocean blue |
| Tundra | Cold gray + avocado green aurora, sage glass cards |
| Blossom | Rose glass glow, transparent sections |
| Haze | Smoky white-to-blue mist, extreme glass transparency |
| Jade | Green bamboo mist, crisp jade-cut edges |
| Matcha | Morandi green, solid warm tones |
| Lilac | Morandi purple, soft and muted |
| Carbon | Industrial monochrome, sharp lines |
| Onyx | Pure black with lemon accent, identical in light & dark |
| Mono | Pure black/white minimal, no glass or gradients |
All themes support both Obsidian light and dark modes.
.obsidian/plugins/obsidian-dashboard/ folderObsidian Dashboard: Open dashboarddashboard.md file is automatically created in your vault rootNote: Deleting, renaming, or reordering sections must be done by editing the
dashboard.mdfile directly. Any changes made to the note will take effect in the dashboard view immediately.
src/
├── core/ # 核心层
├── data/ # 数据层
├── services/ # 服务层
├── renderers/ # 渲染层
├── sections/ # 业务区域
├── modals/ # 模态框
├── components/ # 通用组件
├── styles/ # 模块化 CSS 源码(主题变量 + 组件样式)
└── utils/ # 工具函数
Note: 根目录的
styles.css是构建产物,由build-css.mjs脚本从src/styles/目录自动生成,无需手动编辑。
MIT