Skip to content

Feature: Cancel task bullets when returning twice? #1842

@vxnick

Description

@vxnick

I feel there could be a slight UX improvement by modifying enter/return behaviour when wanting to cancel from a task type bullet to a regular.

Current behaviour:

/task
# produces:
- [ ] foo
# return
- [ ] 
# return
- [ ]
# return
# removes the last task bullet

Desired behaviour:

/task
# produces:
- [ ] foo
# return
- [ ]
# return
# removes the last task bullet

A video in case the current behaviour isn't clear enough.

Screen.Recording.2026-02-16.at.10.25.30.mov

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions