Share & Export
Export meeting summaries and transcripts as Markdown, Word (DOCX), PDF, or plain text. Copy to clipboard for quick sharing.
Last updated: March 25, 2026
On this page
TL;DR
Meetily lets you export meeting summaries and transcripts in multiple formats -Markdown, Word (DOCX), PDF, and plain text. You can also copy content directly to your clipboard. Each format preserves your content's structure including headings, tables, and timestamps. Find the export options via the Share button (top-right) in any meeting's details view.
Share & Export
After a meeting, the transcript and summary are most useful when they can travel -into an email, a project doc, a Slack thread, or an archive folder.
Think of it like "Save As" for your meetings -you pick the format that fits your destination, and Meetily packages your content with proper formatting, metadata, and structure.
Click the Share button (share icon) in the top-right of any meeting's details view.
Quick Start
- Open any meeting from the sidebar
- Click the Share button (top-right toolbar)
- Choose what to export:
- Summary → Markdown, Word, or PDF
- Transcript → Plain Text or Word
- Pick a save location in the file dialog
- Done -a toast notification confirms the export with an Open button
Need to share meeting notes?
→ Open the meeting
→ Click Share (top-right)
→ Pick a format
→ Save the file
→ Toast shows "File exported" with Open buttonExport Formats
Summary Exports
| Format | Extension | Best for | What's included |
|---|---|---|---|
| Markdown | .md | Pasting into GitHub, Notion, Slack, wikis | Title, date, full summary with markdown formatting |
| Word | .docx | Email attachments, formal documents | Styled document with headings, tables, paragraphs |
.pdf | Archiving, printing, formal distribution | Print-ready document with title, date, and summary language |
Transcript Exports
| Format | Extension | Best for | What's included |
|---|---|---|---|
| Plain Text | .txt | Simple archiving, text processing | Timestamps + speaker names + transcript text, line by line |
| Word | .docx | Formatted transcript for review | Styled document with timestamps and speaker attribution |
Copy to Clipboard
Both summary and transcript sections have a Copy to Clipboard button. Click it, and the content is copied in a format suitable for pasting into emails, documents, or chat applications. The button icon changes to a checkmark for 2 seconds to confirm the copy.
How to Export
Exporting a Summary
- Click the Share button in the meeting's top-right toolbar
- The share menu appears with two sections: Summary and Transcript
- Under Summary, click the format you want:
- Markdown -saves as
.mdwith full markdown formatting - Word -saves as
.docxwith styled headings and tables - PDF -saves as
.pdfwith print-ready formatting
- Markdown -saves as
- A save dialog opens with a suggested filename (e.g.,
team-standup-summary.md) - Choose your save location and click Save
- A green toast notification appears: "File exported: team-standup-summary.md" with an Open button
Exporting a Transcript
- Click the Share button
- Under Transcript, click the format you want:
- Plain Text -saves as
.txtwith timestamps - Word -saves as
.docxwith formatted timestamps
- Plain Text -saves as
- Save dialog → choose location → confirm
- Toast confirmation with Open button
Copying to Clipboard
- Click the Share button
- Click Copy to Clipboard under either Summary or Transcript
- The copy icon changes to a checkmark for 2 seconds
- Paste into any application (email, Slack, Google Docs, etc.)
File Naming
Meetily generates descriptive filenames automatically:
| Content | Filename pattern | Example |
|---|---|---|
| Summary (Markdown) | {meeting-title}-summary.md | q1-planning-summary.md |
| Summary (Word) | {meeting-title}-summary.docx | q1-planning-summary.docx |
| Summary (PDF) | {meeting-title}-summary.pdf | q1-planning-summary.pdf |
| Transcript (Text) | {meeting-title}.txt | q1-planning.txt |
| Transcript (Word) | {meeting-title}.docx | q1-planning.docx |
If no meeting title exists, Meetily falls back to summary-{meeting_id} or transcript-{meeting_id}.
You can change the filename in the save dialog before saving.
What's Included in Each Format
Markdown Export
# Q1 Planning Call
*March 15, 2026*
## Key Points
- Revenue targets discussed for Q2...
- Product roadmap changes announced...
## Action Items
| Owner | Task | Deadline |
|-------|------|----------|
| Sarah | Update forecast | March 20 |PDF Export
The PDF includes:
- Title as the document header
- Date of the meeting
- Summary language (if detected)
- Full summary content with preserved formatting
Plain Text Transcript
[00:00:15] Sarah: Good morning everyone, let's get started with the Q1 review.
[00:00:22] Mike: Thanks Sarah. I've prepared the revenue numbers...
[00:01:45] Sarah: Great, let's look at those numbers.Each line includes the timestamp in [HH:MM:SS] format, the speaker name (if available), and the spoken text.
How It Works
When you click an export button, Meetily:
Meeting Data → Format Converter → File Dialog → Save to Disk- Reads content: Pulls the summary or transcript from the database
- Converts format: Transforms the content into the target format (Markdown, DOCX, PDF, or TXT)
- Adds metadata: Includes meeting title, date, and language where applicable
- Presents save dialog: Shows a native file dialog with suggested filename and location
- Writes file: Saves to your chosen location
- Confirms: Shows a toast notification with an Open button to view the file
Real-World Examples
Example 1: Sending meeting notes to your team
"After our weekly sync, I need to email the summary to the team -formatted nicely, not raw text."
Setup: Open the meeting → Share → Summary > Word. Save the .docx file, then attach it to your email. The Word document has proper headings, styled tables, and readable formatting.
Example 2: Archiving transcripts for compliance
"Our compliance team needs verbatim transcripts of all client meetings stored as plain text files."
Setup: After each client meeting, open it → Share → Transcript > Plain Text. Save the .txt file to your compliance archive folder. Each line has a timestamp and speaker name for auditability.
Example 3: Pasting into Slack or Notion
"I want to quickly share the key points from a meeting in our team's Slack channel."
Setup: Open the meeting → Share → Summary > Copy to Clipboard. Switch to Slack, paste with Cmd+V / Ctrl+V. The markdown formatting renders nicely in Slack, with headings, bullet points, and bold text preserved.
Example 4: Creating a PDF record for a client
"I need to send a professional-looking summary to our client after a discovery call."
Setup: Open the meeting → Share → Summary > PDF. Save the PDF, review it, and email it to the client. The PDF includes the meeting title, date, and neatly formatted summary content.
Screenshots Guide
These are the key screens worth capturing for visual reference:
| # | What to capture | Why it helps |
|---|---|---|
| 1 | Share menu open -showing Summary and Transcript sections with format options | Shows the full export interface at a glance |
| 2 | Summary format buttons -MD, DOCX, PDF icons with labels | Shows available summary formats |
| 3 | Transcript format buttons -TXT, DOCX icons with labels | Shows available transcript formats |
| 4 | Save dialog -native file dialog with auto-generated filename | Shows the file saving workflow |
| 5 | Success toast -green notification with filename and Open button | Confirms export completion |
| 6 | Copy to clipboard -button showing checkmark state after copying | Shows the clipboard feedback |
| 7 | Exported Markdown file -opened in a text editor showing formatted content | Shows what the exported file looks like |
| 8 | Exported PDF -opened in Preview/PDF reader showing formatted summary | Shows the final PDF output |