vueup / vue-quill

Rich Text Editor Component for Vue 3.
https://vueup.github.io/vue-quill/
MIT License
1.08k stars 261 forks source link

When contentType is html, html returned by custom blot rewrite cannot be obtained contentType = 'html' blot value()rewrite #546

Closed webgtp closed 1 month ago

webgtp commented 3 months ago

When the value of html created by create is different from that returned by value in custom blot, root.innerHtml is directly obtained by getHtml, which leads to the loss of html rewritten by value

I hope to provide a method that can be obtained or to synchronize HTML in content, in the mode where contentType is HTML image

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.