Export
Export folder
Section titled “Export folder”Exports are saved to ~/Documents/Quendian/ by default. You can change this in Preferences → Export → Export Folder.
Filename format
Section titled “Filename format”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.
Markdown format
Section titled “Markdown format”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.
Body structure
Section titled “Body structure”---session_id: ...started_at: ...stopped_at: ...duration_seconds: ...---
# Session Title
## Transcript**Speaker:** transcript text here...
## SummarySummary text here...If the summary hasn’t been generated yet, the Summary section contains _Pending._.
Collision handling
Section titled “Collision handling”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.