-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to add ordered and unordered lists to tables #13154
Comments
I would also be really interested to have this feature! In big tables it is really a lot of work to insert lists in the code... |
+1 for this |
+1 |
+1 I have a couple of examples of this in use on an older WordPress site that doesn't use the Gutenberg editor here and here. I'm currently building a new site using the Gutenberg editor that will have very similar content. I was very happy to find that there is a table block built in, but disappointed to see that we aren't able to add lists inside the table content. |
Just ran into this as well, can't add lists to table cells. |
I am able to add lists to a table. I just recently was able to highlight them and had the option to change to a list, but that option is no longer there. Weird. I am able to do it by editing the HTML and it does show when editing my post and after it is published.
Note: sometimes the "more options" dots don't want to pop up (at least for me) when in HTML mode. Make sure you click on the table. If they still don't show up, click somewhere else, then click on your table and hover over the top left corner and they should appear. You can see an example of |
+1 |
+1 |
@javierarce do you know if there is any time estimate on this? I saw it is listed under "Bugs" in #32400 - but they don't have a obvious priority. |
@scheinercc I'm unsure about the time estimation, but I've just tried adding lists in HTML mode and they are correctly rendered. If that's the case, I think we could close this issue and open a feature request to allow adding tables visually. What do you think? |
Re-read the initial ticket description and agree. I landed here today as content editors brought this issue to my attention. I now filed #35764 for adding the visual list editing tools. |
@javierarce testing it again, I find these issues: I pasted the following code
which resulted in these huge spaces (due to the inlined I then manually removed all the spaces used for code indentation switching back to "visual editing" I got this while switching yet back into "HTML mode", it still kept it Tested in Firefox and Chrome with the same results. It seems to me that the HTML editing is quite touchy and not particular easy to use. |
@scheinercc I think the problem you describe will be handled by the enhancement request you created (thanks for that, by the way… I've added it to the tracking issue), whereas this issue was more about fixing the basic list rendering (but I'd love to read more opinions about it). |
@javierarce maybe it is about time to close this ticket here, as the new one is already seen is a dup of it ;) |
Is your feature request related to a problem? Please describe.
It is currently not possible to add an ordered or unordered list to a table, even if you edit as HTML as once the list HTML has been added and to go back to block view, the output is incorrect.
Describe the solution you'd like
The option to add a list block inside a table cell.
Describe alternatives you've considered
Adding the list via the "Edit as HTML", but it doesn't work.
The text was updated successfully, but these errors were encountered: