soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.
MIT License
313 stars 120 forks source link

Any plan supporting un/ordered list and image in table cell? #7

Closed donyell-wang closed 5 years ago

donyell-wang commented 5 years ago

Now, it will break the table. like image

soccerloway commented 5 years ago

@donyell-wang Sorry, there is no such plan yet. List is also a Container Blot, I haven't thought of a solution for nested Container Blot. I will support images in table cell first. Thank you~ I apologize for the late reply.

soccerloway commented 5 years ago

I tried copying and pasting images in table cell, it worked well. I think quill-better-table has already support for inserting images in table cell.

soccerloway commented 5 years ago

@donyell-wang Finally, I found a way to support nested Container Blot, adding h1 h2 h3... in table cells is supported now. And un/ordered list is planning. Thanks you~

soccerloway commented 5 years ago

To implement this feature, it must overwrite quill built-in blot. It could be a bad idea, this feature may be an optional feature in another module, but not in quill-better-table.

djcurfew commented 4 years ago

We really need a patch to allow lists (and multi-line) inside of table cells. In additional, ability to resize columns. We are offering bounty of $2,500 for this.