-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Anki 24.11+, the add-on should use the easy days configuration from the deck options. #489
Comments
Unfortunately, the easy days feature of Anki is preset-level, but the one of FSRS Helper is collection-level. So the configurations of them are incompatible. |
Assuming that the add-on also worked on a preset-level basis, would it be possible to implement this? In other words, do we need to make any changes in the Anki before this becomes possible? I am asking this because we can make changes in the add-on any time but if some changes are needed in Anki, we need to do them soon. |
It's possible in theory. But it's very complex. I have to refactor the module of load balance: fsrs4anki-helper/schedule/reschedule.py Lines 49 to 77 in cb34bec
fsrs4anki-helper/schedule/reschedule.py Lines 146 to 153 in cb34bec
fsrs4anki-helper/schedule/reschedule.py Lines 383 to 392 in cb34bec
The |
So, does that require a change in Anki? If so, we may need to do it before the release. |
Maybe it doesn't need any changes in Anki. I have an idea, but need time to implement. |
If no changes are required in Anki, don't feel any pressure. Take your time. |
The add-on and Anki have their own Easy Days settings, which can be confusing if the user sets different Easy Days in the add-on and in Anki.
So, in Anki 24.11+, the add-on should not have its own settings for Easy Days. It should use the setting in the Deck Options.
The text was updated successfully, but these errors were encountered: