Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 2.53 KB

README-en.md

File metadata and controls

70 lines (43 loc) · 2.53 KB

wangEditor-next 5

codecov GitHub stars

Chinese

Introduction

The original project wangeditor-next is temporarily not maintained due to the author's personal reasons. This project is a forked version that will continue to be maintained with minimal breaking changes.

An open-source web rich text editor that is ready to use out of the box with simple configuration. It supports JS, Vue, and React.

Features

  • Easy to use: Simple configuration and ready to use out of the box.
  • Multi-framework support: Works with JS, Vue, and React.
  • Customizable: Highly customizable to fit your needs.
  • Lightweight: Minimal footprint with high performance.

Installation

For Vue or React

npm i wangeditor-next/editor

For HTML using CDN resources

<script src="https://unpkg.com/@wangeditor-next/editor@latest/dist/index.js"></script>

Usage Examples

HTML

Try it on StackBlitz: HTML Example

Vue 2

Try it on StackBlitz: Vue 2 Example

Vue 3

Try it on StackBlitz: Vue 3 Example

React

Try it on StackBlitz: React Example

Communication

Contribution

We welcome contributions! Please read the contribution guidelines and the development guide in the docs folder.

🌟 Support and Motivation

If you find this project helpful, please give it a ⭐️! Your support is my motivation to maintain and improve this project. Thank you!

Donation

To donate to the original project, support wangEditor's open-source work at https://opencollective.com/wangeditor (though no one donates anyway).

License

MIT License