jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

Feature Request: New List Item #172

Open patrickwelker opened 6 years ago

patrickwelker commented 6 years ago

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.

jonschlinkert commented 5 years ago

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.