How to turn a podcast into Obsidian notes
Transcribe each episode into its own note, give every note frontmatter with title, date, and source URL, and link them all from one index note. The failure mode is predictable: a folder of transcripts with no links, which is less useful than the podcast app you started with because at least that had a play button.
Step by step
-
1
Check the feed for existing transcripts
A growing number of shows publish them, and the RSS feed often carries a transcript URL per episode. Free and accurate beats generated every time.
-
2
One note per episode
Named consistently — date first sorts chronologically in the file list, which is usually what you want for a podcast.
-
3
Frontmatter that answers questions later
`title`, `date`, `podcast`, `guests`, `source`. Guests as a list is the one people forget and miss most: it's what lets you find every episode featuring someone.
-
4
Split long episodes by topic
A three-hour episode as one note is unusable. Use headings per topic so the outline pane becomes a table of contents and you can link to a section rather than the whole thing.
-
5
Link from an index note
One note listing every episode, grouped by year or season. This is the difference between a graph of orphans and a connected vault.
Doing it by hand
The whole process without any particular tool, if you'd rather build it yourself:
- Get a transcript per episode — published if available, otherwise speech-to-text.
- Save one Markdown note per episode with a date-first filename.
- Add frontmatter: title, date, podcast, guests, source URL.
- Add headings inside long episodes so the outline is navigable.
- Create an index note linking to every episode.
Common questions
Should I keep the full transcript or a summary?
Both, in the same note — a summary at the top and the full text below a heading. The summary is what you'll actually read; the transcript is what makes search find the note at all.
How do I handle a show with hundreds of episodes?
Process it once as a batch rather than episode by episode, and keep it in its own folder so it doesn't swamp your own notes. The index note matters more the larger the archive gets.
Can I link transcripts to my own notes?
That's the main reason to put them in your vault rather than a search tool. Link a claim in your own writing to the episode where you heard it, and backlinks show you every note that referenced a given episode.
The shortcut
SourceWeaver does every step above in one pass — reusing existing captions and transcripts, transcribing the rest on a GPU with optional speaker labels, and exporting in the format your destination tool actually wants. You can see real output before signing up.
Process content you own or created, content you're licensed or have permission to use, or openly-licensed and public-domain material. Whether any particular use is permitted depends on copyright law and the rights you hold — it's worth being sure before you start.