Skip to content

Instantly share code, notes, and snippets.

@delorenj
Last active October 29, 2025 00:14
Show Gist options
  • Select an option

  • Save delorenj/b8c08ea6e21afdc5127790e7b5bfbbb7 to your computer and use it in GitHub Desktop.

Select an option

Save delorenj/b8c08ea6e21afdc5127790e7b5bfbbb7 to your computer and use it in GitHub Desktop.
Fireflies CSV Transcript to Markdown.md

{{#each this}} {{#if @first}}

Participants

{{#each (groupBy this "speaker_name")}}

  • {{@key}} {{/each}}

Transcript

{{/if}} {{speaker_name}} ({{startTime}} - {{endTime}}):
{{sentence}}

{{/each}}

---
gists:
- file: Fireflies CSV Transcript to Markdown.md
is_public: true
id: b8c08ea6e21afdc5127790e7b5bfbbb7
url: 'https://gist.github.com/delorenj/b8c08ea6e21afdc5127790e7b5bfbbb7'
user: delorenj
revisions: 1
created_at: '2024-11-20T16:18:15Z'
updated_at: '2024-11-20T16:18:15Z'
---
{{#each this}}
{{#if @first}}
## Participants
{{#each (groupBy this "speaker_name")}}
- {{@key}}
{{/each}}
## Transcript
{{/if}}
**{{speaker_name}}** ({{startTime}} - {{endTime}}):
{{sentence}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment