You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: