mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
48 stars 6 forks source link

Reduce default_diffuclty #169

Closed mortii closed 4 months ago

mortii commented 4 months ago
  1. Change the number for a new card that has no morphs to something lower than the highest possible number: change default_difficulty = 2147483647 to something like default_difficulty = 9999999. When a card gets repositioned, and all of the cards get moved up, they wind up with a negative number, which puts them at the top of the queue. This happens whenever I reposition on Ankidroid, and today it just happened when I hit the Ankimorph "Learn card now" button.

Originally posted by @xofm31 in https://github.com/mortii/anki-morphs/discussions/167

mortii commented 4 months ago

released in v1.2.7

github-actions[bot] commented 4 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.