Present a deck from anywhere
Paste a link to a deck — a GitHub gist (best: the API
allows browser fetches), a raw markdown URL, or a JSON manifest URL —
and present it right here using deckhand's WebAssembly build. Gists are
resolved exactly like the CLI does it: deck.json first, then
deck.md, then the only file, then the first .md.
Notes
- Terminal blocks show as placeholders here — browsers can't spawn
PTYs. To run them for real:
deckhand <the same url>. If the deck was compiled withdeckhand compile --snapshots, you'll see a real capture of each command's output instead. - Plain URLs need CORS headers to be fetchable from a browser;
gists and
raw.githubusercontent.comlinks work out of the box. - A gist can hold a whole multi-file deck: a
deck.jsonmanifest plus slide files, resolved by filename.