Markdown Table Editor
approvedby Ganessh Kumar R P
An editor for Markdown tables. Open CSV, Microsoft Excel/Google Sheets data as Markdown tables.
Obsidian Table Editor
An Obsidian plugin to provide an editor for Markdown tables. It can open CSV, Microsoft Excel/Google Sheets data as Markdown tables from Obsidian Markdown editor.

Table of Contents
1. Usage Guide
Changelog 0.2.0
Thank you @cumany, for this release.
- Added "Update Table" button
- Added support for popover window (if obsidian-hover-editor plugin is installed)
@emisjerry has made a video walkthrough of this plugin in Chinese (with English subtitle). Thank you emisjerry!
1.1 Create a New Table
- Click
Open Markdown Table Editorbutton from the ribbon. - Use
Markdown Table Editor: Open Editorcommand from the command palette.

1.2 Edit and format an existing Markdown Table
- Select the markdown content or just place the cursor inside the table content
- Open Markdown Table Editor

1.3 CVS data to Markdown Table
- Select the CSV content or just place the cursor inside the CSV content
- Open Markdown Table Editor

1.4 Excel or Sheets to Markdown Table
- Select the Excel data (pasted via Ctrl/Cmd + Shift + V) or just place the cursor inside the Excel data
- Open Markdown Table Editor

1.5 Operations
The following operations are supported
Cell Operations
- Row
- Add row above
- Add row below
- Delete row
- Move row up
- Move row down
- Column
- Add column above
- Add column below
- Delete column
- Move column up
- Move column down
Header Operations
- Justify
- Left
- Center
- Right
- Sort
- Text
- Ascending
- Descending
- Numberic
- Ascending
- Descending
- Text

1.6 Selecting table
- Just place the cursor inside Markdown table or CSV or Excel data
- Invoke the command "Markdown Table Editor: Select surrounding Table Content" command from the command palette.

1.7 Opening the Table Editor below the active leaf
- You can right click the ribbon icon and select "Open Editor (Below the Active View)" to split the current view horizontally and open the Table Editor below.
- You can also do it from the command palette using the "Markdown Table Editor: Open Editor (Below the Active View)" command.

2. Installation
2.1 From GitHub
- Download the Latest Release from the Releases section of the GitHub Repository
- Put files to your vault's plugins folder:
<vault>/.obsidian/plugins/obsidian-excel-to-markdown-table - Reload Obsidian
- If prompted about Safe Mode, you can disable safe mode and enable the plugin.
Otherwise, head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.
Note: The
.obsidianfolder may be hidden. On macOS, you should be able to pressCommand+Shift+Dotto show the folder in Finder.
3. License
4. Acknowledgements
- Special thanks for @FelipeRearden for his valuable feedback and feature suggestions that has helped shaping up this plugin!
- Thank you @cumany, for adding "Update Table" button and adding support for popover window.
5. Other Obsidian plusins/tools made by me
| # | Name/Repo | Link | Type |
|---|---|---|---|
| 1 | Obsidian Excel to Markdown Table | Plugin | |
| 2 | Obsidian Clipper Maker | Live Link | Tool |
| 3 | Obsidian Plugin Stats | Live Link | Tool |
If you like my work, you could consider buying me a coffee. It is unnecessary, but appreciated 🙂
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.
