nbdev994 downloadsEmbed a dashboard in your notes showing counts of priority tags. Perfect for task lists with #Urgent, #Medium, #Low tags.
A plugin that embeds a live dashboard directly within your notes, showing counts of priority tags. Perfect for task lists using tags like #Urgent, #Medium, #Low.

- [ ])Add a dashboard to any note by inserting a code block:
```tag-counter
title: Task Overview
```
This renders as a styled dashboard with coloured boxes showing your tag counts.
The status bar also shows a compact view:

You can customise each dashboard:
```tag-counter
title: Sprint Tasks
tags: Todo,InProgress,Done,Blocked
```
| Option | Description |
|---|---|
title |
Optional heading above the dashboard |
tags |
Comma-separated list of tags to count (overrides default settings) |
# Weekly Tasks
```tag-counter
title: Task Status
```
## Monday
- [ ] Review PR for auth module #Urgent
- [ ] Update documentation #Low
- [x] Fix login bug #High
## Tuesday
- [ ] Team standup #Medium
- [ ] Deploy to staging #High
- [ ] Write unit tests #Medium
main.js, manifest.json, and styles.css from the latest releasetag-counter-dashboard in your vault's .obsidian/plugins/ directoryAccess settings via Settings → Community Plugins → Tag Counter Dashboard (gear icon)
| Setting | Description | Default |
|---|---|---|
| Tracked Tags | Comma-separated list of tags to track | Urgent,High,Medium,Low |
| Count Only Incomplete | Only count tags on unchecked tasks | Off |
| Show Status Bar | Display counts in the status bar | On |
| Tag Colours | Customise colours for each priority level | Red, Orange, Yellow, Blue |
Open the command palette (Ctrl/Cmd + P) and search for:
| Command | Action |
|---|---|
| Insert Tag Counter Dashboard | Inserts a dashboard code block at cursor position |
If this plugin has helped you stay organised, consider supporting its development:
Contributions are welcome! Please feel free to submit a Pull Request.
MIT Licence - see LICENSE for details.