Toby Chen295 downloadsA minimal and elegant plugin that visualizes your checkbox completion with beautiful progress bars.
A minimal and elegant Obsidian plugin that visualizes your checkbox completion with beautiful progress bars.
Track progress for specific sections using embedded progress bars. Simply add a code block:
```sp-bar
[YOUR TEXT]
```
The section progress bar automatically counts checkboxes within the same heading section.
Displays a clean progress bar in the note header showing completion for all checkboxes in the current note. Updates in real-time as you check off tasks.

The note progress bar appears automatically in the header when your note contains checkboxes:
- [ ] Task 1
- [x] Task 2
- [x] Task 3
Add progress tracking to specific sections with the command palette command Simple Progress Bar: Insert inline progress bar, or type the code block manually:
## Section 1
```sp-bar
Progress
```
- [x] Task A
- [x] Task B
- [ ] Task C
The embedded bar will show: 2/3 (67%). If you select text before running the insert command, the selected text becomes the bar label.
Use these exact commands from Obsidian's command palette:
sp-bar code block at the cursor. If text is selected, it becomes the progress bar label.The insert command is available from the command palette after the plugin is enabled. Open a markdown note before running it so the plugin knows where to insert the progress bar.
<vault>/.obsidian/plugins/simple-progress-bar/See DEVELOPMENT.md for instructions on building and testing locally.
If the 100% completion animation does not play, or a local build looks stale after copying files, see TROUBLESHOOTING.md.
sp-bar code block until the note view refreshes. If an embedded bar does not appear immediately after editing the code block itself, switch notes or toggle reading/source mode once.Found a bug or have a feature request? Open an issue
MIT