Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Prism Dashboard

Kerekes StefanKerekes Stefan51 downloads

A context-adaptive dashboard that reconfigures itself by time of day, active project, and live priority.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

A context-adaptive dashboard for Obsidian that reconfigures itself by time of day, active project, and live priority.

The dashboard reads your vault and reshapes itself across four modes — Morning briefing, Working mode, Evening review, and Night desk — surfacing what matters most right now instead of a static panel.

Features

  • Adaptive by time of day — modes shift automatically through morning, day, evening, and night, with a toolbar to override anytime.
  • Adaptive by project — "Today's focus" derives the active project from the folder of your most recently opened note.
  • Live priority ranking — widgets re-rank by urgency (overdue tasks jump to the top), so the most important thing is always at the top of the grid.
  • Quick capture — type a thought, press Enter, and it's appended to Capture.md at your vault root.
  • Manual refresh — a toolbar button forces a fresh read of the vault, next to a "last updated" timestamp.
  • Aurora styling — glass cards, gradient hero, and per-mode color themes, matching light and dark Obsidian themes.

Screenshots

Morning Day
Morning Day
Evening Night
Evening Night

Widgets

Widget Shows Modes
Open loops Open tasks, overdue ones first morning · day · night
Deadlines Tasks due within ~3 days morning · day · evening
Work queue Open tasks by note freshness day · night
Today's focus Active project + recent notes in it morning · day
Quick capture Inline capture box all
Touched today Notes edited today evening · night
Notes to revisit Notes untouched 7+ days, still linked evening · night
Tomorrow's prep What lands tomorrow evening · night

How the data works

The dashboard reads ordinary Markdown — no separate setup needed.

Tasks feed Open loops, Work queue, and Deadlines:

- [ ] Call the dentist                       <!-- open task -->
- [x] Book venue for demo                    <!-- done, ignored -->
- [ ] Ship signup flow fix 📅 2026-08-17    <!-- open task with due date -->

Due dates come from the inline 📅 YYYY-MM-DD emoji, or from frontmatter on the note (inherited by its tasks):

---
due: 2026-08-17
---

- [ ] Draft Monday sync agenda

Today's focus tracks your most recent file-open and uses that file's parent folder as the active project.

Notes to revisit is automatic: notes untouched for 7+ days that still have at least one outgoing [[link]].

Quick capture writes each capture as a bullet under Capture.md.

Installation

  1. Download the latest release from the releases page.
  2. Unzip main.js, manifest.json, and styles.css into YourVault/.obsidian/plugins/prism-dashboard/.
  3. Reload Obsidian, then enable Prism Dashboard under Settings → Community plugins.
  4. Open it via the ribbon icon (dashboard) or the command palette: Open dashboard.

Development

npm install        # install dependencies
npm run dev        # watch mode — rebuilds main.js on change
npm run build      # type-check + production build

The plugin is built with esbuild from TypeScript sources in src/.

License

MIT © 2026 Kerekes Stefan

HealthExcellent
ReviewPassed
About
Display a context-adaptive dashboard that reshapes by time of day, active project, and live task priority across Morning, Working, Evening, and Night modes. Rank widgets by urgency (overdue tasks rise), surface Today's focus from the folder of your most recently opened note, and append quick captures to Capture.md while reading tasks and due dates from ordinary Markdown (inline YYYY-MM-DD markers or frontmatter).
TasksProject managementDates
Details
Current version
1.0.2
Last updated
Last week
Created
Last week
Updates
3 releases
Downloads
51
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Kerekes StefanKerekes Stefanstef4678
GitHubstef4678
  1. Community
  2. Plugins
  3. Tasks
  4. Prism Dashboard

Related plugins

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

TODOseq

Lightweight keyword-based task tracker using Logseq style keywords.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

TickTickSync

Sync TickTick tasks.

Project Manager

Full-featured task and project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications, dependancies

LifeOS

Life management system.

Day Planner OG

Day planning from a simple task list in a Markdown note (bare bones, preserves the features and behavior of the original plugin).

Base Board

Organize notes into Kanban boards using frontmatter properties. Drag and drop cards between columns powered by Bases.

Operon

Task and project management system that unifies inline tasks and file-based tasks in the same workflows with Tables, Filters, Calendar planning, Kanban boards, pinned tasks, and time tracking.

Rollover Daily Todos

Rollover any unchecked checkboxes from your last daily note into today's note.