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:
- 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
- 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.
- Render everything else as normal markdown
Let me know what you think!
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:
What would be great is if we create a custom renderer to interpret the following:
Let me know what you think!