百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

Dante

> 开发工具
开源

只是另一个 Medium wysiwyg 编辑器克隆

2.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

只是另一个 Medium wysiwyg 编辑器克隆

Dante

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.

What you get

  • A React editor surface with configurable blocks, tooltips, and themes
  • JSON and HTML content workflows
  • Renderer and parser helpers for non-editor surfaces
  • Built-in blocks for images, files, embeds, GIFs, dictation, and recorders

Install

npm install dante3

Basic usage

import DanteEditor from "dante3";

export default function Example() {
  return <DanteEditor bodyPlaceholder="Write the next section" />;
}

Website

Run the local demo and docs site:

npm install
npm run dev

The site runs on http://localhost:8080.

Package build

Build the editor package:

npm run dante3:build

Publish

Publish the package from the workspace:

npm run dante3:publish

Documentation

The public docs are backed by the MDX files in packages/dante3/docs.

License

MIT

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptcollaborative-editingeditormedium-clonemedium-editor

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具