Tag Counter Dashboard

pending

by MA Frampton

Embed a dashboard in your notes showing counts of priority tags. Perfect for task lists with #Urgent, #Medium, #Low tags.

1 starsUpdated 3mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Tag Counter Dashboard

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.

Downloads

Tag Counter Dashboard Example

Features

  • Embedded Dashboard - Insert a tag counter anywhere in your notes using a simple code block
  • Live Updates - Counts automatically refresh when you edit the file
  • Status Bar - Optional compact view at the bottom of the window
  • Configurable Tags - Track any tags you want, not just priorities
  • Customisable Colours - Change colours for each priority level via settings
  • Task-Only Mode - Option to count only tags on incomplete checkboxes (- [ ])

Usage

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:

Status Bar

Options

You can customise each dashboard:

```tag-counter
title: Sprint Tasks
tags: Todo,InProgress,Done,Blocked
```
OptionDescription
titleOptional heading above the dashboard
tagsComma-separated list of tags to count (overrides default settings)

Example: Task List with Dashboard

# 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

Installation

From Community Plugins

  1. Open SettingsCommunity Plugins
  2. Click Browse and search for "Tag Counter Dashboard"
  3. Click Install, then Enable

Manual Installation

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create a folder called tag-counter-dashboard in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into this folder
  4. Reload the app and enable the plugin in Settings → Community Plugins

Configuration

Access settings via SettingsCommunity PluginsTag Counter Dashboard (gear icon)

SettingDescriptionDefault
Tracked TagsComma-separated list of tags to trackUrgent,High,Medium,Low
Count Only IncompleteOnly count tags on unchecked tasksOff
Show Status BarDisplay counts in the status barOn
Tag ColoursCustomise colours for each priority levelRed, Orange, Yellow, Blue

Commands

Open the command palette (Ctrl/Cmd + P) and search for:

CommandAction
Insert Tag Counter DashboardInserts a dashboard code block at cursor position

Support

If this plugin has helped you stay organised, consider supporting its development:

Buy Me A Coffee

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Licence

MIT Licence - see LICENSE for details.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.