Tables
Insert a table, add and remove rows and columns, and move around inside it.
Insert a table with /table. The default has three columns and two rows, the
first being a header row.
Moving around#
Tab— next cell.Shift+Tab— previous cell.- Arrow keys work too.
Adding rows and columns#
Move the pointer to the edge of the table and row and column controls appear. Use them to:
- Add a row or column.
- Delete an existing one.
With Markdown#
You can also paste a table straight in as Markdown:
| Name | Count |
| --- | --- |
| Apple | 3 |
| Pomegranate | 5 |
Copy text like that into the editor and it becomes a real table. See Markdown support.
Limits#
For now, table cells hold plain text only — you cannot put an image or a code block inside a cell. Merging cells is not supported either.