You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the more minimal approach of this plugin (and the YAML support), but I'm really missing that one feature where a list gets automatically continued when I press Return and stops when I press Return twice.
Many text editors have this build in. The MarkdownEditing plugin describes it this way:
At the end of a list item, pressing Enter will automatically insert the new list item bullet.
Pressing Tab on the blank list item will indent it and switch the list bullet to another one (Order is *, -, + in a cycle).
Pressing Shift Tab on the blank list item will unindent it in the same way as above.
Sequential Tab s or Shift Tab s are supported.
You can disable automatic bullet switching or choose which bullets to be used, in your settings file.
If a list item contains a GFM task, pressing Enter at the end of the line will continue with a new blank task.
The text was updated successfully, but these errors were encountered:
Hmm, I'm not sure if this is something a syntax plugin would do. Isn't this more of a full-fledged plugin feature? If not, I'd consider adding it if someone wants to do a PR.
I love the more minimal approach of this plugin (and the YAML support), but I'm really missing that one feature where a list gets automatically continued when I press
Return
and stops when I pressReturn
twice.Many text editors have this build in. The MarkdownEditing plugin describes it this way:
The text was updated successfully, but these errors were encountered: