This is a plugin for Obsidian (https://obsidian.md).
It offers two configurable commands Cycle forward
and Cycle backward
, that offer more functionality than the basic functions Toggle checkbox status
and Cycle bullet/checkbox
.
List all checkbox "fillings" you want in your rotation and if you want the basic bullet point and "no checkbox".
This plugin makes most sense in combination with CSS that beautifies your checkboxes, such as the Minimal Checklists.
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/obsidian-cycle-checkboxes/
.