Skip to content

Migrate transcripts to markdown file instead of stored in YML #157

@bencodezen

Description

@bencodezen

Summary

This should make it easier for us to manage from a file perspective and any time people identify issues with the transcript it should be easier to issue a PR.

Concept

The perfect transcript file would have a snippet like the following:

[00:00] Ben Hong: Welcome to Enjoy the Vue. 
[00:10] Elizabeth: Hello!
[00:20] Chris: And here is my Twitter handle: [@gloomylumi](https://www.twitter.com/gloomylumi)

What would be great is if we create a custom renderer to interpret the following:

  1. Timestamp: It would change the timestamp (i.e., [0:00]) into a link that users can click where it would skip them to the appropriate section of the audio clip
  2. Name: Each panelist / guest could be linked to their appropriate page upon configuration. So I'm thinking we need to provide the renderer with a config file for each person's bio page.
  3. Render everything else as normal markdown

Let me know what you think!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions