Skip to main content

Table Operations

Create, edit, and manage Markdown tables

⏱️ 5 minutes

Insert Table

Method 1: Shortcut Ctrl+Shift+T

Method 2: Toolbar β†’ Table button

Method 3: Slash commands β†’ Table

A row/column selector appears when inserting, allowing you to drag to choose the table dimensions.

Table Editing

In Normal mode, tables display visually and support the following operations:

Row Operations

ActionShortcutMenu Path
Insert Row Aboveβ€”Paragraph β†’ Table β†’ Insert Row Above
Insert Row BelowCtrl+EnterParagraph β†’ Table β†’ Insert Row Below
Move Row Upβ€”Paragraph β†’ Table β†’ Move Row Up
Move Row Downβ€”Paragraph β†’ Table β†’ Move Row Down
Delete RowCtrl+Shift+BackspaceParagraph β†’ Table β†’ Delete Row

Column Operations

ActionShortcutMenu Path
Insert Column Leftβ€”Paragraph β†’ Table β†’ Insert Column Left
Insert Column Rightβ€”Paragraph β†’ Table β†’ Insert Column Right
Move Column LeftAlt+LeftParagraph β†’ Table β†’ Move Column Left
Move Column RightAlt+RightParagraph β†’ Table β†’ Move Column Right
Delete Columnβ€”Paragraph β†’ Table β†’ Delete Column

Other Table Operations

  • Resize columns: Drag column borders to adjust width
  • Copy table: Menu β†’ Paragraph β†’ Table β†’ Copy Table
  • Format table: Menu β†’ Paragraph β†’ Table β†’ Format Table
  • Delete table: Menu β†’ Paragraph β†’ Table β†’ Delete Table

Markdown Table Syntax

| Col 1 | Col 2 | Col 3 |
|-------|-------|-------|
| A1    | B1    | C1    |
| A2    | B2    | C2    |

Alignment support:

| Left   | Center  | Right  |
|:-------|:-------:|-------:|
| Left   | Center  | Right  |

Next Steps

Table Operations | Notta - 智能 Markdown 编辑器