Skip to content

Releases: st3v3nmw/obsidian-spaced-repetition

1.4.2

02 May 06:45
Compare
Choose a tag to compare

This release provides a setting to remove review options from the file menu. If they're cluttering up your interface.
If you disable them, you can use the command hotkeys.

1.4.1

01 May 20:30
Compare
Choose a tag to compare

Minor update, fix broken link in settings.

See 1.4.0.

1.4.0

01 May 19:32
Compare
Choose a tag to compare

This release:

  1. Adds support for cloze deletion cards 🎉
  2. Provides a way to reset a card's scheduling progress
  3. Changes dates to the more compact DD-MM-YYYY date format
  4. Cleans up the settings interface
  5. Makes the right sidebar detach properly on unload

1.3.2

20 Apr 18:11
Compare
Choose a tag to compare

This release:

  1. adds support for tags in YAML #28
  2. provides a setting to have the scheduling-info-HTML-comment in the same line as a single-line card.

1.3.1

19 Apr 18:30
Compare
Choose a tag to compare

Allow for both kinds of review in the same file

1.3.0

19 Apr 15:05
Compare
Choose a tag to compare

This release adds support for flashcards 🎉.

Card types:

  1. Single line (:: separator) i.e.
the question goes on this side::answer goes here!
  1. Multiline (? separator) i.e.
As per the definition
of "multiline" the prompt
can be on multiple lines
?
same goes for
the answer

It also differentiates between Easy and Good using the Easy Bonus (currently set to 130%).

1.2.3

15 Apr 11:32
Compare
Choose a tag to compare

This release adds a review state Good which acts as an in-between state (Easy, Good, Hard).
Reviewing a note as Good doesn't change its ease. The interval is changed to old_interval * old_ease / 100

1.2.2

14 Apr 08:52
Compare
Choose a tag to compare

This release provides commands for making review responses. You can create custom hotkeys for them in Settings -> HotKeys. This allows for much faster review.

1.2.1

13 Apr 21:33
Compare
Choose a tag to compare

Reviewing files has changed from opt-out to the more reasonable opt-in scheme. This caters for people with hundreds of notes or folders of archived notes. Now you need to tag the notes that you'd like to review (use #review by default).
The sr-review YAML attribute is now obsolete and should be deleted from the YAML headers that it appears in (previously ignored notes).

1.2.0

13 Apr 16:04
Compare
Choose a tag to compare

Adds a mechanism to allow reviewing of notes with certain tags. Should be useful for those with hundreds of notes.
Issue raised here: #10
This is available in settings.