All Projects → wangeditor-team → Wangeditor

wangeditor-team / Wangeditor

Licence: mit
wangEditor —— 轻量级web富文本框

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to Wangeditor

Angular Editor
A simple native WYSIWYG editor component for Angular 6 -10+
Stars: ✭ 428 (-96.65%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
Element Tiptap
🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js
Stars: ✭ 481 (-96.24%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
Flutter Quill
Rich text editor for Flutter
Stars: ✭ 177 (-98.62%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
Textbus
基于组件 + 数据驱动的现代富文本编辑器
Stars: ✭ 242 (-98.11%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
textbus
Textbus 是一个组件化的、数据驱动的富文本框架,支持在线协同编辑,同时也可以作为一个开箱即用的富文本编辑器,拥有非常好的扩展性和可定制性,是构建复杂富文本的不二之选!
Stars: ✭ 642 (-94.98%)
Mutual labels:  wysiwyg, wysiwyg-editor, rich-text
wysiwyg-editor-node-sdk
Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 25 (-99.8%)
Mutual labels:  wysiwyg, wysiwyg-editor, rich-text
Ng Quill
AngularJS Component for Quill rich text editor
Stars: ✭ 223 (-98.26%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (-97.8%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
Tiptap
The headless editor framework for web artisans.
Stars: ✭ 13,629 (+6.54%)
Mutual labels:  rich-text, wysiwyg, wysiwyg-editor
Sceditor
A lightweight HTML and BBCode WYSIWYG editor
Stars: ✭ 503 (-96.07%)
Mutual labels:  wysiwyg, wysiwyg-editor
Ckeditor4 Releases
Official distribution releases of CKEditor 4.
Stars: ✭ 511 (-96.01%)
Mutual labels:  wysiwyg, wysiwyg-editor
Ngx Quill
Angular (>=2) components for the Quill Rich Text Editor
Stars: ✭ 1,382 (-89.2%)
Mutual labels:  rich-text, wysiwyg
Tiptap Vuetify
Vuetify editor. Component simplifies integration tiptap editor with vuetify.
Stars: ✭ 498 (-96.11%)
Mutual labels:  wysiwyg, wysiwyg-editor
Wysiwyg Editor
The next generation Javascript WYSIWYG HTML Editor.
Stars: ✭ 4,756 (-62.82%)
Mutual labels:  wysiwyg, wysiwyg-editor
Wysiwyg.js
wysiwyg contenteditable editor (minified+compression: 6kb)
Stars: ✭ 520 (-95.93%)
Mutual labels:  wysiwyg, wysiwyg-editor
Ckeditor5
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
Stars: ✭ 5,406 (-57.74%)
Mutual labels:  wysiwyg, wysiwyg-editor
Angular Froala Wysiwyg
Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.
Stars: ✭ 696 (-94.56%)
Mutual labels:  wysiwyg, wysiwyg-editor
Jodit
Jodit - Best WYSIWYG Editor for You
Stars: ✭ 947 (-92.6%)
Mutual labels:  wysiwyg, wysiwyg-editor
Simditor
An Easy and Fast WYSIWYG Editor
Stars: ✭ 4,926 (-61.49%)
Mutual labels:  wysiwyg, wysiwyg-editor
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (-92.32%)
Mutual labels:  wysiwyg, wysiwyg-editor

wangEditor

Stars badge Forks badge cypress badge jest badge build badge MIT License


Logo

wangEditor

轻量级 web 富文本编辑器,配置方便,使用简单!
官网 · 文档

English · 在线示例 · 提交 bug · 建议增加新功能

体验新版本

wangEditor V5 新版本已公开测试,请查看 V5 文档

项目介绍

wangEditor 是一款使用 Typescript 开发的 Web 富文本编辑器, 轻量、简洁、易用、开源免费。

兼容常见的 PC 浏览器:Chrome,Firefox,Safar,Edge,QQ 浏览器,IE11。

不支持移动端。

当前是 v4 版本。想继续使用 v3 版本看这里

Product Screen Shot

安装和使用

NPM

npm i wangeditor --save

安装后几行代码即可创建一个编辑器:

import E from "wangeditor";
const editor = new E("#div1");
editor.create();

CDN

<script type="text/javascript" src="https://unpkg.com/wangeditor/dist/wangEditor.min.js"></script>
<script type="text/javascript">
  const E = window.wangEditor
  const editor = new E('#div1')
  // 或者 const editor = new E(document.getElementById('div1'))
  editor.create()
</script>

贡献

贡献使得开源社区成为一个学习、激励和创造的好地方,非常感谢你所做的任何贡献。在贡献 wangEditor 之前,你需要阅读文档 contribution

许可证

项目在 MIT 的许可证下发布, 查看更多 MIT 许可证信息。

交流

加入 QQ 群

  • 164999061
  • 710646022(人已满)
  • 901247714(人已满)
  • 606602511(人已满)

提交 bug 或建议

开发团队

有专业开发团队维护,非个人单兵作战。

想加入 wangEditor 研发团队,可申请加入 QQ 群,然后私聊群主。

为我们加油

你的支持,将激励我们输出更多优质内容!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].