wangEditor
TypeScript
★ 18k
updated 1y ago
wangEditor, open-source Web rich text editor 开源 Web 富文本编辑器
Open-source web rich text editor (WYSIWYG) for formatting text, images, and content in the browser. Works with vanilla JavaScript, Vue, and React.
TypeScriptJavaScriptVueReact
wangEditor is an open source web-based rich text editor written in TypeScript. A rich text editor (often called WYSIWYG — "what you see is what you get") lets users format text, add images, and compose content in a browser, similar to a word processor. It works with plain JavaScript as well as with Vue and React projects. Documentation and a live demo are available on the project's website.
Where it fits
- Build a blog platform where users can write and format posts with images directly in the browser.
- Add a rich text editor to a content management system so editors can compose articles without HTML knowledge.
- Create an email composer that lets users format messages and insert images before sending.
- Embed a document editor in a web app for collaborative note-taking or content creation.