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

Tasks Dashboard Enhancer

NeverCodeNeverCode77 downloads

Turn Tasks query results into urgency dashboards with summaries, filters, collapsible details, notes, and dependency links.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Turn Tasks query results into an urgency-focused dashboard with summaries, quick filters, compact cards, collapsible details, rendered notes, and dependency links.

Requirements

  • Obsidian 1.5.0 or newer.
  • The community plugin Tasks must be installed and enabled.
  • QuickAdd is optional. You can configure any command ID for the dashboard's create-task buttons.

Features

  • Automatically regroup tasks into overdue, today, next seven days, later, unscheduled, and completed sections.
  • Show pending, overdue, today, and next-seven-days summaries.
  • Filter the dashboard without modifying task data.
  • Keep task cards compact while retaining dates and priority.
  • Expand child notes and navigate between dependency tasks.
  • Show how many days a task is overdue.
  • Provide responsive desktop and mobile layouts.
  • Avoid JavaScript expressions in Tasks queries.

Set up a task center

Add these CSS classes to the note properties:

cssclasses:
  - tasks-dashboard
  - tasks-center

Use a regular Tasks status query. The enhancer performs urgency regrouping after Tasks renders the result:

```tasks
(not done) OR (done after 14 days ago)
group by status
sort by status
sort by happens
sort by priority
```

Set up an inbox

Add the tasks-inbox CSS class to an inbox note. A typical inbox query contains tasks without start, scheduled, or due dates:

```tasks
not done
no start date
no scheduled date
no due date
sort by created reverse
```

Settings

Open Settings → Community plugins → Tasks Dashboard Enhancer to configure:

  • Task center note path.
  • Task inbox note path.
  • Create-task command ID supplied by QuickAdd or another plugin.

All three settings are optional. Navigation and create buttons only appear when their corresponding values are configured.

Privacy and network access

The plugin works locally inside the Obsidian vault. It does not make network requests, collect telemetry, access files outside the vault, or install dependencies at runtime.

Manual installation

Download main.js, manifest.json, and styles.css from the latest GitHub Release and place them in:

<vault>/.obsidian/plugins/tasks-dashboard-enhancer/

Restart Obsidian, then enable Tasks Dashboard Enhancer under Community plugins.

Development

This repository maintains readable JavaScript source. It does not claim to restore a missing TypeScript history.

npm run build
npm run check

No network access or dependency installation is required for the production build.

License

MIT

HealthExcellent
ReviewCaution
About
Turn Tasks query results into an urgency-focused dashboard with summaries, quick filters, compact cards, collapsible details, rendered note previews, and dependency links. Regroup tasks into overdue, today, next 7 days, later, unscheduled, and completed sections, show overdue counts and days overdue, and provide responsive desktop and mobile layouts.
TasksProject management
Details
Current version
2.0.0
Last updated
4 weeks ago
Created
4 weeks ago
Updates
1 release
Downloads
77
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
NeverCodeNeverCodefzk177
GitHubfzk177
  1. Community
  2. Plugins
  3. Tasks
  4. Tasks Dashboard Enhancer

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.

TickTickSync

Sync TickTick tasks.

Operon

Task and project management system that unifies inline tasks and file-based tasks in the same workflows with Tables, Filters, Calendars, Kanban boards, Gantt views, Canvas, and time tracking.

dotpm

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

Base Board

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

Apex Dashboard

Your personal command center — memos, todos, and projects in one stunning glassmorphism dashboard.

TODOseq

Lightweight keyword-based task tracker using Logseq style keywords.

TaskChute Plus

Execute TaskChute that slots today's tasks, tracks projects, adds comments, and keeps you focused on now.

Task Zero

A keyboard-first GTD task management system.

Smart Gantt

Generate Gantt charts from your tasks.