Public documentation for tsvsheet/tsvsheet.go — the Go implementation of tsvsheet, a spreadsheet for 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.
| Path | Purpose |
|---|---|
content/ |
Markdown documentation — the Hugo site content. |
static/playground/ |
The WebAssembly browser playground, served at /playground/. |
layouts/ |
Hugo templates (managed fleet style — distributed from the docs template). |
assets/ |
Hugo assets (managed fleet style — distributed from the docs template). |
hugo.json |
Hugo configuration. |
Makefile |
Local preview and build. Run make for help. |
Private material (ideas, tasks, specs) lives in the project's hub repo, never here.