Skip to content

Lakamark/ModuloEditor

Repository files navigation

ModuloEditor

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/

Install

npm i @lakamark/modulo-editor

Quick start

import { ModuloEditor } from "@lakamark/modulo-editor";

ModuloEditor
  .create('[data-mo-editor]')
  .build()
  .init();

About

Modular Markdown editor with plugin API and textarea form integration.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors