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

