An open API service indexing awesome lists of open source software.

https://github.com/yuler/side-ueditor


https://github.com/yuler/side-ueditor

Last synced: 9 months ago
JSON representation

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)