Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Slate | 27,120 | 3,499 | 923 | 6 days ago | 686 | August 23, 2022 | 595 | mit | TypeScript | |
A completely customizable framework for building rich text editors. (Currently in beta.) | ||||||||||
Tiptap | 19,216 | 136 | a day ago | 198 | September 20, 2022 | 234 | mit | TypeScript | ||
The headless editor framework for web artisans. | ||||||||||
Tinymce | 13,030 | 1,504 | 825 | a day ago | 153 | September 08, 2022 | 1,148 | mit | TypeScript | |
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular | ||||||||||
Vditor | 6,344 | 11 | 17 | a day ago | 310 | August 04, 2022 | 79 | mit | TypeScript | |
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes. | ||||||||||
Mp Html | 2,736 | 3 | 23 days ago | 19 | August 27, 2022 | 16 | mit | JavaScript | ||
小程序富文本组件,支持渲染和编辑 html,支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用 | ||||||||||
Zefyr | 2,123 | 5 | 5 | 8 months ago | 19 | December 19, 2021 | 228 | Dart | ||
Soft and gentle rich text editing for Flutter applications. | ||||||||||
Flutter Quill | 1,913 | a day ago | 147 | mit | Dart | |||||
Rich text editor for Flutter | ||||||||||
Richeditorview | 1,725 | 14 | 2 years ago | 10 | October 22, 2018 | 102 | bsd-3-clause | Swift | ||
RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing. | ||||||||||
Ngx Quill | 1,660 | 270 | 105 | a day ago | 233 | July 06, 2022 | 3 | mit | TypeScript | |
Angular (>=2) components for the Quill Rich Text Editor | ||||||||||
Xrichtext | 1,414 | 3 years ago | 10 | Java | ||||||
一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。 |
a rich text editor by canvas/svg
npm i @hufe921/canvas-editor --save
<div class="canvas-editor"></div>
import Editor from "@hufe921/canvas-editor"
new Editor(document.querySelector(".canvas-editor"), [
{
value: "Hello World"
}
])
yarn
npm run dev
npm run build
npm run lib