README file from
GithubIn Progress Checkbox
An Obsidian plugin that adds an "in progress" state [/] to task checkboxes.
Features
- Shift+Click on any checkbox → sets it to
[/](in progress) - Click on
[ ]or[/]→ sets it to[x](completed) - Click on
[x]→ sets it to[ ](unchecked)
Works in both Reading view and Live Preview mode.
Installation
From Obsidian Community Plugins
- Open Settings → Community Plugins
- Search for "In Progress Checkbox"
- Install and enable
Manual Installation
- Download
main.js,manifest.jsonfrom the latest release - Create folder
.obsidian/plugins/in-progress-checkbox/ - Copy files into the folder
- Enable the plugin in Obsidian settings
License
MIT