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 316 forks source link

Codemirror v6 #324

Closed affvalente closed 3 years ago

affvalente commented 3 years ago

Hi,

Are there plans to integrate Codemirror v6?

https://codemirror.net/6/

Thanks

Ionaru commented 3 years ago

Once codemirror 6 has a stable version and the addons we need are updated/compatible as well, then we'll upgrade. I actually wanted to combine the upgrade with a switch to Typescript. :)

affvalente commented 3 years ago

Thanks! And just to confirm there's no way currently to enable iOS spellcheck, text replacement etc on easyMDE?

Ionaru commented 3 years ago

There's a few open issues for that: #23 and #113, but because I don't own any iOS devices I have no way to test any potential fixes and have to rely on other developers to do it.