Dan109 downloadsApply Status Sets' reusable status sets to checklist items inside your notes — per file, block, or heading — with the same traffic-light icons, colors, and Glow used in the file tree.
A companion plugin to Status Sets — applies the same reusable status sets to checklist items inside your notes, not just the file tree.
![]()
This plugin reads status sets you define in
Status Sets
(file-folder-status-icons) — install and enable that first. Status sets
themselves are never created, edited, or duplicated here; this plugin only
reads them, live, via a small public API Status Sets exposes for this
purpose.
- [ ] → - [I], etc.),
chosen after testing live that this is the only format Obsidian's own
task parser actually recognizes as a task — see the
docs
for why, and the tradeoffs involved.^ (pick a block) or # (pick a
heading) instead of assigning the whole file.Settings → Community plugins → Browse → search "Checklist Status Sets" → Install → Enable.
Copy main.js, manifest.json, and styles.css from a
release
into <your-vault>/.obsidian/plugins/checklist-status-icons/, then enable
the plugin from Community plugins.
npm install
npm run dev # watch build
npm run build # typecheck + production build
npm run lint
MIT