question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pressing tab in a empty list item should indent the list

See original GitHub issue
Foo
- <press-tab>

Expected:

Foo
  - |

Actual:

Foo
-   |

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:21 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
vschcommented, Jul 21, 2017

@vjpr, I will add smart tab behaviour for markdown documents.

0reactions
vschcommented, Jan 12, 2020

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found