Full transcripts for the Joe Rogan Experience podcast utilized in a VuePress site. https://jrescribe.com/
- When updating a transcript, be sure to make use of markdown-it and not HTML.
- Try to pay attention to the
<timemark />
components to make sure the seconds are aligned w/ the audio as closely as possible. - Be aware that there are a handful of custom Vue components that may be useful:
<timemark />, more soon ...
These markdown files are integrated into a VuePress site.
This means that there is support for markdown-it as well as some VueJS capabilities (Interpolation, Directives, Components and more).
If you have ideas for improvements in either of these areas, be sure to open an issue so I can expand on the features.