Counter
pendingby teorikup
Adds simple goal counters that you can click and style from settings.
Interactive Counter
Compact inline counters for Obsidian notes.
Counter turns markdown tokens like <day-3/10> into interactive counters in both Live Preview and Reading View.
Features
- Inline counters rendered from
<day-current/goal>tokens - Edit both the current value and goal directly from the note
- Works in Live Preview and Reading View
- Insert a counter from the command palette or editor context menu
- Customize border radius, border width, border color, background, and counter size from plugin settings
Usage
Write a token like this in your note:
<day-3/10>
It will render as an interactive counter.
- Click the left number to edit the current value
- Click the right number to edit the goal
- Changes are written back to the original markdown token
Commands
Insert number tracker
If text like 3/10 is selected, the command converts it into <day-3/10>.
Settings
You can customize:
- Border radius
- Border stroke
- Border color
- Background mode and color
- Counter size
Privacy
This plugin does not make network requests, send analytics, or use external services.
Author
- X: @teorikup
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.