Plugins
0.x documentation
These docs cover the legacy 0.x line (@eigenpal/docx-js-editor). For the current packages see the 1.x docs and the migration guide.
Plugin System
Overview of the two plugin systems: EditorPlugin (browser) and CorePlugin (headless).
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