Skip to content

Feature Request: Task forwarding #316

Description

@ribal-gz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions