A simple Obsidian plugin that automatically deletes tasks when they are checked in files tagged with #deleteoncheck
.
- Add the
#deleteoncheck
tag anywhere in your note - Create tasks using the standard markdown format:
- [ ] Your task
- When you check a task (making it
- [x] Your task
), it will be automatically deleted
- Quick todo lists that you want to disappear when completed
- Temporary reminders that don't need to persist
- Clean, minimal task management
- Copy this plugin to your
.obsidian/plugins/delete-on-check/
folder - Enable the plugin in Obsidian settings under Community Plugins
- Start using it by adding
#deleteoncheck
to any note with tasks
# My Tasks #deleteoncheck
- [ ] Buy groceries
- [ ] Call mom
- [ ] Finish report
When you check any of these tasks, they will be immediately deleted from the note.