# In 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 1. Open Settings → Community Plugins 2. Search for "In Progress Checkbox" 3. Install and enable ### Manual Installation 1. Download `main.js`, `manifest.json` from the latest release 2. Create folder `.obsidian/plugins/in-progress-checkbox/` 3. Copy files into the folder 4. Enable the plugin in Obsidian settings ## License MIT