Tables

Caliu renders tables as real, editable grids. Underneath they are standard markdown tables, so they sync and export cleanly:

| Name  | Role     |
| ----- | -------- |
| Marta | Design   |
| Joan  | Backend  |

Creating a table

Insert one from the editor toolbar's table button. You get a header row plus body rows, ready to fill in. You can also paste a markdown table from anywhere and Caliu will render it.

Editing

Click or tap into any cell and type. Inline styles like bold and italic work inside cells.

  • In the web app, a table actions menu lets you add, delete, and move rows and columns, and you can drag a column's edge to resize it.
  • On iPhone, iPad, and Mac, move between cells with Tab and Shift+Tab or the arrow keys. Columns share the available width evenly.

Rows grow as your text wraps, so a table never hides its own content.