Obsidian Spaced Repetition¶
Fight the forgetting curve by reviewing flashcards & notes using spaced repetition on Obsidian.md
Getting started
View the quick demo below
Plugin installation
General guidelines & tips about spaced repetition learning.
Help & Support
Visit the discussions section for Q&A help, feedback, and general discussion.
Raise an issue here if you have a feature request or a bug report.
Contributing
The plugin has been translated into over 10 languages by the Obsidian community 😄. To help translate this plugin to your language, check the translation guide here.
Software developers can contribute feature enhancements and bug fixes
Quick Demo¶
- Display the Note Review Queue
- Note review queue
- Display the Obsidian command dialog to access the plugin commands
Flashcard Review Icon
Select a flashcard deck to review- Identify that flashcards within this note are in the
#flashcards/science/physics
deck - A single line question (identified by the
::
separating the question and answer) - The plugin stores scheduling info within this HTML comment
Spaced Repetition Status Area
The number of notes and flashcards currently due for review. Click to open a note for review.
Installation¶
You can easily install the plugin from Obsidian's community plugin section in the Obsidian app (Search for Spaced Repetition
).
Manual Installation¶
Advanced
Create an obsidian-spaced-repetition
folder under .obsidian/plugins
in your vault. Add the main.js
, manifest.json
, and the styles.css
files from the latest release to the folder.