Fight the forgetting curve & note aging by reviewing flashcards & notes using spaced repetition on Obsidian.md
Spaced repetition, eh? Basics, Detailed.
Check the roadmap for upcoming features & fixes.
Raise an issue here if you have a feature request or a bug-report.
Visit the Discussions section for Q&A help, feedback, and general discussion.
To help translate this plugin to another language, check the translation guide here.
- Flashcards
- Decks (Using Obsidian's hierarchical tags or folder structure)
- Single-line style (
Question::Answer
) - Single-line reversed style (
Question:::Answer
) - Multi-line style (Separated by
?
) - Multi-line reversed style (Separated by
??
) - Cloze cards (
==highlight==
your cloze deletions!, or**bolded text**
) - Card context - automatic titles based on headings (i.e.
Note title > Heading 1 > Subheading
) - Rich text support in flashcards (inherited from Obsidian)
- Images, Audio, & Video
- LaTeX
- Code syntax highlighting
- Footnotes
- Notes
- Reviewing entire notes
- Possible use case: Incremental writing
- Statistics
SR.plugin.flashcards.screencast.mp4
(if the screencast video doesn't play, check it out on the project's README on GitHub)
You can easily install the plugin from Obsidian's community plugin section in the Obsidian app (Search Spaced Repetition
).
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.
Check the wiki for more details.