Fight the forgetting curve & note aging by reviewing flashcards & notes using spaced repetition on Obsidian.md
Spaced repetition? Basics, Detailed.
Check the roadmap for upcoming features. Raise an issue here if you have a feature request, a bug-report, or some feedback.
- Flashcards
- Remnote single-line style (
Question::Answer
) - Multi-line style (Separated by
?
) - Cloze cards (
==highlight==
your cloze deletions!) - Card context - automatic titles based on headings (i.e.
Note title > Heading 1 > Subheading
) - Rich text support in flashcards (inherited from Obsidian)
- LaTeX
- Code syntax highlighting
- Footnotes
- Remnote single-line style (
- Notes
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.