Markdown Table Editor is an Excel-like Markdown editor built for creating and editing Markdown tables faster. You can click, drag, paste from Excel, format cells, and instantly export clean Markdown.
Most Markdown editors treat tables like plain text. This app treats tables like a real grid.
- Spreadsheet-style editing (click cells, drag selections, right-click menu)
- Paste from Excel/TSV with auto-expanding rows and columns
- Fast Markdown export (entire table or selected range)
- Built-in table tools (insert/delete/duplicate rows and columns, merge rows, alignment)
- Live preview + Markdown-focused formatting (bold, italic, inline code, headings)
- Import existing
.mdtables - Copy Markdown to clipboard
- Download Markdown as file
- Keyboard shortcuts for quick editing
- Undo/redo support
[Add Screenshot / Screen Recording Here]
- React + TypeScript
- Vite
- Zustand
- Tailwind CSS
npm install
npm run devThen open the local URL shown in your terminal.
For a simple step-by-step setup, see GITHUB_PAGES_DEPLOYMENT.md.