-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
# Known Problems | ||
|
||
### AnkiMorphs 0.1.0-alpha: | ||
- Prioritizing morphs based on frequency.txt is not implemented yet | ||
|
||
### Set known and skip | ||
|
||
- There is a bug that occurs when you do the following: | ||
1. Open Anki | ||
2. Go to a deck and click 'Study Now' | ||
3. Only 'set known and skip' cards | ||
|
||
<br> | ||
If you do this then those actions cannot be undone immediately. | ||
You can easily fix this by simply answering (or basically doing anything to) the next card, and you can now just undo | ||
twice and the previous 'set known and skip' will be undone. | ||
|
||
<br> | ||
<br> | ||
This is a weird bug, but I suspect it is due to some guards Anki has about not being able to undo something until the | ||
user has made a change manually first ('set known and skip' only makes changes programmatically). | ||
|