SuperEditor is the core DOCX editing engine that powers SuperDoc. Use it directly when you need fine-grained control.Documentation Index
Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
When to use SuperEditor vs SuperDoc
Use SuperDoc (recommended):- Standard DOCX editing needs
- Built-in UI and modules
- Collaboration and comments
- Quick integration
- Custom UI implementation
- Framework-specific integrations
- Headless/server-side processing
- Custom extension development
Quick start
Key initialization steps
- Import styles and the Editor class
- Call
Editor.open()- Pass a file source and options. The editor handles parsing, extensions, and mounting automatically.
Components
TheSuperEditor Vue component wraps the Editor class with reactive props and events. Use it in Vue apps for automatic lifecycle management. For other frameworks, use Editor.open() directly.
API structure
- Configuration - Initialization options
- Methods - Control the editor and access properties
- Events - React to changes

