Docs
Start building
Docs

Editing & export

The markdown editor, rendering, and bundling docs for download.

1 min read · 4 sections

Edit any doc by hand in a markdown editor, and export the whole set as a single file. The AI writes the first draft; the final wording is yours.

Rendered vs raw

Each doc has two modes:

  • Rendered: the formatted view (headings, code blocks with copy buttons, callouts, tables, links).
  • Raw: a markdown editor.

Press E to jump into raw editing, Cmd/Ctrl + Enter to save, and Escape to cancel when there are no unsaved changes.

Supported markdown

The renderer handles headings (with anchors + a table of contents), ordered and unordered lists, fenced code blocks with light syntax highlighting (TypeScript, Solidity, JSON, shell), inline code, bold, links, blockquotes, callouts (info / tip / warning / danger), and tables.

Export

Download bundles every doc into one markdown file, ordered by display order then title, with each doc's path as a comment header. The file is named after your project. Export happens entirely client-side, so it's instant.

Saving

Saving a doc writes it to the workspace and the database, and clears any drift flags. Docs are capped at 200,000 characters each.