Initial commit
This commit is contained in:
100
skills/obsidian-vault-manager/templates/study-guide-template.md
Normal file
100
skills/obsidian-vault-manager/templates/study-guide-template.md
Normal 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}}
|
||||
Reference in New Issue
Block a user