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.39k stars 315 forks source link

Add maxNoOfCchars / maxNoOfWords property #400

Open titonova opened 2 years ago

titonova commented 2 years ago

Could we add a feature such that would allow us to put a maximum number of characters/ words that the user can enter in the editor? Such that when the user reaches that, he will not be able to type in it again. Preferably also adding the ability to call a callback for that event.