Tasks Cleaner is an essential plugin for users of Obsidian who want to maintain cleaner Markdown notes by automatically removing old completed tasks. With customizable filters, settings, and regex support, it ensures that notes stay organized without the hassle of manual cleanup.
Tasks Cleaner Plugin is a powerful tool designed for Obsidian users who want to maintain tidy Markdown notes by automatically removing old completed tasks. This plugin is especially beneficial for individuals tracking tasks with completion dates, ensuring that notes remain organized and clutter-free.
To set up Tasks Cleaner, search for "Tasks Cleaner" in the Obsidian community plugins browser. After enabling the plugin in the settings, configure it to meet your organizational needs.
Access the plugin settings through Settings → Community Plugins → Tasks Cleaner. Key options include:
- \[x\].*?✅\s*(\d{4}-\d{2}-\d{2})).The plugin looks for completed tasks formatted as follows:
- [x] Fixed the bug ✅ 2024-12-01
This issue only appears in Firefox
Additional explanation
If a task's completion date exceeds the specified threshold, it, along with any indented descriptions, will be removed following user confirmation.
Consider the following Markdown file TODO Project.md:
- [x] Fix bug ✅ 2024-12-01
This happens in Firefox
- [ ] Implement feature
With a threshold of 7 days, the first task and its description will be deleted after confirmation, keeping notes clean and relevant.
Prior to any deletion, a confirmation modal will appear to inform users of the number of tasks due to be removed from each file, ensuring that no data is lost without consent.
With Tasks Cleaner, keep your notes clear and focused, enabling better task management within your Obsidian environment.
No comments yet.
Sign in to be the first to comment.