Inserting a table
- In the editor, click the + button on the left side of a line or type
/. - Select Table from the insert menu.
- A table will appear with a default number of rows and columns.
Editing table content
Click any cell to start typing. You can move between cells with Tab (forward) or Shift + Tab (backward). To add a new row at the end, press Tab from the last cell. Right-clicking on the table gives you options to:- Add or delete rows and columns
- Merge or split cells
- Toggle header row
Styling the table
With the table selected, the right-hand sidebar shows styling options:Cells
- Header background color — sets the fill color of the header row cells.
- Cell background color — sets the fill color of all regular (body) cells.
- Cell padding — controls internal spacing between the cell’s content and its border.
Border
- Border width — thickness of the border around cells. Set to
0to remove all visible borders. - Border color — color of the cell borders.
- Border style — choose between solid, dashed, or dotted.
- Border radius — rounds the corners of the overall table wrapper.
Spacing & layout
- Border spacing — the gap between individual cells. Setting this to
0collapses the borders into a single line (classic table look). Increasing it creates a separated, card-like grid. - Margin — external space above and below the table, separating it from surrounding content.