Skip to content

rfortherestofus/muse-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuseVideo Extension For Quarto

This extension allows Quarto users to integrate videos (and their transcription) from Muse AI using a simple shortcode.

Installing

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.

Using

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 }}

Example

Here is the source code for a minimal example: example.qmd.

About

Quarto extension that adds muse-video shortcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages