Draft42 Docs

Videos

For now, Draft42 supports only YouTube embeds. Internal video support is on the way.

YouTube

Embed a YouTube video using image syntax with a YouTube URL:

md
![Optional caption](https://youtu.be/VIDEO_ID)

All common YouTube URL formats work:

  • https://youtu.be/VIDEO_ID
  • https://youtube.com/watch?v=VIDEO_ID
  • https://youtube.com/embed/VIDEO_ID
  • https://youtube.com/shorts/VIDEO_ID
  • https://youtube.com/live/VIDEO_ID

Start Time

You can link to a specific timestamp using the t parameter (in seconds):

md
![Caption](https://youtu.be/VIDEO_ID?t=120)

The start and time_continue parameters also work.