quill-better-table
quill-better-table copied to clipboard
Module for better table in Quill, more useful features are supported.
If I paste a copy of my notes on it, or if I paste a block of code on it, it's going to be in table format, but I don't...
Currently, the module allows configuring actions available from the context menu. I would've wanted to implement these controls by myself and completely disable the custom context menu set in this...
I found quill 2.0.0.4 https://libraries.io/npm/quill I am using 2.0.0.4 because 2.0.0.3 has some input issues especially with the Chinese input I am using. (I think is a bug of 2.0.0.3...
Maybe you aware of that, but want to let you know You can try on the demo https://codepen.io/soccerloway/pen/WWJowj Merge some cells, and hit Ctrl+Z to trigger the undo functionality. Nothing...
I ran `npm run build` in the repo, and these are the changes that were generated. I expected to just get a new hash, but it created many other changes...
After all, 2.0.0-dev.3 is a development version, not an official version, and also wants to know how much it costs to migrade?
When copying multiple lines into the table it breaks. I think that due to the clipboard module, each line is seen as a delta insert which does not check against...
Absolute positioning does not work because this table-operation-menu is added to document.body. So I changed the menu addition to the quill parent node.