-
很多情况下,是某个页面或者网站使用富文本编辑,另一个页面或者网站展示对应的富文本美容。
**也就是说 toHTML有独立使用的场景**,不需要带着富文本编辑相关的代码。
希望看能不能独立成一部分模块或者是包。
zjy01 updated
5 years ago
-
Hi,
I'm trying to copy the text within the editor, right click - copy, and it copies `__BRAFT_CLIPBOARD_DATA__`.
Any reason for that behavior?
Thanks
-
打包后出现多个 immutable.js 的引用 不知该如何解决
版本: "braft-editor": "^2.2.5"
![qq20190118-181910](https://user-images.githubusercontent.com/21995246/51381090-2abded80-1b4e-11e9-84aa-0ae9a8ba8f2c.png)
-
插入媒体的图片间隔能去掉吗?
![image](https://user-images.githubusercontent.com/22429749/54403634-b6e23080-470b-11e9-9a78-8a9e186f714f.png)
-
## 最低依赖
```ts
"typescript": "2.9.x",
"parse5": "^5.0.0"
```
## QA
> 建议优先阅读:https://ng-alain.com/docs/upgrade-v2
**为什么图标不见了**
ng-zorro-antd 1.7 对图标有破坏性变更,具体修复参考:https://github.com/NG-…
-
在使用表格扩展的时候,editorState.toHTML()转化出来的html代码没有了表格的样式,表格的线条什么的都没有了,请问有什么方法取到对应的html代码吗?包的版本:"braft-convert": "^2.1.11","braft-editor": "^2.1.36","braft-extensions": "0.0.13","braft-utils": "^3.0.9"
-
Hi, thanks for your great work, I have a problem with extension of code-highlighter. when I insert my code from my IDE(vscode) by copy (`control`/`command` + `C` ),and the theme of my IDE was preserve…
-
如题,使用react + typescript 构建项目,引入文本控件最新代码,会提示 Module '"immutable"' has no default export.错误
-
我看在 old-master 中 renderers/atomic/video 中 video 是以 modal 方式播放的.
但是在新版编辑器中, video 是直接在编辑器内部播放的,这样做的话,只要修改编辑器内容,就会触发 onChange 事件, video 进度条会一直重置,体验不太好.
请教一下这样做的原因.
-
按照文档说明,引入typescript包,调用相关模块,编辑器未报错,浏览器报错:
- Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
具…