Obsidian Table Generator

Create Markdown tables for Obsidian. Edit, preview, and copy in seconds.

Cols
3
Rows
3
Preview
| Title | Category | Status | | :---------------- | :------- | :---------- | | Daily Notes | Journal | Active | | Project Roadmap | Work | In Progress | | Book Reading List | Personal | Completed |

How Markdown Tables Work in Obsidian

Obsidian uses GitHub-Flavored Markdown (GFM) tables. Tables require a header row, a delimiter row specifying column alignment, and data rows separated by pipe (|) characters.

Left Alignment

| :--- |

Aligns cell text to the left margin. Standard default for text content.

Center Alignment

| :---: |

Centers text in cells. Great for status tags, checkboxes, and badges.

Right Alignment

| ---: |

Aligns text to the right. Ideal for numbers, prices, and dates.