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

Editing in Preview mode? #310

Open mikeerickson opened 3 years ago

mikeerickson commented 3 years ago

Hello

we have a requirement to allow editing of markdown files in preview mode. The existing functionality supports our POC requirements, but we do need to supporting editing in preview (aka WYSIWYG) mode.

sn3p commented 3 years ago

You probably want to look at a WYSIWYG editor that utilizes contenteditable. EasyMDE used CodeMirror under the hood, but for example ProseMirror (same author as CodeMirror) might be more suitable in your case.