Skip to main content
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:
## transcript

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

**speaker 1:**
agreed, let's scope that out this week...
insights exports with structure:
## 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, 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 CLAUDE.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

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.