Share & Export

new

Export meeting summaries and transcripts as Markdown, Word (DOCX), PDF, or plain text. Copy to clipboard for quick sharing.

Last updated: March 25, 2026

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

  1. Open any meeting from the sidebar
  2. Click the Share button (top-right toolbar)
  3. Choose what to export:
    • Summary → Markdown, Word, or PDF
    • Transcript → Plain Text or Word
  4. Pick a save location in the file dialog
  5. Done -a toast notification confirms the export with an Open button
Code language: text
Need to share meeting notes?
  → Open the meeting
  → Click Share (top-right)
  → Pick a format
  → Save the file
  → Toast shows "File exported" with Open button

Export Formats

Summary Exports

FormatExtensionBest forWhat's included
Markdown.mdPasting into GitHub, Notion, Slack, wikisTitle, date, full summary with markdown formatting
Word.docxEmail attachments, formal documentsStyled document with headings, tables, paragraphs
PDF.pdfArchiving, printing, formal distributionPrint-ready document with title, date, and summary language

Transcript Exports

FormatExtensionBest forWhat's included
Plain Text.txtSimple archiving, text processingTimestamps + speaker names + transcript text, line by line
Word.docxFormatted transcript for reviewStyled 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

  1. Click the Share button in the meeting's top-right toolbar
  2. The share menu appears with two sections: Summary and Transcript
  3. Under Summary, click the format you want:
    • Markdown -saves as .md with full markdown formatting
    • Word -saves as .docx with styled headings and tables
    • PDF -saves as .pdf with print-ready formatting
  4. A save dialog opens with a suggested filename (e.g., team-standup-summary.md)
  5. Choose your save location and click Save
  6. A green toast notification appears: "File exported: team-standup-summary.md" with an Open button

Exporting a Transcript

  1. Click the Share button
  2. Under Transcript, click the format you want:
    • Plain Text -saves as .txt with timestamps
    • Word -saves as .docx with formatted timestamps
  3. Save dialog → choose location → confirm
  4. Toast confirmation with Open button

Copying to Clipboard

  1. Click the Share button
  2. Click Copy to Clipboard under either Summary or Transcript
  3. The copy icon changes to a checkmark for 2 seconds
  4. Paste into any application (email, Slack, Google Docs, etc.)

File Naming

Meetily generates descriptive filenames automatically:

ContentFilename patternExample
Summary (Markdown){meeting-title}-summary.mdq1-planning-summary.md
Summary (Word){meeting-title}-summary.docxq1-planning-summary.docx
Summary (PDF){meeting-title}-summary.pdfq1-planning-summary.pdf
Transcript (Text){meeting-title}.txtq1-planning.txt
Transcript (Word){meeting-title}.docxq1-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

Code language: markdown
# 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

Code language: text
[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:

Code language: text
Meeting Data → Format Converter → File Dialog → Save to Disk
  1. Reads content: Pulls the summary or transcript from the database
  2. Converts format: Transforms the content into the target format (Markdown, DOCX, PDF, or TXT)
  3. Adds metadata: Includes meeting title, date, and language where applicable
  4. Presents save dialog: Shows a native file dialog with suggested filename and location
  5. Writes file: Saves to your chosen location
  6. 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 → ShareSummary > 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 → ShareTranscript > 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 → ShareSummary > 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 → ShareSummary > 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 captureWhy it helps
1Share menu open -showing Summary and Transcript sections with format optionsShows the full export interface at a glance
2Summary format buttons -MD, DOCX, PDF icons with labelsShows available summary formats
3Transcript format buttons -TXT, DOCX icons with labelsShows available transcript formats
4Save dialog -native file dialog with auto-generated filenameShows the file saving workflow
5Success toast -green notification with filename and Open buttonConfirms export completion
6Copy to clipboard -button showing checkmark state after copyingShows the clipboard feedback
7Exported Markdown file -opened in a text editor showing formatted contentShows what the exported file looks like
8Exported PDF -opened in Preview/PDF reader showing formatted summaryShows the final PDF output

Frequently Asked Questions

Summaries can be exported as Markdown (.md), Word (.docx), or PDF (.pdf). You can also copy the summary directly to your clipboard for pasting into any application.
Transcripts can be exported as Plain Text (.txt) or Word (.docx). You can also copy the transcript to your clipboard. The plain text format includes timestamps and speaker names on each line.
Copy to clipboard works in both Community and Pro editions. Advanced file exports (PDF, DOCX, Markdown) require a Meetily Pro license. If your license is not activated, you'll see a message asking you to activate it in Settings > Pro.
Yes. Meetily suggests a filename based on the meeting title (e.g., 'team-standup-summary.md'), but you can change it in the save dialog before clicking Save.
Transcript exports include timestamps in [HH:MM:SS] format on each line. Summary exports include the meeting date but not per-line timestamps, since summaries are restructured content rather than verbatim text.
You can export the transcript regardless of whether a summary exists. For summary exports, you need to generate a summary first. If no summary has been generated, the summary export options may be unavailable or produce an empty file.
Exported files are saved wherever you choose in the save dialog. Meetily suggests the default save location for your operating system (typically Downloads or Documents). The success toast includes an Open button to quickly find the exported file.
Copy to Clipboard copies the content as formatted text. When you paste into applications that support rich text (like Slack, Notion, or Google Docs), headings, bold text, and lists are preserved. When pasting into plain text editors, you get the raw text.
Currently, Meetily exports one meeting at a time. Open each meeting and use the Share button to export individually.
PDF exports include the meeting title, date, and summary language (if detected). The summary content is formatted with proper headings, paragraphs, and tables in a print-ready layout.

Ready to get started?

Download Meetily and start transcribing your meetings locally with full privacy.

Have questions? or join our GitHub community