Releases: st3v3nmw/obsidian-spaced-repetition
Releases · st3v3nmw/obsidian-spaced-repetition
1.1.2
Fix to YAML namespace due to issue raised here: #7
If you had versions 1.1.1 and lower installed, please fix any scheduled/ignored notes by changing the YAML attributes from:
due
tosr-due
interval
tosr-interval
ease
tosr-ease
review: false
tosr-review: false
Otherwise, the plugin should work as expected.
1.1.1
More fixes to make the plugin more compliant to Obsidian's API.
Fixed failing right pane redraw.
1.1.0
Added file context menu.
1.0.1
Fixes to make the plugin more compliant to Obsidian's API.
1.0.0
Features:
- Reviewing notes
- Scheduling notes
- Ignoring some notes
- Note importance calculation using PageRank (for initial ease calculation & review queues)