Overview of Spaced Repetition features
mainThe Obsidian Spaced Repetition plugin allows you to fight the forgetting curve by reviewing flashcards and notes directly within Obsidian.md.
Core Capabilities:
- Flashcards: Create and review individual flashcards using specific syntax (e.g.,
::to separate questions and answers). - Notes: Review entire notes as part of a spaced repetition schedule.
- Deck Management: Organize cards and notes into decks using Obsidian tags (e.g.,
#flashcards/science/physics). - Scheduling: The plugin uses repetition algorithms to determine when you should review specific content.
- Data Storage: Scheduling information is stored within the markdown files themselves using HTML comments, ensuring your data stays with your notes.