Auto Sort Checked Items

approved

by tom-un

Automatically move checklist items to the bottom of the list as they are checked. - This plugin has not been manually reviewed by Obsidian staff.

β˜… 1 stars↓ 194 downloadsUpdated 1mo agoMIT

Auto Sort Checked Items

Auto Sort Checked Items demo

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.

Features

  • βœ… Auto-reorder β€” Checked items slide to the bottom of their checkbox group
  • πŸͺ† Nesting-aware β€” Items with sub-items move as a group, and indented items reorder within their own level
  • ✨ Smooth animation β€” A ghost of the checked row visually slides to its new position
  • ↩️ Clean undo β€” Cmd/Ctrl+Z undoes both the check and the move in one step

Installation

Manual

  1. Download main.js and manifest.json from the latest release
  2. Create a folder called checkbox-reorder in your vault's .obsidian/plugins/ directory
  3. Place both files inside it
  4. In Obsidian, go to Settings β†’ Community Plugins and enable "Checkbox Reorder"

From source

git 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.

Development

npm run dev    # Watch mode β€” rebuilds on file changes
npm run build  # Production build

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.