anki
anki copied to clipboard
Anki is a smart spaced repetition flashcard program
Fixes #3932 Fixes #2961 Fix Calendar diagram: prevents dates from other years from appearing when "All history" is selected Reviews graph: corrects "days ago" range labels (e.g., "0-19 days" and...
Added the actual date above the "days ago" line in the tooltip on hover for the Reviews graph, based on this [forum post](https://forums.ankiweb.net/t/also-show-the-date-for-each-histogram-bar-in-stats-reviews-mouseover-popup/42655). - When the graph bin is a...
> [!NOTE] > While testing this, make sure to enable "Use new reviewer" in the preferences: > I'm not sure if I have the right idea here. If I don't...
Fixes: https://github.com/ankitects/anki/issues/4448 An issue was found where a `` tag appeared as literal text in an error message when editing the card template. After investigating, I discovered that the error...
Implement Flexible bottom bar (which has Flexible Grading features). Fixes: #4443 I also thought about completely removing `mw.bottomWeb` when Flexible Grading is enabled, so that it doesn't stay in memory...
https://github.com/ankitects/anki/pull/4289 breaks add-on compatibility, and I'm afraid it means Flexible Grading might stop working someday. I want to add an alternative code path that implements some Flexible Grading features without...
Forum link: - https://forums.ankiweb.net/t/replace-cmrr-with-workload-vs-dr-graph-more/63234/27?u=a_blokee @snorpdorp notified me that the logic behind the ratio graph is flawed as it doesn't properly account for the number of cards that are memorized to...
> I’ve been seeing 15-20s cold-start times for Anki after upgrading to 25.07.5 on Windows 11. Previously, the Anki app opened basically instantly after clicking the icon. Now, the Anki...
Now that we're v3-only, there's very little value in providing the old random approach with its gotchas. There will inevitably be a few users who prefer the way they're used...