laofahai506 downloadsA fast CSV/TSV editor with virtual scrolling, inline editing, column filtering, and auto encoding detection.
A fast, feature-rich CSV/TSV editor for Obsidian. Edit tabular data directly in your vault with an Excel-like experience.

Search for Tablite in Obsidian Settings → Community Plugins → Browse.
laofahai/obsidian-tablitetablite-x.x.x.zip from the latest release<vault>/.obsidian/plugins/Open any .csv or .tsv file in your vault — Tablite automatically opens it as an editable table.
| Action | How |
|---|---|
| Edit a cell | Double-click |
| Select a cell | Single-click |
| Sort column | Click header name (multi-sort with Shift+click) |
| Rename header | Double-click header name |
| Filter column | Use the filter input below header (type varies by column) |
| Resize column | Drag the right edge of header |
| Reorder columns | Drag & drop column headers |
| Hide/show columns | Use the Columns panel in toolbar |
| Freeze columns | Set freeze count in toolbar |
| Insert/delete row or column | Right-click → context menu |
| Undo / Redo | Ctrl/Cmd+Z / Ctrl/Cmd+Shift+Z |
| Search | Ctrl/Cmd+F or search box in toolbar |
git clone https://github.com/laofahai/obsidian-tablite.git
cd obsidian-tablite
npm install
npm run dev # watch mode
npm run build # production build
MIT