Skip to content

Exporting & sharing

Four ways to get a session out of Recall.

1. Copy as context (the killer feature)

Click 📋 copy as context in the transcript header. Condensed markdown lands on your clipboard — stripped tool-call JSON, stripped thinking blocks, but every user prompt and assistant response preserved. Perfect for pasting into a new Claude session so it starts with full context.

Equivalent CLI:

recall context <id> | pbcopy

2. Copy as full markdown

Click copy md in the transcript header. Full transcript including tool call JSON, tool results, everything. Bigger, more faithful, less Claude-friendly.

3. Export HTML

Click export html. Downloads a self-contained HTML file (all styles inlined) in dark mode. Open in any browser, commit to git, email it, archive it. Works offline forever.

4. Print

Click print. Opens your browser's print dialog with a print-friendly layout — chrome hidden, transcript only, light background, page breaks between messages. Save to PDF from the print dialog.