benbro

Results 153 comments of benbro

Please test with v2.0.0-rc.0 https://v2.quilljs.com/standalone/full

Please share a Word document that reproduces this issue. You can upload the doc to google drive or dropbox.

Please include Quill version you tested. Please test with [v2.0.0-rc.0](https://github.com/quilljs/quill/releases/tag/v2.0.0-rc.0) https://v2.quilljs.com/standalone/full

Fixed in [v2.0.0-beta.2](https://github.com/quilljs/quill/releases/tag/v2.0.0-beta.2)

Maybe it's possible to run the clipboard [convert function](https://github.com/quilljs/quill/blob/develop/modules/clipboard.js#L81) in a Web Worker using a [DomParser polyfill](https://stackoverflow.com/a/52087536).

Tested with v2.0.0-beta.2 https://v2.quilljs.com/standalone/full Chrome 121: 6 seconds Firefox 115: 30 seconds

Related to https://github.com/quilljs/quill/pull/3988?

Please try https://github.com/quilljs/quill/blob/main/.github/DEVELOPMENT.md

I'm asking about option to downsample SMask because in the attached pdf it is large for no apparent reason. If I'm not mistaken, large SMask will result with large memory...

I didn't realize it will require a change in CodeMirror. That will probably be a problem because rich text editing is not a core goal of it. I'm attaching more...