liangjiahao 8f813121f8 添加查看按钮的窗口 3 vuotta sitten
..
dist fcedc92fa0 完成了基础 3 vuotta sitten
node_modules 8f813121f8 添加查看按钮的窗口 3 vuotta sitten
src fcedc92fa0 完成了基础 3 vuotta sitten
.babelrc fcedc92fa0 完成了基础 3 vuotta sitten
.cz-config.js fcedc92fa0 完成了基础 3 vuotta sitten
.eslintignore fcedc92fa0 完成了基础 3 vuotta sitten
.eslintrc.js fcedc92fa0 完成了基础 3 vuotta sitten
.prettierrc.js fcedc92fa0 完成了基础 3 vuotta sitten
.release-it.js fcedc92fa0 完成了基础 3 vuotta sitten
CHANGELOG.md fcedc92fa0 完成了基础 3 vuotta sitten
LICENSE fcedc92fa0 完成了基础 3 vuotta sitten
README-en.md fcedc92fa0 完成了基础 3 vuotta sitten
README.md fcedc92fa0 完成了基础 3 vuotta sitten
commitlint.config.js fcedc92fa0 完成了基础 3 vuotta sitten
conventional-changelog.js fcedc92fa0 完成了基础 3 vuotta sitten
cypress.json fcedc92fa0 完成了基础 3 vuotta sitten
favicon.ico fcedc92fa0 完成了基础 3 vuotta sitten
jest.config.js fcedc92fa0 完成了基础 3 vuotta sitten
package.json 8f813121f8 添加查看按钮的窗口 3 vuotta sitten
postcss.config.js fcedc92fa0 完成了基础 3 vuotta sitten
tsconfig.json fcedc92fa0 完成了基础 3 vuotta sitten

README-en.md

wangEditor

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


<img src="./docs/imgs/logo.png" alt="Logo" width="80" height="80">

wangEditor

A lightweight rich text editor, friendly API and use extremely conventient.
<br />
<a href="https://www.wangeditor.com/en.html"><strong>Offical website</strong></a>
·
<a href="https://www.wangeditor.com/doc-en/"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="./README.md">中文</a>
·
<a href="https://codepen.io/collection/DNmPQV">View Demo</a>
·
<a href="https://github.com/wangeditor-team/wangEditor/issues/new?template=bug.md">Report Bug</a>
·
<a href="https://github.com/wangeditor-team/wangEditor/issues/new?template=feature.md">Request Feature</a>

About

wangEditor is a web rich text editor that use typescript develop. It's lightweight, simple, use convience and open source.

It support most of modern browsers: Chrome, Firefox, Safar, Edge, QQ-browser, IE11 and so on.

It doesn't support mobile browsers.

Product Name Screen Shot

Usage

Use NPM package

npm install wangeditor --save

A few lines code for creating editor instance:

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

Use 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')
  // or const editor = new E(document.getElementById('div1'))
  editor.create()
</script>

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Before contributing wangEditor, You must read contribution docs.

License

Distributed under the MIT License. See MIT License for more information.

Developer team

We have a professional developer team, if you want to join us, you can send email to wangfupeng1988@163.com.

If you are a chinese developer, you can join our QQ group or read chinese docs for more information.

Support us

Your support will encourage us to output more quality content.