Publish · documents · decks · PDF export
Documents & presentations
Everything to manage multi-part documents and presentations on the mesh: an index node consolidates section pages for reading and PDF export — even as a single-file submission package with the videos attached inside — and slides are authored as data, presented full-screen.
✓ Pre-installed — the skills below are already part of your chat, everywhere on this mesh.
Documents — an index that consolidates sections
A multi-part document is a top node (the index) plus one node per section.
- The index carries the title block, an executive summary and a contents list, and consolidates
every section inline via
@@Path/Section/$Content. - The sections stay individually editable, commentable and versioned — while the index reads (and prints) as ONE document.
- Export it with /pdf-package — a plain PDF, or a submission package with the explainer videos attached inside the file.
Presentations — slides as data
- Slide — one page of the talk. Its
Contentis the 16:9 stage (markdown; inline SVG welcome), theNoteshold the spoken script, and the Present area renders the chrome-free stage. The type is compiled live from Source. - Deck — the presentation. Its
Slidesmanifest is the ONE place the order lives: reorder, insert or drop a slide by editing that list — the slides themselves never change. The deck renders a collapsible side-nav plus a ▶ Present button.
The skills — pre-installed with this package
- /multipart-doc — build the index + sections document, consolidate with
@@, keep it printable. - /pdf-package — export as PDF, optionally as a submission package with videos attached inside.
- /presentation — the end-to-end deck workflow: outline, author, order, present.
- /slide — the per-slide authoring reference: stage layout,
clamp()sizing, speaker notes.