Skip to content

SoEditorHTML editing for your CMS

Write content. Connect your forms. WYSIWYG + HTML Source for everyday publishing.

SoEditor 1.2.1
BUILT FOR YOUR CMS

Make room for your content

An article, a product story, or your next announcement. Familiar tools for the work you do every day.

WYSIWYGHTML SourceCMS

Loads on demand · Content stays in this page

Start with a textarea

sh
pnpm add @soeditor/editor@1.2.1
ts
import { createClassicEditor } from '@soeditor/editor/cms';
import '@soeditor/editor/cms/styles.css';

const host = document.querySelector<HTMLTextAreaElement>('#content');
if (host) await createClassicEditor(host, { locale: 'en' });

HTML editing for website CMS · MIT