|
I needed something simple to convert small tables back and forth between CSV, Markdown, JSON while debugging scripts, writing docs, or answering Slack messages. Nothing quite fit (most tools are either huge Electron apps or too limited/complex), so I built Tablecraft. 1) Paste any of the supported formats (or start empty) 2) Live preview + light editing (tab to navigate cells, create new rows, etc.) 3) One-click export to CSV, Markdown table, JSON (array-of-arrays or header + rows), or PNG (pixel-perfectish) It’s deliberately minimal and very much an MVP (some rough edges, mobile support is “works but ugly”, missing features). Still deciding whether to open-source it. https://www.tablecraft.dev (propagating...) Feedback/curses/feature ideas very welcome—especially if you actually find yourself using it. |
The live preview and one-click exports work well. PNG export is a cool extra.
A simple header toggle or header detection would be helpful, but it’s already solid for an MVP.