Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating lists is painful #269

Open
auryn-macmillan opened this issue Oct 17, 2023 · 0 comments
Open

Creating lists is painful #269

auryn-macmillan opened this issue Oct 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working priority
Milestone

Comments

@auryn-macmillan
Copy link
Member

Describe the bug
Creating lists (both ordered an unordered) currently requires each line to be manually selected and set to a list.

To Reproduce
Steps to reproduce the behavior:

  1. open a new draft
  2. select list or ordered list from the block picker
  3. type something for your first list item
  4. press [enter]/[return] to move to your second list item
  5. Notice that the new line is a separate block and is set to paragraph, you must open the block picker and select one of the list types in order to continue your list.

Expected behavior
If you are editing a list item:

  • pressing [enter]/[return] should move insert a new item to your list immediately below the current line.
  • pressing [shift]+[enter] should move to a new line in the same block, rather than creating a new block. This and all subsequent lines in the same block as the list element should maintain the same indentation as the first line in the block.
  • pressing [backspace] with the cursor in the first position on a list item should convert the block to a paragraph.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority
Projects
None yet
Development

No branches or pull requests

3 participants