Open formats
Take the
transcript
with you.
Markdown for your daily note. JSON for your scripts. SRT for your video editor. Plain text for whoever asked. No proprietary container, no "export to PDF only" trap.
Four formats, one click each.
.mdMarkdown
Sample export# Q2 launch sync - May 2
**Attendees:** Anya, Marko, Lina, Owen
**Duration:** 28 min · **Recording:** ./q2-launch-sync.m4a
## Summary
- Launch date locked: Tuesday next week.
- Marketing site ships Monday night.
- FOUDNER coupon → $79 added to hero + pricing card.
## Transcript
**Anya** `00:00:03`
Let's lock the launch date - Tuesday or Thursday next week.
**Owen** `00:00:09`
Tuesday works. Marketing site can ship Monday night.
**Marko** `00:00:14`
Founder coupon copy is in. Drop it on the hero too?
Drop into Linear, Notion, GitHub, your daily note.
.jsonJSON
Sample export{
"meeting": {
"id": "01HXG7...",
"title": "Q2 launch sync",
"startedAt": "2026-05-02T14:00:00Z",
"duration": 1683,
"attendees": ["Anya", "Marko", "Lina", "Owen"]
},
"summary": {
"bullets": [
"Launch date locked: Tuesday next week.",
"Marketing site ships Monday night.",
"FOUDNER → $79 added to hero + pricing card."
],
"actionItems": [
{ "owner": "Lina", "task": "Redo OG image" },
{ "owner": "Marko", "task": "Verify Stripe coupon cap" }
]
},
"segments": [
{ "t0": 3.1, "t1": 7.2, "speaker": "Anya",
"text": "Let's lock the launch date - Tuesday or Thursday next week." },
{ "t0": 9.4, "t1": 13.5, "speaker": "Owen",
"text": "Tuesday works. Marketing site can ship Monday night." }
]
}Structured. For scripts, dashboards, custom workflows.
.srtSRT
Sample export1
00:00:03,100 --> 00:00:07,200
[Anya] Let's lock the launch date - Tuesday or Thursday next week.
2
00:00:09,400 --> 00:00:13,500
[Owen] Tuesday works. Marketing site can ship Monday night.
3
00:00:14,200 --> 00:00:18,800
[Marko] Founder coupon copy is in. Drop it on the hero too?
Subtitle file. Drop on the meeting recording in Final Cut, Premiere, DaVinci.
.txtPlain text
Sample exportQ2 launch sync - May 2
[00:00:03] Anya: Let's lock the launch date - Tuesday or Thursday next week.
[00:00:09] Owen: Tuesday works. Marketing site can ship Monday night.
[00:00:14] Marko: Founder coupon copy is in. Drop it on the hero too?
[00:00:19] Owen: Yes. Counter pulls live from Stripe so no manual updates.
When the request is just "send me the transcript."
Where they go
.mdDaily note in Obsidian / Bear / Apple Notes
.mdIssue body in Linear / Jira / GitHub
.mdDoc in Notion / Coda
.jsonETL into your CRM / data warehouse
.jsonCustom Raycast / Alfred workflow
.jsonAI re-summarization with a different model
.srtFinal Cut Pro / Premiere / DaVinci
.srtYouTube / Vimeo upload
.txtEmail reply, Slack thread, the legal team
No lock-in. Ever.
Open formats are non-negotiable. If you stop using Mac Note Taker tomorrow, your transcripts come with you in a format you can read in any text editor on the planet.