UEditorPlus开源免费编辑器分享
经验分享
我的站长站
2025-04-15
共84人阅读
ueditorPlus介绍
分享一款UEditor百度编辑器的第三方升级版-UEditorPlus,我们都知道百度的UEditor早就停止更新了,这个UEditorPlus是第三方维护更新的版本,增加了许多功能,重要的是UEditorPlus支持官方原版无缝升级。

功能亮点
支持文档一键导入,支持Word文档(docx)、Markdown文档(md)文档
全新的UI外观,使用字体图标替换原有图片图标
移除过时、无用的插件支持,不断完善使用体验
图片、文件、视频上传配置化定制增强
演示界面重构,右上角可直接查看当前演示界面代码
兼容现有UEditor,实现无缝切换
相关链接
开源地址:https://github.com/modstart-lib/ueditor-plus
演示地址:https://open-demo.modstart.com/ueditor-plus/_examples/
使用教程
<script id="editor" type="text/plain" style="height:300px;"></script><script type="text/javascript" src="/path/to/UEditorPlus/ueditor.config.js"></script><script type="text/javascript" src="/path/to/UEditorPlus/ueditor.all.js"></script><script>
var ue = UE.getEditor('editor', {
// ... 更多配置
});</script>
