Skip to content

ModuloEditorModular, extensible and safe Markdown editor

Version 0.5.0-alpha.1

Quick Example

ts
import { ModuloEditor } from '@lakamark/modulo-editor';
import '@lakamark/modulo-editor/style.css';

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

Framework integrations

ModuloEditor is designed as a framework-agnostic editor.

You can integrate it into React, Vue, Svelte, Laravel, or any frontend stack using the vanilla JavaScript API.

Official framework integrations are currently under active development.
Community wrappers and custom integrations are fully encouraged in the meantime.

The first official React integration will be released later as a dedicated package.