Modular Markdown editor with plugins and textarea support.
⚠️ This project is in early alpha. The API is not stable yet. Do not use in production.
📚 Documentation: https://lakamark.github.io/modulo-editor-docs/
npm i @lakamark/modulo-editorimport { ModuloEditor } from "@lakamark/modulo-editor";
ModuloEditor
.create('[data-mo-editor]')
.build()
.init();