wangEditor icon indicating copy to clipboard operation
wangEditor copied to clipboard

wangEditor —— 开源 Web 富文本编辑器

Results 468 wangEditor issues
Sort by recently updated
recently updated
newest added

## 批注功能 *富文本内容在以html形式渲染到页面上后,支持用户鼠标选中一段内容,添加批注,添加批注的这段内容有个下划线的样式(当然如果支持自定义更好),编辑富文本内容时,这段内容可以编辑,如果删除了,批注也就没了。类似word的批注功能* ## 提炼几个功能点 - 选中内容后,选中区域出现图标提示可添加批注 - 选中内容样式可以自定义 - 编辑富文本时,添加了批注的内容可以进行编辑 - 鼠标经过或点击选中内容,需要有事件回调(方便业务展示及定位批注) - 选中内容和所属批注之间的交互(选中内容和批注点击相互定位) - 提供方法,获取当前富文本内容中所有批注信息或者指定的批注信息 ## 原型图 参考石墨文档,创建文档,输入一段内容后,选中一段内容,点击右上角添加评论(ctrl+shift+m) ## 可参考的案例 石墨文档 *https://shimo.im*

## 问题描述 *viewImageLink在什么情况下可操作* ## wangEditor vue当前最新版本

相关 issue https://github.com/wangeditor-team/wangEditor/issues/5821 https://github.com/wangeditor-team/wangEditor/issues/5709

Cannot resolve a Slate point from DOM point: [object HTMLDivElement],0 at Object.toSlatePoint (http://localhost:8080/static/wEditor/index.js:21658:7) at Object.toSlateRange (http://localhost:8080/static/wEditor/index.js:21657:16704) at http://localhost:8080/static/wEditor/index.js:21659:55395 at HTMLDocument. (http://localhost:8080/static/wEditor/index.js:21659:55504) at invokeFunc (http://localhost:8080/static/wEditor/index.js:12660:21) at leadingEdge (http://localhost:8080/static/wEditor/index.js:12670:24) at HTMLDocument.debounced (http://localhost:8080/static/wEditor/index.js:12735:18)

相关issue https://github.com/wangeditor-team/wangEditor/issues/4376 还有更多相关issue,待合并后关闭 相关 slate issue https://github.com/ianstormtaylor/slate/issues/3421 之前也提了个pr,但是后续测试有问题 https://github.com/wangeditor-team/wangEditor/pull/5829 这次过了一遍单元测试已经手动点击测试

## 问题描述 *图片上传的弹窗能否自定义,目前这个库无法自定义弹窗* ![Uploading modal-appendTo-body.png…]() ## wangEditor 版本 *V5* ## 是否查阅了文档 ? *是*

## 问题描述 事件监听中的一处被 fix 的代码却无法被触发,让我很疑惑 ![image](https://github.com/wangeditor-team/wangEditor/assets/62703840/435d1753-597d-4cd4-a7ff-905aad7b549a) ## wangEditor 版本 wangeditor5.1.23 ## 是否查阅了文档 ? 是,应该和文档没关系 ## 最小成本的复现步骤 - 步骤一 找到 text-area\event-handlers\keydown.ts 253 行 - 步骤二 打包后到对应代码打断点 - 步骤三 反复测试可以发现,此处代码没有被触发的场景

## 功能描述 在修复 delete first table bug 时,看到了 slate issue 有wangeditor似乎没有实现的功能 https://github.com/ianstormtaylor/slate/issues/2500 https://github.com/ConvertKit/slate-plugins/pull/17 ## 提炼几个功能点 - 功能1 shift + enter 操作 list 时实现软中断 ## 原型图 原型看这个 https://github.com/ianstormtaylor/slate/issues/2500 ## 可参考的案例 案例看这个...