# ueditorplus
**Repository Path**: mo3408/ueditorplus
## Basic Information
- **Project Name**: ueditorplus
- **Description**: 🌈🌈🌈祝开发者2026即将到来的除夕节快乐!UEditorPlus 是基于 UEditor 二次开发的富文本编辑器,让 UEditor 焕然一新,已集成秀米、135编辑器,会不定时更新!!!
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://blog.snowytime.cn/docs/ueditorplus
- **GVP Project**: No
## Statistics
- **Stars**: 45
- **Forks**: 17
- **Created**: 2024-09-05
- **Last Updated**: 2026-01-30
## Categories & Tags
**Categories**: text-editor
**Tags**: 编辑器
## README
# UEditor Plus [](https://gitee.com/mo3408/ueditorplus) [](https://github.com/mo3408/ueditorplus)
🌈🌈🌈祝开发者2026即将到来的除夕快乐!UEditorPlus 是基于 UEditor 二次开发的富文本编辑器,让 UEditor 焕然一新,已集成秀米、135编辑器,会不定时更新!!!


> `/dist/` 和 `/dist-min/` 目录分别为构建的非压缩和压缩版代码,可直接使用
## 联系方式 (进群请添加vx,请备注来源)

## 功能亮点
- 支持文档一键导入,支持Word文档(docx)、Markdown文档(md)文档
- 全新的UI外观,使用字体图标替换原有图片图标
- 移除过时、无用的插件支持,不断完善使用体验
- 图片、文件、视频上传配置化定制增强
- 演示界面重构,右上角可直接查看当前演示界面代码
- 兼容现有UEditor,实现无缝切换
## 使用教程
### 演示
参考_examples目录index.html文件
### 原生使用
```html
```
### vue2 使用
```
npm i --save vue-ueditor-wrap@2.x
# 或
yarn add --save vue-ueditor-wrap@2.x
```
解压 UEditorPlus 到静态资源目录
复制 dist-min 到项目 public/static/UEditorPlus/ 目录
引入组件并使用
```html