Lightweight Obsidian plugin that renders checkbox-status counts next to Markdown sections and list groups in Live Preview and Reading mode.
- Counts checkbox markers without changing the note.
- Supports section, local list, nested group, and virtual summaries.
- Keeps nonstandard task markers separate instead of normalizing them.
- Ignores ordinary list items when calculating counts.
- Works on desktop and mobile.
- Install and enable BRAT.
- Run
BRAT: Add a beta plugin for testing. - Enter
ssfxate/checklist-summary.
BRAT installs the release assets main.js, manifest.json, and styles.css from GitHub Releases.
npm install
npm run checkThe editable source is src/main.ts; npm run build produces the distributable main.js.
npm run release:patchThe release command bumps the version, validates and builds the plugin, pushes the commit and tag, and creates a GitHub Release with all BRAT assets.