Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.38k stars 314 forks source link

Toolbar button to add a task list #442

Open vanillajonathan opened 2 years ago

vanillajonathan commented 2 years ago

There should be a toolbar button to add a task list.

# Groceries
- [ ] Apples
- [x] Bananas
- [ ] Oranges

FontAwesome icon: fa-tasks https://fontawesome.com/v5/icons/tasks?s=solid

Ionaru commented 2 years ago

This should be easy enough using the existing list code, just a few extra characters.