gists | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{#each this}} {{#if @first}}
{{#each (groupBy this "speaker_name")}}
- {{@key}} {{/each}}
{{/if}}
{{speaker_name}} ({{startTime}} - {{endTime}}):
{{sentence}}
{{/each}}
gists | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{#each this}} {{#if @first}}
{{#each (groupBy this "speaker_name")}}
{{/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}} |