Skip to content

Export

Exports are saved to ~/Documents/Quendian/ by default. You can change this in Preferences → Export → Export Folder.

Quendian generates filenames from a configurable template. The default template is:

YYYY-MM-DD HH-mm {{title}}

This produces filenames like 2024-03-15 14-30 Team standup.md.

See Filename template syntax for all available tokens and examples.

Each exported file is a Markdown document with YAML frontmatter, a transcript section, and a summary section.

See Markdown frontmatter for the full frontmatter schema.

---
session_id: ...
started_at: ...
stopped_at: ...
duration_seconds: ...
---
# Session Title
## Transcript
**Speaker:** transcript text here...
## Summary
Summary text here...

If the summary hasn’t been generated yet, the Summary section contains _Pending._.

If a file with the same name already exists in the export folder, Quendian appends a counter: filename (2).md, filename (3).md, and so on.