Automatically sorts your checklists in Obsidian. Unfinished tasks go under ### Open, completed tasks under ### Completed. No more manual dragging – just add a marker and let the plugin do the work.
If you have notes with many checklists, it's easy to lose track of what's done and what's not. This plugin automatically groups your tasks into two clean sections, keeping your notes organized and your focus clear.
<your vault>/.obsidian/plugins/todolist-sorter/.%% ToDoList %% anywhere in any .md file (e.g., at the top or bottom).- [ ] Task not done* [ ] Another open task- [x] Completed task- [X] Completed task (capital X)* [x] Completed with asterisk* [X] Completed with asterisk and capital X### Open.### Completed.Example:
Before saving:
%% ToDoList %%
- [ ] Buy groceries
- [x] Call mom
Some note text
After saving:
%% ToDoList %%
Some note text
### Open
- [ ] Buy groceries
### Completed
- [x] Call mom
%% ToDoList %%. Other files are left untouched.- [ ] or * [ ] at the beginning of a line.Ivan Petrov
GitHub: @SasunHuevich