cycleccc
cycleccc
有更详细的信息吗,getHtml 基础元素是没有 div 的,只有如 video 是包了一层 div,或是 自定义的 元素 也可以 包一层 带 type 的 div
去掉多余 div 标签或是 使用 dangerouslyInsertHtml api
这个暂时只有 [wangeditor-next](https://github.com/cycleccc/wangEditor-next) 支持
你可以复制 excel 到 [wangeditor-next](https://github.com/cycleccc/wangEditor-next) 的 demo 里试试,兼容了很多样式。但是类似 rtf 的值可能没有,如果需要的话可以在 [wangeditor-next](https://github.com/cycleccc/wangEditor-next) 的 discussion 中讨论这个值的必要性。 在这边的 issue 消息我可能会看不到,邮箱消息太多了,抱歉。😢
检查一下node_module 目录中有没有 `@wangeditor\editor\dist\index.esm.js`
使用 官方文档的沙盒 demo 做个最小复现? 或是 用 [wangeditor-next](https://github.com/cycleccc/wangEditor-next) 里对应的沙盒做个最小复现也行,不然不方便debug。问题很多,时间不多。
需要 最小沙盒 demo 复现,没有具体的代码没发 debug,只是想批量改 alt的话处理 html 然后再set就行。是做了自定义扩展吗?
wangeidtor可以直接在 style 里设置图片宽高的呀,从后端获取前端筛一遍,直接修改 html 字符串再 sethtml 就可以了吧 https://github.com/user-attachments/assets/fef16dbf-92a0-4cbd-ac66-4814cc4e458b
能用 沙盒 demo 复现一下吗,方便定位。
wangEditor.com 里有各个框架对应的沙盒 demo,也可以使用 [wangeditor-next](https://github.com/cycleccc/wangEditor-next)里的 沙盒 demo