Skip to main content

Editor42 Documentation

Editor42 is a free, open-source, MIT-licensed WYSIWYG HTML editor — an auditable fork of TinyMCE based on its last permissively licensed release.

Getting Started

Explore

  • Plugins — the full set of built-in plugins
  • Examples — try Editor42 live in your browser

API Reference

  • Configuration Options — all available settings for customizing the editor
  • Editor API — methods, properties, and sub-APIs for programmatic editor control
  • Commands — all built-in commands that can be executed via execCommand()
  • Events — all events fired by the editor, with payload types and usage examples
  • Content Formatting — Formatter API for applying, removing, and querying formats programmatically
  • UI Components — register custom toolbar buttons, menu items, context menus, sidebars, and more

Dev Resources

  • GitHub — source code, issues, and contributions