Modules
YouTube
YouTube video transcript extraction and note generation
YouTube Module
Extracts transcripts from YouTube videos, detects chapters with AI, and generates notes.
Usage
- Open the Command Palette with
Cmd+Shift+P - Select "YouTube"
- Paste the YouTube URL
- Click "Extract"
Features
Transcript Extraction
Uses yt-dlp to extract YouTube transcripts. Supports both auto-generated and manual transcripts.
AI Chapter Detection
Uses LLM to detect topic changes in the transcript and automatically generate chapters.
Timestamps
Extracted transcripts are displayed with timestamps. Click to jump to that specific time.
Note Template
You can customize the YouTube template in Settings:
# {{title}}
- **Channel**: {{channel}}
- **Duration**: {{duration}}
- **URL**: {{url}}
## Chapters
{{#chapters}}
- [{{time}}] {{title}}
{{/chapters}}
## Transcript
{{transcript}}Requirements
yt-dlpinstallation required
brew install yt-dlpTips
- Long videos may take some time for chapter detection
- Extraction is not possible for videos without transcripts
- If multi-language transcripts are available, the default language is selected