Skip to content

Releases: st3v3nmw/obsidian-spaced-repetition

1.5.2

07 Jun 19:53
Compare
Choose a tag to compare

Bug fixes:

  • Fix traversal of subdecks & their siblings
  • CSS fix for light themes
  • Show folders based on the presence of flashcards inside of them instead of files. #136

QoL improvements:

  • Burying works till the next day

1.5.1

06 Jun 13:45
Compare
Choose a tag to compare

Bug fixes:

  • Fix deck counts going into negatives when burying related cards

1.5.0

06 Jun 11:18
Compare
Choose a tag to compare

Functionality:

  • Nested decks (using Obsidian’s hierarchical tags or folder structure)

Bug fixes:

  • Better support for images sourced directly from the web

QoL improvements:

  • Load balancing which helps maintain a consistent number of reviews from one day to another
  • Boosting cards that are recalled correctly after long periods of no study

1.4.9

31 May 07:56
Compare
Choose a tag to compare

Bug fixes:

  1. Reviewing flashcard changes format of the text (removes one $ from $$) #101
  2. Fix reset flashcard progress NaN bug #104

QoL improvements:

  1. Use Space to review flashcards as Good
  2. Settings: split tags with newlines and spaces (raised in #102)

1.4.8

21 May 16:30
Compare
Choose a tag to compare

Bug fixes:

  • #76 (ignore codeblocks while creating flashcards).

1.4.7

21 May 12:35
Compare
Choose a tag to compare

Bug fixes:

  • Properly rewrite image links after flashcard review
  • Fix review flashcards command

QoL improvements

  • Option to remove card context from flashcards view
  • Option to disable cloze cards

1.4.6

16 May 19:11
Compare
Choose a tag to compare

Bug fixes:

  • Rewrite cards to file using the correct separator

1.4.5

16 May 16:12
Compare
Choose a tag to compare

Functionality:

  • Support for images in flashcards (albeit in a hacky way)
  • Maximum interval option

QoL improvements:

  • Ability to change the inline & multiline flashcard separators to say ;; or !! (might be useful if you have conflicts with Dataview's inline fields)
  • Keyboard hotkey to review flashcards
  • Limit on number of days to display on right panel
  • Options to reset settings to their default values
  • Use sliders for settings with a fixed range
  • Plugin waits for sometime before attempting to validate and save a setting

1.4.4

08 May 19:49
Compare
Choose a tag to compare

QoL Improvements:

  • UI/UX fixes for Obsidian mobile.

1.4.3

08 May 12:16
7c237dc
Compare
Choose a tag to compare

Functionality:

  • Flashcard decks - Use tags to create decks for your flashcards (#30)

Bug fixes:

  • Make the flashcard view scrollable for large flashcards (#46)
  • Fix problem with horizontal rules & YAML (#48)

QoL improvements:

  • Change date to the more standard YYYY-MM-DD format (#53 )