Pressing tab in a empty list item should indent the list
See original GitHub issueFoo
- <press-tab>
Expected:
Foo
- |
Actual:
Foo
- |
Issue Analytics
- State:
- Created 6 years ago
- Comments:21 (11 by maintainers)
Top Results From Across the Web
Tab doesn't indent when in non-empty list items #4470 - GitHub
Pressing tab while the cursor is within a non-empty list item places a literal tab character at the cursor as opposed to indenting...
Read more >Pressing tab to indent a list moves to the next table cell
To indent inside a table cell, click in front of the text or numbers you want to indent, and then press CTRL +...
Read more >Pressing enter should reduce the list indent level on an empty ...
Pressing the enter button on an empty indented bullet point should decrease the indent instead of removing the bullet point entirely.
Read more >How to Adjust Bullet or Number List Indents in Microsoft Word
Press your Tab key for the number of times you want to indent the list item. You move the item one list level...
Read more >A bulleted list or a numbered list becomes misaligned when ...
This problem occurs because Word 2007 does not automatically create a tab as part of a hanging indent for a bullet in a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vjpr, I will add smart tab behaviour for markdown documents.
@vjpr, another list indent/unindent improvement, inspired by your original request.
I got completely used to working with tab/back-tab adjusting new list items, but got tired of having to back-tab to un-indent a new item when it is either created indented or I accidentally over indent it with tab.
Added an option to allow tab/back-tab to cycle indentations so tab on deepest indent level will completely un-indent the item and always only affects the empty item not any items which may look like its sub-items. #807