-
Notifications
You must be signed in to change notification settings - Fork 405
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
Start unordered list via * ....
#408
Comments
What if you don't want to, can i disable your feature? |
What you are discribing is markdown behavior. Many editors adopt a markdown parser into their editing modes. |
I was able to workaround and make it work this way to handle ordered and unordered lists
|
Not bad @luantrasel , but I'm slightly worried, about the performance of your approach. maybe you can move your tokenlisthandler up in the scope instead of reinitializing inside every block callback and then calling it 3 times. Perhaps using regex methods may work well for this too. Let me know if I'm missing something, because I may have oversimplified the problem.
|
I have added support for this in Squire 2.1.0. |
It would be nice if I could start an unordered list without using the menu.
Many applications support it, that you just need to type
*
and now your text is the first entry of an unordered list.I tried it in fastmail, but up to now this does not work.
The text was updated successfully, but these errors were encountered: