Open ohare93 opened 4 years ago
@landonepps I noticed the add-on on AnkiWeb was recently updated with your fork of Morphman linked for the changeset, where you have pulled this PR. Is this repo of @kaegi's not the official place to submit fixes? Or is your repo simply for 2.1 and this one is for 2.0, and I have missed some documentation.
Regardless, good stuff on pulling it in there to the actual add-on :+1: :clap: ping the relevant PR/issue for some well deserved kudos next time :wink:
Yeah, I don't have write access to this repository, so I'm unable to create tags for releases or merge PRs. As a workaround, I figured I could merge them into my fork and use the commit log for the tag to show exactly what changes made it into the release.
But for future changes please continue to use kaegi/MorphMan. I don't want things to get fragmented.
Updated PR to also not skip cards marked as Comprehension if any of the cards in the note have already been studied. This was an oversight on my part, as my previous fix will only stop Morphman from skipping new cards. Just a one liner, and it works well on my system (I have 1000 or so 'Comprehension' cards to catch up with now!)
@AtilioA
I've too only noticed a few days ago and I have about the same number 😅. I'll edit this into my Morphman and see how it goes.
I've too only noticed a few days ago and I have about the same number . I'll edit this into my Morphman and see how it goes.
Great minds think alike notice bugs are the same time! :sweat_smile: :grin:
Fixes #106.
Cards should only be skipped if all the cards on that note are also skipped. If one card is learned, the other cards should be too. See the above issue for examples.
This is a simple fix, that is far from perfect. Though @AtilioA has also tested it, so it does work at least.
Possible Improvements:
All feedback welcome :+1: