sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.8k stars 1.12k forks source link

Added functionality for characters count #729

Open Joppss opened 5 years ago

Joppss commented 5 years ago

Since the character counter still seems to not have been implemented, as seen in #603 , I added this functionality by simply adding an else if statement. It sets the innerHTML to the length of the value inside the editor. This should fix the mentioned problem in #603