quill
quill copied to clipboard
Copy / Pasting Lists from Quill into Google Docs, etc Does not Render the Bullets / Numbers
Copy and pasting:
into Google Docs yields:
where those are lists but the bullets / numbers are not rendering.
This seems to be due to Quill using:
https://github.com/quilljs/quill/blob/e9f628b5562e78126291bb25f63d0dfc3f6c6f86/assets/core.styl#L69
and
https://github.com/quilljs/quill/blob/e9f628b5562e78126291bb25f63d0dfc3f6c6f86/assets/core.styl#L85-L86
to accomplish rendering of the bullets.
Is there any work around to get the copy / paste to work and render the bullets?
@cancan101 hi, did you find the workaround?
I did not.
Running into the same problem. There are several formatting issues (sub bullets, bold text) when I try to copy text out of the quill editor into google docs. Looking for a module solution if anyone has one.
Same same. Also running into this. Have not found a solution yet.
Any solutions ? I am facing the same issue.
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide :pray: