Task Mover is a dynamic plugin designed to gather all your unfinished tasks in one place. It automatically locates unfinished tasks across your notes and consolidates them into a single daily note, ensuring you never lose track of your pending activities. It will group the tasks by the original file or by topic. It can also gather the surrounding information and move it together with the tasks.
Move Unfinished Tasks to Daily Note to execute the task consolidation process.This plugin does not require you to type any queries or code. You can use simple tasks (- [ ]) or use task blocks to preserve context:
tasks-start::
## Tasks Header
Details and context here
- [ ] Task1
- [ ] Task2
tasks-end::
If you have several task blocks across your notes with the same topic, it will combine them into one block:
Note 1
tasks-start::
## Buy
- [ ] Pasta
- [ ] Bread
tasks-end::
Note 2
tasks-start::
## Buy
- [ ] Juice
- [ ] Bread
tasks-end::
Result in the daily note
tasks-start::
## Buy
- [ ] Pasta
- [ ] Bread
- [ ] Juice
tasks-end::
If the Delete original tasks is on, it will remove the unfinished tasks from the original notes. Turn it on only if this is what you intend to to.
TODO: