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

Shortcut for creating lists #49

Open
raphaelcruzeiro opened this issue Feb 14, 2014 · 5 comments
Open

Shortcut for creating lists #49

raphaelcruzeiro opened this issue Feb 14, 2014 · 5 comments

Comments

@raphaelcruzeiro
Copy link
Owner

To create lists, the user should be able to type 1 or a dash, and then continue writing. Upon hitting return a new list should be created with the previous line as the first element.

@raphaelcruzeiro
Copy link
Owner Author

@otaviosoares what do you think? Is there a better way to do this?

@tomByrer
Copy link

There could be a few scenarios where a line starts with a number or dash.
Markdown allows [blank line] * & 1. for lists.
~ or ~
Ctrl/Command O - Ordered list
Ctrl/Command L - unordered List

@raphaelcruzeiro
Copy link
Owner Author

@tomByrer the blank line + */1 looks like a nice solution. I think we can proceed with this.

@tomByrer
Copy link

Thanks.
Though makes me think; perhaps just port in a MarkDown parser? Then you'll get all the shortcuts. Handy for ### & #### for <H3> & <H4>, making code, etc.

@ghost
Copy link

ghost commented Mar 6, 2014

+1 on markdown

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

No branches or pull requests

2 participants