Releases: st3v3nmw/obsidian-spaced-repetition
1.4.2
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
1.4.0
This release:
- Adds support for cloze deletion cards 🎉
- Provides a way to reset a card's scheduling progress
- Changes dates to the more compact
DD-MM-YYYY
date format - Cleans up the settings interface
- Makes the right sidebar detach properly on unload
1.3.2
1.3.1
Allow for both kinds of review in the same file
1.3.0
This release adds support for flashcards 🎉.
Card types:
- Single line (
::
separator) i.e.
the question goes on this side::answer goes here!
- 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
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
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
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).