Public documentation for tsvsheet/tsvsheet.go — the Go implementation of tsvsheet, a spreadsheet in plain text. Published as a Hugo site via GitHub Pages at tsvsheet.github.io/docs.tsvsheet.go.
static/playground/ hosts the browser playground: the tsvsheet engine compiled to WebAssembly (main.wasm + wasm_exec.js) plus a single-page editor (index.html). It runs entirely client-side — no server — and is served at /playground/. Rebuild and redeploy it from the code repo with make wasm (staging into dist/playground/), then copy dist/playground/* here.