Plugins
Plugin System
Overview of the two plugin systems: EditorPlugin for browser UI extensions, and CorePlugin for headless, server-side document processing.
The plugin documentation has moved to docs/plugins/.
- Getting Started, overview, decision table, hello world walkthrough
- EditorPlugin API, browser-side UI plugins (panels, overlays, ProseMirror)
- CorePlugin & Headless API, server-side document manipulation, command handlers
- Examples & Cookbook, advanced patterns and API recipes