只是另一个 Medium wysiwyg 编辑器克隆
Dante is a block editor and renderer built on top of TipTap and ProseMirror.
This repository contains the dante3 package and the Next.js website that powers the live demo and documentation.
npm install dante3
import DanteEditor from "dante3";
export default function Example() {
return <DanteEditor bodyPlaceholder="Write the next section" />;
}
Run the local demo and docs site:
npm install
npm run dev
The site runs on http://localhost:8080.
Build the editor package:
npm run dante3:build
Publish the package from the workspace:
npm run dante3:publish
The public docs are backed by the MDX files in packages/dante3/docs.
MIT
暂无开放 Issues,或尚未同步最近议题。