Basic usage
Start with a working integration before adding commands or layout.
- Choose a product kit or the lower-level editor foundation. See installation.
- Define a schema and templates that cover the same node and mark vocabulary.
- Create an editor, load a document, and mount the selected view.
- Keep the session stable across UI renders. Route user actions through commands or transactions.
- Save with the host's storage service. Dispose the view and session when leaving the document.
Use the complete DOM example, React example, or Note component. Word, Slides, and Site require additional layout/UI assembly; see Office integration.