Proposal
It would be useful no move tasks between notes using the forward - [>] syntax.
For example, you can maintain a TODO note with some pending tasks for a project, and move on of them to the current daily note to start working on it, and even forward it again to another day if you didn't finish the work in time.
project_tasks.md
# Project TODO
- [>] Task 1
- [ ] Task 2
- [ ] Task 3
Daily/2026-07-02.md
# 2026-07-02
## Today tasks
- [ ] Task 1 (moved from project_tasks.md)
User experience
On the editor side, after typing the > character, it could prompt the user to choose the note to move the task to.
From the Tasks view, a new "Forwarded" category could be used to keep track of the tasks, with links to both the original task and the current one.
Proposal
It would be useful no move tasks between notes using the forward
- [>]syntax.For example, you can maintain a TODO note with some pending tasks for a project, and move on of them to the current daily note to start working on it, and even forward it again to another day if you didn't finish the work in time.
project_tasks.mdDaily/2026-07-02.mdUser experience
On the editor side, after typing the
>character, it could prompt the user to choose the note to move the task to.From the Tasks view, a new "Forwarded" category could be used to keep track of the tasks, with links to both the original task and the current one.