# neditorplus **Repository Path**: mo3408/neditorplus ## Basic Information - **Project Name**: neditorplus - **Description**: NeditorPlus 是基于 UEditor 二次开发的富文本编辑器的扩展分支,与其他版本不相同,请不要混用,让 NeditorPlus 焕然一新 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.snowytime.cn - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-05-16 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: 编辑器, 百度编辑器 ## README ## 新版发布3.0.0 NeditorPlus 是基于 UEditor 二次开发的富文本编辑器的扩展分支,与其他版本不相同,请不要混用,让 NeditorPlus 焕然一新 ## 捐赠 该项目需要您的支持, [捐赠](https://gitee.com/mo3408/neditorplus?donate=true) 以支持此项目的发展。 ### 第二步:在浏览器打开 index.html ### 进入到目录, 使用浏览器打开文件 `index.html` 。 如果看到了下面这样的编辑器,恭喜你,初次部署成功! ![输入图片说明](ScreenShot_2026-03-11_150224_074.png) ### 自定义的参数 编辑器有很多可自定义的参数项,在实例化的时候可以传入给编辑器: ```javascript var ue = UE.getEditor('container', { autoHeight: false }); ``` ```javascript var ue = UE.getContent(); ue.ready(function(){ //设置编辑器的内容 ue.setContent('hello'); //获取html内容,返回:

hello

var html = ue.getContent(); //获取纯文本内容,返回: hello var txt = ue.getContentTxt(); }); ``` ## 下载地址 Neditor 码云: [http://gitee.com/mo3408/neditorplus](http://gitee.com/mo3408/neditorplus "Neditorplus gitee 地址") 注: 对IE8以下版本不再承诺兼容,该编辑器使用jquery4版本进行开发,不再兼容IE版本 ## 联系我们 ## 电鸽号:68635372 电鸽:[电鸽](http://dg.diangeapp.com/68635372) bug提交:[issue](http://gitee.com/mo3408/neditorplus/issues)