Giter Site home page Giter Site logo

dheia / wangeditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wangeditor-team/wangeditor

0.0 1.0 0.0 14.89 MB

wangEditor —— 轻量级web富文本框

Home Page: http://www.wangeditor.com/

License: MIT License

JavaScript 3.68% CSS 0.62% HTML 4.02% Shell 0.22% Less 1.91% TypeScript 89.56%

wangeditor's Introduction

wangEditor

build badge

轻量级 web 富文本编辑器,配置方便,使用简单。

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

浏览器兼容性

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

不支持移动端。

基本使用

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>

更多使用方法,可参考文档

交流

加入 QQ 群

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

提交 bug 或建议

开发团队

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

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

开发文档

开发文档,供申请加入开发团队,或者对源码感兴趣的用户阅读。

加入开发团队后,还会有更详细的开发流程、规划、沟通机制。内容太多,这里不公开。

为我们加油

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

wangeditor's People

Contributors

wangfupeng1988 avatar lkw199711 avatar ultramanweilai avatar echolc avatar xiaokyo avatar hahaaha avatar q378532364 avatar a835100635 avatar clinfc avatar shulandmimi avatar rqsky avatar blackhu0804 avatar rsl140 avatar 86driver avatar jeromehan avatar neversellsuteac avatar wangqiaoling01 avatar btea avatar amaler avatar careteenl avatar callqh avatar dependabot[bot] avatar jerrykingxyz avatar ialmost avatar jerexyz avatar lichenabson avatar qiongshusheng avatar ilifewebdev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.