Wallace Wyslas62 downloadsShows checkbox progress bar in the view header (mobile + desktop) and status bar, with a reset button to clear all checkboxes.
An Obsidian plugin that displays a real-time checkbox completion counter in your status bar (next to words and characters). It also adds a progress bar with a reset button to the view header on both desktop and mobile!

- [ ], - [x], - [-], - [/]) in the active note.☑ 3/10 (30%) directly in the Obsidian status bar.dataviewjs) and frontmatter YAML.
While the plugin is not yet available in the Community Plugins directory, you can install it manually:
main.js, manifest.json, styles.css) into your Obsidian vault's plugin directory: .obsidian/plugins/checkbox-progress/.To build the plugin from source:
npm install
npm run build
The plugin listens to several Obsidian events to provide a seamless experience:
Upon each event, it quickly scans the active note's content, counts total vs. completed checkboxes, and updates the UI elements accordingly.
This project is licensed under the MIT License - see the LICENSE file for details.