Michael Wolf29 downloadsSwitch checkboxes between customizable statuses via click, keyboard shortcut, or context menu.
Switch Obsidian checkboxes between customizable statuses via click, keyboard shortcut, or context menu.
[ ] not started, [/] in progress, [x] complete, [-] cancelled).main.js, manifest.json, and styles.css from the latest GitHub release.<vault>/.obsidian/plugins/multi-state-checkboxes/ (create the folder if it does not exist)./, x, -) and a label.With statuses configured as [ ] → [/] → [x] → [-], repeatedly cycling a line like:
- [ ] Write the README
will step through all the configured states:
- [/] Write the README
- [x] Write the README
- [-] Write the README
- [ ] Write the README
Once we arrive at the initial state, the cycle simply starts again.
Requires a theme that styles multi-state checkboxes — many popular themes do, including:
Without a supporting theme the checkbox character still cycles in the source, but won't render with a distinct visual.