-
Notifications
You must be signed in to change notification settings - Fork 87
Consider updating to Quill 2.0 once stable is released #1680
New issue
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
Comments
Regarding |
One issue which might be fixed by upgrading to Quill 2: vaadin/flow-components#4773 |
Some commits in v2.0 with improvements that we could benefit from:
We could also investigate supporting nested lists feature as |
Is there a timeline for upgrading to Quill 2? The 1st birthday of Quill 2.0 is just 2 month away ;-). Latest Version is 2.0.3 from November 2024 thus Quill 2 seems to be pretty stable. According to previous comments quill2 might also solve some issues. https://github.com/slab/quill/releases/tag/v2.0.3 |
Enhanced RTE add-on has Quill v2 in the latest version as we added support for tables using the 3rd party table plugin. https://vaadin.com/directory/component/enhanced-rich-text-editor |
Quickly updated RTE on top of Quill 2.0.0-dev.3 for possible using in Incubator project.
Prototype branch: https://github.com/vaadin/vaadin-rich-text-editor/tree/quill-2x
Quill fork: https://github.com/web-padawan/quill/tree/shadow-2x
There are at least 2 breaking changes in Quill 2.0 affecting us:
<div class="ql-code-editor-container">
is now used for code blocks instead of<pre>
<ol>
is now used for all lists, and type is set via<li data-list="bullet>">
Also, few keyboard navigation tests failed (didn't spend any time to investigate).
Once 2.0 is released as a stable we should keep this in mind if we want to update.
The text was updated successfully, but these errors were encountered: