How to Import TikTok Transcripts into Obsidian (Second Brain)
Obsidian has become the go-to tool for managing personal knowledge, often called a "Second Brain." It allows users to link notes, ideas, and references together. While text articles and books are easy to import, short-form video content from platforms like TikTok often gets left out.
Here is a simple guide to transcribing and importing TikTok videos directly into Obsidian using Markdown.
Why Add TikTok Content to Your Obsidian Vault?
TikTok is full of micro-learning moments—productivity hacks, coding tips, business summaries, and book reviews. By saving these to Obsidian:
- You preserve valuable ideas before they are lost in the algorithm feed.
- You can link video concepts to other notes in your vault.
- The content becomes fully searchable offline.
Step-by-Step Obsidian Import Workflow
Step 1: Convert the TikTok Video to Markdown
Obsidian runs entirely on Markdown files. To get your TikTok video in this format, copy the video link and use the TranscribeYT TikTok to Markdown Converter. The tool will output clean, structured Markdown text.
Step 2: Create a New Note in Obsidian
Open Obsidian, create a new note, and title it using a standard format (e.g., TikTok - [Creator Name] - [Topic]).
Step 3: Paste and Organize the Metadata
At the top of your note, paste YAML frontmatter to track the source:
---
type: video
platform: TikTok
source: "https://tiktok.com/..."
tags: [productivity, learning]
---
Step 4: Insert the Transcript and Link Concepts
Paste the markdown transcript from the TranscribeYT Markdown tool. Start adding wiki-links ([[Concept]]) to connect the video's contents with your existing notes.
By integrating TikTok videos into your Second Brain, you turn casual scrolling into a powerful knowledge collection engine.