跳至正文

SoEditor面向网站 CMS 的轻量 HTML 编辑器

写好内容,接好表单。WYSIWYG + HTML Source,为日常内容管理而设计。

SoEditor 1.2.1
为网站 CMS 而生

让内容编辑回归简单

一篇文章、一张产品介绍,或下一次发布。用熟悉的工具,把内容写好。

WYSIWYGHTML SourceCMS

点击后加载 · 内容仅保留在当前页面

从一个 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: 'zh-CN' });

面向网站 CMS 的 HTML 编辑器 · MIT