tom-un198 downloadsAutomatically move checklist items to the bottom of the list as they are checked.

An Obsidian plugin that replicates Apple Notes' "Automatically sort checked items" behavior: when you check off a to-do item, it automatically moves to the bottom of the list so your focus stays on what's left to do.
main.js and manifest.json from the latest releasecheckbox-reorder in your vault's .obsidian/plugins/ directorygit clone https://github.com/tom-un/obsidian-checkbox-reorder.git
cd obsidian-checkbox-reorder
npm install
npm run build
Then copy the folder (or symlink it) into your vault's .obsidian/plugins/ directory.
npm run dev # Watch mode — rebuilds on file changes
npm run build # Production build
MIT