Nicholas Cole
Nicholas Cole
While inside a table cell, pressing the "List" button on the toolbar results in a broken table layout -- presumably a block being introduced between table cells. Unfortunately, it is...
Thank you so much for this library, which is invaluable. There is a small part of my code which needs to be executed using the multiprocess module and which will...
Does anyone have a good a approach for footnotes in Quill Documents? I'm assuming that in the delta itself, just a block-level format that has an attribute 'footnote' would work...
Hi! Thank you so much for this library, which has become central to my work! I have been trying to make sense of this change in the upstream quilljs delta...
I understand that Quill 2.0 includes a table module -- but is there a UI to go with that? I've tried activating the module with table = True -- but...
If creating a custom blot inheriting from Block and setting: **Unexpected result** `node.setAttribute('contenteditable', 'false');` Quill correctly prevents the user from editing the text in that block. However, if the block...