https://github.com/yuler/side-ueditor
https://github.com/yuler/side-ueditor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuler/side-ueditor
- Owner: yuler
- Created: 2025-05-05T03:28:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T06:27:42.000Z (about 1 year ago)
- Last Synced: 2025-09-21T05:51:00.956Z (9 months ago)
- Language: JavaScript
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# side-ueditor
This repo is explore ueditor integration with Vue 2.x project.
## Quick Start
```bash
pnpm install
pnpm run dev
```
## TODO List
- [x] DEMO 目前支持图片视频上传
- [x] DEMO 目前支持表情选择
- [x] 集成 秀米 按钮
- [x] 支持 OSS 直传
- [-] 支持 word 文档复制,图片的时候动态上传
- [x] 需要设置编辑高度,自动撑开高度
- [-] 编辑器工作区, 无法滚动, # 设置了自动高度,所以无需滚动
- [x] 编辑器,里面的图片的 resize
- [x] 直传 oss 携带 type
- [x] 去掉底部提示文案
- [ ] word 复制图片
- [x] 底部加一个预览的 html div
- [x] 添加秀米按钮, 打开秀米弹窗, 到处直接将内容写回编辑器
## Links
- [秀米编辑器](https://ent.xiumi.us/ue)
- [ueditor docs](https://fex-team.github.io/ueditor)
- [ueditor-plus](https://github.com/modstart-lib/ueditor-plus)
- [ueditor-plus-demo](https://github.com/LeonDev1024/xx-web)
- [vue-ueditor-wrap](https://github.com/HaoChuan9421/vue-ueditor-wrap/tree/2.x)