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

Lists should autocomplete on return #16

Open
markmals opened this issue Sep 1, 2018 · 3 comments
Open

Lists should autocomplete on return #16

markmals opened this issue Sep 1, 2018 · 3 comments
Labels
addition An addition to an existing feature

Comments

@markmals
Copy link

markmals commented Sep 1, 2018

When you start a list (using *, -, +, or a number followed by a period), type an item, and hit return the editor should (at least have the option to) autocomplete a new list element for the next line.

For instance, if I type * Milk and hit return, the next line should immediately have a * and a space so I can easily continue adding to the list. Same for ordinal lists; the next line should have the next number in sequential order.

Additionally, if I hit return again, it should remove the * space it inserted and return again, discontinuing the list.

@lukakerr lukakerr added the hacktoberfest Possible Hacktoberfest issue label Oct 6, 2018
@lukakerr lukakerr added addition An addition to an existing feature and removed hacktoberfest Possible Hacktoberfest issue labels Feb 9, 2019
@alexmsenger
Copy link

Not sure if I should open a new issue or not, but as it seems related I'll leave it here:

I'd love to be able to change the list level (indent / outdent) with a Tab. The way I'm imagining it is: I select two or more lines, hit Tab and the selected lines will be prepended a tab character (or n spaces, depending on the settings possibly). When I hit Shift+Tab and the line begins with a tab character (or spaces), they should be removed.

Let me know if I should open a separate issue for that. Thanks for the amazing product!

@lukakerr
Copy link
Owner

I agree with both comments, the autocomplete/keyboard shortcuts around lists needs to be improved. I'll put these features on my todo list.

@trueschool
Copy link

Thank you, yes. I'd like to see the autocomplete work on return, as well as easy keystrokes to turn selected text into an ordered or unordered list. On my old markdown editor MacDown, it was ⌘+shift+O or ⌘+shift+U. Thanks for considering. BTW this editor shows great promise in its current state! Looking forward to seeing updates.

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

No branches or pull requests

4 participants