Jason Chen
Jason Chen
`return { ops: [] }` is constructing a Delta by hand. When Quill's clipboard is using sibling, it does so for context about the current Delta.
This UX is currently by design. Previously only 1. would trigger it but people did want to continue a list so we relaxed it to be any number but made...
From some preliminary research, tables are going to be complex to implement and probably won't be added in the immediate future.
Adding tables would be a great addition to Quill, both in beneficial impact but also work required. I think the key to success here is to start small. So I...
As an administrative note, I will delete all non-substantive comments from this thread to cut down the clutter and mass emails to everyone. Please use the Reaction feature to show...
Nice work @rikh42 ! What does a Delta look like for a document with a table?
What version of IE 11 are you using? I'm not seeing what you are seeing in the screencasts for Quill or Froala.
Are the space issues you are seeing just extra horizontal space like @rmarianni or also extra vertical space @delmotte? Thanks for the detailed investigation either way @rmarianni
Barring surprises, it may actually be fairly straightforward to add this. Other editors like Dropbox Paper uses the CSS content property and a background image to show the check and...
I would explore attaching to the `` element and seeing if you can use any data from the event object. There does seem to be an offsetX you can use...