easy-markdown-editor
easy-markdown-editor copied to clipboard
Editing in Preview mode?
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.
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.