Statement on currently known bugs 🪲😅 #1574
KyleKlus
started this conversation in
Development News
Replies: 1 comment
-
|
health comes first! very grateful for the recent updates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so first off sry for all the bugs that have been accumulating recently 🫤.
The code has been undergoing some major changes recently; first, because I am heavily focusing on cleaning it up, as one cant work on any part of it without seeing miss typed variables and undocumented functions where one doesn't really get what they are doing without a tedious in depth investigation 😅. Secondly we also introduced the FSRS algorithm recently, which means that we had to interweave that with those parts that relied heavily on the SM-2 algorithm implementation being the only one.
As a result these are the worst of the known bugs and how to work around them:
The bury feature is broken see #1554 for updates on that (Whole plugin doesnt load cards because of this)
To work around this disable the bury sibling cards option in the settings on the flashcards page. Then got to "YOUR_VAULT_FOLDER/.obsidian/plugins/obsidian-spaced-repetition" and there open the data.json file and remove anything in between the square brackets here:
{ ..., "buryDate": "2026-06-11", "buryList": [REMOVE_ANYTHING_IN_HERE], ..., }There is a bug where the deck list is empty when one reviews the cards too fast
To work around this just close and reopen the deck list.
On those ones we are working on actively to fix them, but the progress might be a bit slow, as from my side I am quite busy with life and my uni stuff. Also I am kind of burning out working on the cleanup of the code just by myself, as there is sooo much to do and for most of it I have no clue what some parts of the code does as it is very unreadable 😮💨.
So I'll actively work on the plugin a bit more sporadically to protect my mental health 😌
Beta Was this translation helpful? Give feedback.
All reactions