Skip to content

Releases: st3v3nmw/obsidian-spaced-repetition

1.1.2

13 Apr 13:04
Compare
Choose a tag to compare

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:

  1. due to sr-due
  2. interval to sr-interval
  3. ease to sr-ease
  4. review: false to sr-review: false

Otherwise, the plugin should work as expected.

1.1.1

12 Apr 20:12
Compare
Choose a tag to compare

More fixes to make the plugin more compliant to Obsidian's API.
Fixed failing right pane redraw.

1.1.0

11 Apr 13:03
Compare
Choose a tag to compare

Added file context menu.

1.0.1

11 Apr 11:23
Compare
Choose a tag to compare

Fixes to make the plugin more compliant to Obsidian's API.

1.0.0

09 Apr 14:55
Compare
Choose a tag to compare

Features:

  1. Reviewing notes
  2. Scheduling notes
  3. Ignoring some notes
  4. Note importance calculation using PageRank (for initial ease calculation & review queues)