You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could also investigate supporting nested lists feature as quill.getSemanticHTML() correctly returns markup also for nested lists as described in the issue: slab/quill#979 (comment). Note that indentation outside lists (i.e. in regular paragraphs) would still need to be handled by replacing ql-indent classes, see slab/quill#4156
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: