YouTube 文字起こしを Obsidian 用 Markdown にする
生の YouTube 文字起こしを、Obsidian やドキュメントツールに保存できる Markdown ノートに変えます。
5tldr Editorial Team
Reviewed by human editors · Our standards
このガイドのレビュー方法
この記事は 5tldr チームが保守し、現在の製品挙動、サポート質問、ワークフロー指針と照合したうえで公開ライブラリに残されます。
公開元
5tldr 編集チーム
最終レビュー日
2026-03-11
根拠
実際の製品挙動、サポート依頼、ワークフローテスト
修正や製品更新が必要ですか? チームに連絡.
この記事が満たすべき基準
公開ワークフローガイドは、実際の仕事を説明し、現在の製品制限を反映し、ユーザーが次に何をするか判断できる場合にのみ残します。
キーワード埋めではなく実際のワークフロー
各ガイドは、ユーザーがすでに 5tldr で完了しようとしている実際の読書・学習・知識作業を解決すべきです。
入力・制限・出力が変わったら更新
プランルール、対応ソース、フォールバック経路が変わった場合、このガイドは公開を続ける前に見直されるべきです。
要約の後に次の一手が明確
良いコンテンツページは、一般論で終わらず、保存・エクスポート・比較・適切なワークフロー継続を助けるべきです。
生の YouTube 文字起こしを、Obsidian やドキュメントツールに保存できる Markdown ノートに変えます。
以下に原文記事があります
このページでは記事の枠組み、metadata、概要をローカライズし、完全な長文本文は下に残しています。
A raw transcript is rarely something you want to keep as-is. It is noisy, repetitive, and hard to scan. What most Obsidian users actually want is a note that preserves the useful ideas without preserving every spoken filler word.
Why transcript-to-Markdown matters
The transcript is the closest thing to the source, but it is not the final artifact. Your final artifact is usually one of these:
- a note you can search later
- a set of takeaways tied to a project or topic
- a study note you can revisit before an exam or meeting
The best workflow is transcript first, note second
Start with the transcript, not the video. Then ask the note system to do a cleaner job than the transcript itself. In practice that means:
- paste the transcript into 5tldr
- generate a concise summary or study-oriented output
- copy the resulting Markdown into Obsidian or your docs tool
What good Markdown notes should contain
Instead of saving a wall of transcript text, keep a smaller structure:
- a one-paragraph takeaway
- the main concepts or arguments
- action items or review prompts
- links back to the source video when you need context
Where 5tldr fits
The YouTube flow is fastest when captions are available. The transcript fallback is better when you already have the text and just want to turn it into cleaner notes. If you need a more structured learning format, jump into Learning Loop.
Step-by-step: transcript to Obsidian note
Here is a concrete workflow you can run in under five minutes for any lecture, interview, or podcast you want to keep:
- Open the YouTube video and click the three-dot menu below the player, then select "Show transcript."
- Select all the transcript text and copy it to your clipboard.
- Go to 5tldr and paste the text into the input box. Choose "Key Points" or "Deep Dive" mode depending on how much detail you want.
- Click "Copy as Markdown" on the result. The output preserves headings, bullet points, and bold text.
- Open Obsidian, create a new note, and paste. Add your own tags, links, or YAML front matter as needed.
Formatting tips for Obsidian users
A few small habits make your notes much more searchable later:
- Add a YAML front matter block with
source,date, andtagsfields so Dataview queries can find it. - Use
[[wikilinks]]to connect the note to related topics in your vault. - Keep the original YouTube URL in a metadata field so you can jump back to the video if the summary raises a question.
- If the video covers multiple topics, split the Markdown into separate notes under a shared folder or tag.
Obsidian is only one destination
Markdown export is useful because it keeps the note portable. You can move it into Obsidian, Notion, Logseq, docs, or a team wiki without reformatting everything from scratch. The same copy-paste workflow applies to any tool that accepts Markdown input, which is most modern knowledge-management apps.
The takeaway
Treat the transcript as raw material, not as the final artifact. The real asset is the cleaned Markdown note you keep afterward. A five-minute investment in cleaning and structuring the output pays off every time you search your vault three months later and find exactly the insight you needed. That is what makes transcript-based workflows worth repeating.