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
| Action | Shortcut | Menu Path |
|---|---|---|
| Insert Row Above | β | Paragraph β Table β Insert Row Above |
| Insert Row Below | Ctrl+Enter | Paragraph β Table β Insert Row Below |
| Move Row Up | β | Paragraph β Table β Move Row Up |
| Move Row Down | β | Paragraph β Table β Move Row Down |
| Delete Row | Ctrl+Shift+Backspace | Paragraph β Table β Delete Row |
Column Operations
| Action | Shortcut | Menu Path |
|---|---|---|
| Insert Column Left | β | Paragraph β Table β Insert Column Left |
| Insert Column Right | β | Paragraph β Table β Insert Column Right |
| Move Column Left | Alt+Left | Paragraph β Table β Move Column Left |
| Move Column Right | Alt+Right | Paragraph β 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 |Tip
Notta automatically formats tables for easier reading and editing.
Next Steps
- Image Management β Insert and manage images
- Slash Commands β Quickly insert tables and other content