Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:35 +08:00
commit b207e0763c
12 changed files with 1507 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
---
title: "{{TITLE}}"
tags: [idea, {{TOPIC_TAGS}}, inbox, {{METADATA_TAGS}}]
date: {{DATE}}
type: idea
status: inbox
priority: {{PRIORITY}}
---
# {{TITLE}}
## 💡 Core Idea
{{CORE_IDEA}}
## 🎯 Why This Matters
{{WHY_MATTERS}}
## 🔗 Related Concepts
{{RELATED_CONCEPTS}}
## 📝 Next Steps
{{NEXT_STEPS}}
## 🏷️ Tags Analysis
**Content Analysis:**
- **Type**: `idea` (Captured thought/concept)
- **Topics**: {{TOPICS_EXPLANATION}}
- **Characteristics**: {{CHARACTERISTICS_EXPLANATION}}
- **Priority**: `{{PRIORITY}}` - {{PRIORITY_EXPLANATION}}
**Why These Tags:**
{{TAG_REASONING}}
**Suggested Bases Filters:**
- Find similar ideas: `type = idea AND tags contains "{{PRIMARY_TOPIC}}"`
- Find actionable items: `type = idea AND tags contains "actionable" AND status = inbox`
- Find by priority: `priority = {{PRIORITY}} AND status = inbox`
- Find by topic combination: `tags contains "{{PRIMARY_TOPIC}}" AND tags contains "{{SECONDARY_TOPIC}}"`
## 🔍 Related Searches
- `/semantic-search "{{PRIMARY_TOPIC}} {{SECONDARY_TOPIC}}"`
- `/semantic-search "{{RELATED_CONCEPT}}"`
---
**Captured**: {{DATE}}
**Status**: inbox (needs processing)
**Next Action**: Review and categorize, add to relevant project if actionable

View File

@@ -0,0 +1,100 @@
---
title: "Study Guide: {{TITLE}}"
tags: [study-guide, {{TOPIC_TAGS}}, processing, {{METADATA_TAGS}}]
source: {{SOURCE}}
date: {{DATE}}
type: study-guide
status: processing
difficulty: {{DIFFICULTY}}
estimated-time: {{ESTIMATED_TIME}}
priority: {{PRIORITY}}
---
# Study Guide: {{TITLE}}
## 📚 Overview
**Subject:** {{TITLE}}
**Source:** {{SOURCE}}
**Generated:** {{DATE}}
### 🎯 Learning Objectives
By the end of this study session, you will be able to:
{{LEARNING_OBJECTIVES}}
### ⏱️ Study Plan
- **Total Estimated Time:** {{ESTIMATED_TIME}}
- **Difficulty Level:** {{DIFFICULTY}}
- **Prerequisites:** {{PREREQUISITES}}
- **Recommended Study Method:** {{STUDY_METHOD}}
## 📋 Content Structure
{{CONTENT_STRUCTURE}}
## 💡 Study Strategies
### For This Material:
{{MATERIAL_STRATEGIES}}
### Active Learning Techniques:
- **Spaced Repetition:** Review key concepts on Day 1, 3, 7, 14
- **Practice-Based:** {{PRACTICE_EXERCISES}}
- **Teaching Others:** {{TEACHING_TECHNIQUES}}
## 🧠 Self-Assessment
### Knowledge Check (Week 1):
{{WEEK1_ASSESSMENT}}
### Knowledge Check (Final):
{{FINAL_ASSESSMENT}}
## 📊 Progress Tracking
**Completion Status:**
{{PROGRESS_STATUS}}
**Estimated Progress:** 0%
**Next Milestone:** {{NEXT_MILESTONE}}
## 🔗 Related Notes
{{RELATED_NOTES}}
## 🏷️ Tags Analysis
**Content Analysis:**
- **Type**: `study-guide` (Structured learning material)
- **Topics**: {{TOPICS_EXPLANATION}}
- **Difficulty**: {{DIFFICULTY_EXPLANATION}}
- **Characteristics**: {{CHARACTERISTICS_EXPLANATION}}
- **Priority**: `{{PRIORITY}}` - {{PRIORITY_EXPLANATION}}
**Why These Tags:**
{{TAG_REASONING}}
**Suggested Bases Filters:**
- Find study guides: `type = study-guide AND tags contains "{{PRIMARY_TOPIC}}"`
- Find by difficulty: `type = study-guide AND difficulty = {{DIFFICULTY}}`
- Find active learning: `type = study-guide AND status = processing`
- Find by topic: `tags contains "{{PRIMARY_TOPIC}}" AND tags contains "{{SECONDARY_TOPIC}}"`
## 🔍 Related Searches
- `/semantic-search "{{PRIMARY_TOPIC}} {{SECONDARY_TOPIC}}"`
- `/semantic-search "{{RELATED_CONCEPT}}"`
- `/semantic-search "{{FOUNDATIONAL_TOPIC}}"`
---
**Created**: {{DATE}}
**Status**: Processing - Active Study
**Next Action**: {{NEXT_ACTION}}

View File

@@ -0,0 +1,83 @@
---
title: "{{TITLE}}"
tags: [video, {{TOPIC_TAGS}}, inbox, {{METADATA_TAGS}}]
url: https://www.youtube.com/watch?v={{VIDEO_ID}}
cover: https://i.ytimg.com/vi/{{VIDEO_ID}}/maxresdefault.jpg
date: {{DATE}}
type: video
status: inbox
priority: {{PRIORITY}}
duration: {{DURATION}}
channel: {{CHANNEL}}
---
# {{TITLE}}
[![Watch on YouTube](https://i.ytimg.com/vi/{{VIDEO_ID}}/maxresdefault.jpg)](https://www.youtube.com/watch?v={{VIDEO_ID}})
## 📖 Description
{{DESCRIPTION}}
**Channel**: {{CHANNEL}}
**URL**: https://www.youtube.com/watch?v={{VIDEO_ID}}
## 🎯 Learning Objectives
By the end of this video, you will understand:
{{LEARNING_OBJECTIVES}}
## 📋 Curriculum/Contents
{{CURRICULUM}}
## 📝 Notes & Key Takeaways
### Main Insights
{{MAIN_INSIGHTS}}
### Actionable Points
{{ACTIONABLE_POINTS}}
### Personal Reflections
*Add your own notes here after watching*
## ⭐ Rating & Review
After completion:
- **Quality (1-5):** _/5
- **Relevance (1-5):** _/5
- **Would recommend:** Yes / No
- **Best for:** {{TARGET_AUDIENCE}}
## 🏷️ Auto-Generated Tags
**Content Analysis:**
- **Type**: `video` (YouTube content)
- **Topics**: {{TOPIC_ANALYSIS}}
- **Complexity**: {{COMPLEXITY_LEVEL}}
- **Priority**: {{PRIORITY_REASONING}}
**Why These Tags:**
{{TAG_REASONING}}
**Suggested Bases Filters:**
- Find similar content: `type = video AND tags contains "{{PRIMARY_TOPIC}}"`
- Find high-priority learning: `priority = high AND status = inbox`
## 🔗 Related Topics & Further Research
**Related Searches:**
{{RELATED_SEARCHES}}
---
**Captured**: {{DATE}}
**Source**: https://www.youtube.com/watch?v={{VIDEO_ID}}
**Channel**: {{CHANNEL}}
**Connection to Other Notes:**
{{CONNECTIONS}}