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

Feature Request: New List Item #172

Open
patrickwelker opened this issue Aug 21, 2017 · 1 comment
Open

Feature Request: New List Item #172

patrickwelker opened this issue Aug 21, 2017 · 1 comment

Comments

@patrickwelker
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants