Manipulate markdown tables without touching the source code in Obsidian.
Please Refer: How to install Obsidian Plugins
-
You can open a table generator by clicking the
Create new table
command in a right-click menu, which allows you to swiftly create an empty table with the specified shape under current cursor. -
You can click a table cell to edit it directly, and the cell being edited will be highlighted. You can press
Enter
orEsc
or click anywhere outside the table to exit the edit mode. -
When editing a table cell, content in the table cell will be converted to original Markdown code, and it will be rendered when you exit the edit mode.
-
In the table cell, you can write anything except the format conflicting with Markdown, such as
|
. Try to add HTML\Tags\Img to it. -
Use
up
anddown
arrow keys to move between cells. Andtab
key can be used to move between cells, whileshift + tab
can be used to move between cells in the opposite direction. -
Use
left
andright
arrow keys to move between characters in the cell. And when your cursor is on the front of the table cell or the end of the table cell, you can useleft
andright
arrow keys to move between cells. -
Right-click on any table cell, and you will see a panel of buttons at the top of the pop-out menu. Try hovering your mouse over a button, and you will see a tooltip that tells you what the button does.