MEditable is a WYSIWYG markdown editor for web browser applications, derived from the open-source library Muya, with most features re-implemented from it, such as visual rendering of markdown text, text search and replacement. What's more, MEditable supports a lot highly efficient features, such as format replacement, dragging images to editor and so on.
MEditable is still under development as a stand-alone library, providing markdown editing for GeekEditor.
npm install @geekeditor/meditable
import MEditable from '@geekeditor/meditable'
const container = document.querySelector('#editor')
const meditable = new MEditable({container})
meditable.prepare().then(() => {
meditable.setContent(`**MEditable** a WYSIWYG markdown editor for web browser applications.`)
});
Coming soon!!!
# step1: install dependencies
npm install
# step2: run the development codes
npm run dev
npm run build
# update version numbers
npm publish
None
- GeekEditor - A markdown-based note-taker using your Github/Gitee/GitLab's repositories as storage.
MIT © montisan