Closed Cherry closed 4 years ago
Any update on this? The built-in spellChecker
is very limited and has many outstanding issues.
Being able to pass these options and enable the spellchecker built into the browser would be great, and would also help solve #78.
It would be nice if one can provide additional CodeMirror options to EasyMDE (but use with caution).
I also prefer to use the browser's spell check facility, so for now I manually added the OP mentioned options to the CodeMirror initialisation. It seems to work correctly (tested on Chrome and FireFox) The cursor jumps to line start when using formatting buttons.
@Ionaru this one is fixed by #143
I'm submitting a...
After adding
to the CodeMirror initialisation at https://github.com/Ionaru/easy-markdown-editor/blob/master/src/js/easymde.js#L1584, I was able to get spellchecking within the browser (at least Google Chrome) functional without any apparent issues. If we could pass these options (or arbitrary options that just had defaults) to the CodeMirror initialisation, that would be awesome.
PS. Thanks so much for this fork of simplemde. It powers our internal CMS and our staff love using it.