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
- Paste the YouTube URL into ScribeTube.
- Premium: download as Markdown. Free: copy paragraphs into Obsidian.
- Create a new note from the template above (Cmd-T if you use Templater).
- Fill in the YAML frontmatter (URL, channel, duration, tags).
- Paste the transcript at the bottom.
- 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:
- "What did that one TED talk say about X?" — Cmd-O, type X, find the line, click the timestamp link back to the video.
- "I want to write a blog post on Y." — Search Y across all transcripts; pull quotes; cite as you write.
- "Has anyone mentioned this term before in something I've watched?" — Vault-wide search, instant.
Plugin recommendations
- Templater — automates the YAML frontmatter and date insertion
- Dataview — query your video notes ("show me all videos tagged #ml from this year")
- Citations — proper citation format for academic use
- Smart Connections — AI-suggested links between your videos and notes
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