Basic
Textarea and form integration
Initialize a compact toolbar, keep the original textarea synchronized, and submit it through a normal form.
Open the basic exampleExamples ยท current Pages build
These pages use the generated browser bundle and CSS from the current repository build. They demonstrate isolated tasks rather than hiding several concepts in one large demo.
Basic
Initialize a compact toolbar, keep the original textarea synchronized, and submit it through a normal form.
Open the basic exampleRuntime API
Change themes, toolbars, content, disabled state, source content, and presentation on a live editor instance.
Open the API exampleLocalization
Select language: "en" or language: "hu" and
switch the built-in interface at runtime without replacing content.
Autosave
Save one debounced draft in browser storage, reload the page, restore it through the local dialog, and clear it explicitly.
Open the autosave exampleMultiple instances
Run two editors with separate themes, languages, content, history, and runtime controls on the same page.
Open the multiple-editor example