Seamlessly bring video learning to your Obsidian vault. HoverNotes creates structured markdown notes that become a part of your existing knowledge graph.
1. Watch video
2. Manually take notes in Obsidian
3. Try to remember to add timestamps
4. Struggle to capture visual elements
5. Notes often incomplete or messy
1. Navigate to any video
2. Click HoverNotes icon (creates split-screen view)
3. AI watches and generates notes automatically
4. Take screenshots with timestamps
5. Add your own insights alongside AI notes
6. Everything syncs to your Obsidian vault in real-time
### Component Lifecycle Diagram**Timestamp:** [5:45](https://youtube.com/watch?v=abc123&t=345s)
The diagram shows three phases:
- Mounting: Component created
- Updating: Props or state change
- Unmounting: Component removed
Key insight: Always use functional updates for dependent state changes.
### 3. 多言語学習対応
*0:45のデモで英語で視聴し、中国語でノートを取得する様子が示されています*
```markdown
### 数学概念 (Mathematical Concepts)
**原视频:** [YouTube Math Tutorial](https://youtube.com/watch?v=abc123)
AI自动生成的笔记支持中文、韩文、西班牙文等多种语言。
Perfect for international students learning in their second language.
## My Thoughts
This approach is cleaner than class components because...
## Questions to Explore- How does this compare to Vue's reactivity?
- What are the performance implications?
## Action Items- [ ] Try building a counter with useState
- [ ] Research useState vs useReducer
# Lecture 5: Organic Chemistry Reactions**Professor:** Dr. Smith
**Course:** [[CHEM 301]]
**Assignment Due:** [[2024-03-20]]
## Reaction Mechanisms
[Auto-generated notes with chemical diagrams]
## My Study Notes
Need to review [[Nucleophilic Substitution]] before exam.
# AWS Lambda Deep Dive**Source:** [[AWS Training Videos]]
**Technology:** [[Serverless Architecture]]
## Key Learnings
[Auto-generated technical notes]
## Implementation Ideas
Could use this for the [[Project Dashboard]] backend.