# Study Vault A study system for courses and certifications in Obsidian: topic notes, flashcard-style Q&A, practice questions, and exam prep tracking. ## Features - **Course Management** — Create course records with exam date, topic count, and subject - **Topic Notes** — Structured notes with Summary, Key Concepts, Flashcards, Practice Questions, and related links - **Flashcard Review** — Interactive modal that reads Q/A pairs from your notes and tracks known vs unsure - **Progress Sidebar** — Per-course progress bars showing % topics mastered and days until exam ## Usage ### Commands - `Study Vault: New course` — Create a new course record - `Study Vault: New topic note` — Create a structured topic note for a course - `Study Vault: Flashcard review` — Launch an interactive flashcard review session - `Study Vault: Open progress` — Open the progress sidebar ### Flashcard Format in Notes Flashcards use `## Q:` headings and `**A:**` bold answers: ```markdown ## Q: What is the OSI model? **A:** A 7-layer conceptual framework for network communication. ``` ### Settings - **Courses folder** — Where course and topic notes are saved (default: `Courses`)