soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

donyell-wang opened this issue · comments

Now, it will break the table. like
image

commented

@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.

commented

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.

commented

@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~

commented

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.

commented

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.