This extension allows Quarto users to integrate videos (and their transcription) from Muse AI using a simple shortcode.
quarto add rfortherestofus/muse-video
This will install the extension under the _extensions
subdirectory.
If you're using version control, you will want to check in this directory.
Important
The same video (by video-ID) cannot be inserted into the same Quarto page twice.
Inside your Quarto file, use the shortcode:
{{ muse-video <video_id> }}
And if you want to have the transcripts as well, you can use:
{{ muse-video <video_id> with_transcript=true }}
Here is the source code for a minimal example: example.qmd.