What changes when video becomes Markdown notes
A YouTube link in your vault is a dead-end attachment — Obsidian stores the URL but doesn't index the words, can't [[wikilink]] to specific timestamps, and the graph view shows it as an orphan. Convert via Video to Markdown and the same content becomes a real note: full-text search, atomic-note splitting, YAML frontmatter for metadata, tags, and graph view connections to anything you reference in the transcript.
The "conference talk to atomic notes" workflow
Watch a 45-minute talk, paste the URL into the converter, get back structured Markdown with chapter headings and timestamps. Save into the vault as 2026-03 NeurIPS - Talk Title.md with YAML frontmatter capturing speaker, conference, recording date, and topic tags. The body is the structured transcript with chapter anchors you can [[wikilink]] back to from atomic notes.
Then split the long transcript into atomic notes manually or with the Note Refactor plugin — one idea per note, each backlinking to the source talk and timestamp. Your Zettelkasten now ingests video content the same way it ingests written content. Also import PDFs (PDF for Obsidian), web clips (URL for Obsidian), and audio (Audio for Obsidian) for a full-spectrum vault.
Frontmatter template for video content
Common fields: type: video, source: youtube, url: https://..., speaker: Marcus Lee, conference: NeurIPS 2026, recorded: 2026-03-12, duration: 00:42:18, tags: [evaluation, llm-eval, neurips-2026]. Dataview can then query across all video notes by speaker, conference, or topic.