NeverCode77 downloadsTurn Tasks query results into urgency dashboards with summaries, filters, collapsible details, notes, and dependency links.
Turn Tasks query results into an urgency-focused dashboard with summaries, quick filters, compact cards, collapsible details, rendered notes, and dependency links.
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
```
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
```
Open Settings → Community plugins → Tasks Dashboard Enhancer to configure:
All three settings are optional. Navigation and create buttons only appear when their corresponding values are configured.
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.
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.
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.