> ## Documentation Index
> Fetch the complete documentation index at: https://miniti.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# markdown export

> copy or auto-save meetings as markdown - obsidian and claude code friendly

every section in miniti has a `copy` button that emits clean markdown. on macos you can also auto-save meetings to a local folder.

## copy to markdown

click the `copy` icon on any section header - transcript, notes, or insights - to copy formatted markdown to the clipboard.

**transcript** exports with speaker labels:

```markdown theme={null}
## transcript

**you:**
i think we should prioritize the auth flow...

**speaker 1:**
agreed, let's scope that out this week...
```

**insights** exports with structure:

```markdown theme={null}
## insights

### summary
brief overview of the meeting...

### discussion flow
1. opening introductions
2. product demo walkthrough
3. q&a session

### action items
- [ ] send follow-up email
- [ ] schedule next meeting

### topics
- product roadmap
- pricing discussion
```

## auto-export to local folder (macos)

automatically save every meeting as a markdown file to a local folder - great for [obsidian](https://obsidian.md), [claude code](https://claude.com/claude-code), or any tool that reads markdown.

### setup

1. open **settings** (`⌘,`)
2. **integrations → markdown export**
3. toggle on **auto-export**
4. pick a folder (default: `~/Documents/miniti/`)
5. optional: enable **write `AGENTS.md` index** so ai agents like claude code can discover meetings by reading a single index file

### format

each saved meeting writes a single markdown file containing:

* title, date, duration, language
* summary, discussion flow, action items, key decisions, topics
* meddpicc (if populated)
* notes
* full transcript with speaker labels

## transcript edits

markdown exports use the current saved transcript. if you trim a saved meeting, deleted transcript text is removed from future markdown copies and exports.

on macos, auto-export updates the meeting markdown file after a trim. manual copies and ios share exports use the trimmed transcript when you export after the edit.

## ios

ios uses the native share sheet: tap the share icon on a saved meeting to export transcript, insights, or full meeting as markdown to any app that accepts it.
