We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
重置编辑器的 HTML 内容。【注意】只能解析 editor.getHtml() 返回的 HTML 格式,不支持自定义 HTML 格式。
这个不考虑支持HTML格式吗,因为本人在开发中发大量使用到外部数据写入编辑器内,而这些数据多少会存在自定义属性以及样式等,但是写入编辑器后全部格式化了。
The text was updated successfully, but these errors were encountered:
不可能全兼容的,工作量非常大,你可以看一下wangeditor-next有没有兼容你需要的必要的属性
Sorry, something went wrong.
最重要的是4版本生成的历史数据在5中很多不兼容,比如4版本的设置文字颜色使用的font标签,在5中直接被过滤没。现在想升级最大的问题是历史数据,
No branches or pull requests
问题描述
重置编辑器的 HTML 内容。【注意】只能解析 editor.getHtml() 返回的 HTML 格式,不支持自定义 HTML 格式。
这个不考虑支持HTML格式吗,因为本人在开发中发大量使用到外部数据写入编辑器内,而这些数据多少会存在自定义属性以及样式等,但是写入编辑器后全部格式化了。
The text was updated successfully, but these errors were encountered: