● Manuscript Render Script
The writerdeck pushes to a private git repo, one commit per session, and the same discipline as this site's own daily-commit habit. Commits are the only telemetry, there's no cloud sync or background daemon watching the manuscript folder.
A post-commit hook does the work, every .wg and .md file in the manuscript tree is concatenated into one plain-text file in the order a table of contents defines, not file-modified time. WordGrinder ships its own wordgrinder-convert for turning its native format into plain text before that concatenation happens.
It's the same as this site's `urlminder.txt` route: read every source file at render time, strip anything that isn't prose, write the total back out as a single growing feed. The same reasoning applies, boring and deterministic beats clever.
That single file is the thing that actually gets deployed, not the repo. See Obscure Netlify Subdomain for where it ends up once it leaves the ThinkPad.
- Links to
- writerdeck · daily-commit habit · `urlminder.txt` route · The same reasoning · Obscure Netlify Subdomain
- Linked from
- Obscure Netlify Subdomain · pico.sh · Writerdeck