Adam Tweedie428 downloadsDisplay a progress bar for your checklist (todo) items.
Automatically display a live progress bar above any checklist block in your Obsidian notes.

Place a > [!progress] callout directly above a checklist block. The plugin will automatically calculate how many items are checked and update the progress bar in real time as you tick things off.
> [!progress] ███████████░░░░░░░░░ 9/16 (56%)
- [x] Set up project repository
- [x] Define initial requirements
- [ ] Design system architecture
- [ ] Implement core data models
...
No configuration needed — just drop in the callout and start checking things off.
> [!progress]
Note: The
> [!progress]line must appear directly before your checklist block. Items are counted from that line down to the next progress bar or end of file.
main.js, manifest.json, and styles.css into your vault at:<vault>/.obsidian/plugins/checklist-progress-bar/
Found a bug or have a feature request? Open an issue on GitHub. Pull requests are welcome.