Familiar authoring
Paragraphs, lists, images and tables for daily CMS work.
Write content. Connect your forms. WYSIWYG + HTML Source for everyday publishing.
An article, a product story, or your next announcement. Familiar tools for the work you do every day.
Loads on demand · Content stays in this page
pnpm add @soeditor/editor@1.2.1import { createClassicEditor } from '@soeditor/editor/cms';
import '@soeditor/editor/cms/styles.css';
const host = document.querySelector<HTMLTextAreaElement>('#content');
if (host) await createClassicEditor(host, { locale: 'en' });