Skip to content

Turning paragraph into list item by hitting backspace at the beginning #32

@alexanderjulmer

Description

@alexanderjulmer

Expected behavior: Hitting backspace at the beginning of a non-empty paragraph that is located behind a list attaches the paragraph's text to the last list item.

* This
* is a
* list

|Some paragraph…. <- Cursor at the beginning of the paragraph, hit backspace

turns into

* This
* is a 
* listSome paragraph….  <- Paragraph attached to the last list item

Actual behavior: Hitting backspace moves cursor to the end of the last list item and leaves the paragraph unchanged.

Reasoning: Users use this behaviour to turn paragraphs they have written into list items. Similarly, see also #27, #30. Attaching a paragraph the the last list items as described above is standard behaviour of Word, Google Docs and Notion.

Metadata

Metadata

Assignees

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