🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
UEditor 是由百度「FEX前端研发团队」开发的所见即所得富文本web编辑器,具有轻量,可定制,注重用户体验等特点,开源基于MIT协议,允许自由使用和修改代码。 [TOC] ## ueditor github ueditor github:https://github.com/fex-team/ueditor ## 详细文档 ueditor 官网:http://ueditor.baidu.com ueditor API 文档:http://ueditor.baidu.com/doc ueditor github 地址:http://github.com/fex-team/ueditor ueditor 第三方插件贡献 wiki : [第三方插件贡献规范 ](http://ueditor.baidu.com/website/thirdproject.html) ueditor 贡献代码规范(javascript):[ javascript规范](https://github.com/fex-team/styleguide/blob/master/javascript.md) ## 第三方贡献 ueditor for nodejs 参考 [https://github.com/netpi/ueditor](https://github.com/netpi/ueditor) ## dev-1.5.0 版本 dev-1.5.0 版本二次开发自定义插件注意事项 dev-1.5.0版对于插件的加载逻辑进行了调整,但官网对应的二次开发功能文档未对相应调整做出开发细节说明,现补充如下: 除进行原有配置外,还需在实例化ueditor编辑器时在 toolbars 参数数组中,加入自定义插件的 uiname,并且注意uiname必须小写,方可正确加载自定义插件。