Tables
Moraya supports GitHub Flavored Markdown (GFM) tables with an interactive floating toolbar.
Creating Tables
Type GFM table syntax or use the Paragraph > Table menu to insert a table:
| Column A | Column B | Column C |
|----------|----------|----------|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Table Toolbar
When you click inside a table, a floating toolbar appears with operations:
- Add Row — Insert a row below the current row
- Add Column — Insert a column to the right
- Delete Row — Remove the current row
- Delete Column — Remove the current column
- Delete Table — Remove the entire table
Cell Navigation
Use Tab to move to the next cell and Shift+Tab to move to the previous cell. The table will automatically add a new row if you press Tab at the last cell.