Blog · Updated 2026-05-22

YouTube Transcripts → Obsidian: Workflow for a Searchable Video Vault

Obsidian is the right tool for this if you want long-term, offline-first, link-rich notes. Here's how to make every YouTube video you watch a permanent, searchable, cross-referenced part of your second brain.

Folder structure

Inside your vault, create:

📁 Vault/
  📁 References/
    📁 Videos/
      📄 lecture-on-attention-mechanisms.md
      📄 lex-fridman-x-on-y.md
  📁 Templates/
    📄 video-note-template.md

The template:

---
type: video
url:
channel:
duration:
watched: {{date}}
tags:
---

## Why I watched this


## Key takeaways
-

## Quotes worth remembering
>

## Open questions / disagreements


---

## Full transcript

{paste from ScribeTube here}

The capture flow

  1. Paste the YouTube URL into ScribeTube.
  2. Premium: download as Markdown. Free: copy paragraphs into Obsidian.
  3. Create a new note from the template above (Cmd-T if you use Templater).
  4. Fill in the YAML frontmatter (URL, channel, duration, tags).
  5. Paste the transcript at the bottom.
  6. While reading, wrap any key concepts in [[double brackets]] to link them to existing notes or stub future ones.

Where this pays off

Three months in, you'll start seeing the graph fill out: a video on transformer architecture links to your notes on attention, which link to a different video on backpropagation, which links to your homework notes from grad school. The graph view in Obsidian makes this visible; the search makes it findable.

Concretely:

Plugin recommendations

For YouTube creators

If you're a creator, the same flow gives you a content database of everything you've ever published. Your old videos become a private wiki you can search before writing new ones — no more "didn't I cover this two years ago?" surprises.

Related: Same workflow for Notion users · YouTube to Markdown converter