Table editing just got WAY better

Tags: #<Tag:0x00007fa493d58ec0>

There’s a new button in the editor.

It allows the editing of html tables like this:

One Two
Three Four

So instead of having to trawl though this:

<table>
	<tbody>
		<tr>
			<td>One</td>
			<td>Two</td>
		</tr>
		<tr>
			<td>Three</td>
			<td>Four</td>
		</tr>
	</tbody>
</table>

You can click around this:

Right click for a useful menu.

Unfortunately, it can’t create a table from scratch. This 2x2 table is the minimum required to get the ball rolling so you’ll need to copy it if you’re making a table of your own. I’ve recommended a fix to the plugin author so we’ll see what happens there. (Bit annoying that; it wasn’t apparent before I paid for the plugin).

This is now fixed. Just click the table button to create a table.

Woo! Tables!

Nah mate… this is a table…

X
X X X
X X X X X
X X X
X

Actually this is a table…

Wait… no… this is a table…

3 Likes

In which case, this is most (meta)tabley of them all:

2 Likes

A table of tables you say?

1 Like