Version checks Add-ons that were manually deconstructing Anki’s version string and making assumptions about the number of components it has should instead switch to Anki’s built-in tools for getting the version number. For example: from anki import buildinfo if int(buildinfo.version.split(".")[2]) < 45: # < 2.1.45 …should become: from anki.utils import pointVersion if pointVersion() < 45: ... For Anki 2.1.x releases, it will return the x. For Anki 23.10+, it packs the version into 6 dig...| Anki Forums
Is your feature request related to a problem? Please describe. Usually I like to have a general idea of how many cards I have left in a deck, so that I can get a rough estimate of when I would be done seeing new cards in that deck. This is currently not possible to see on Anki’s main screen. Some of these decks have thousands of cards; others hundreds; others tens. Describe the solution you’d like I’d like to see another column with the “Remaining” cards in the deck. This could be c...| Anki Forums - Latest posts
Thank you so much! It worked out very well. On a similar note, is there any way I can prioritize and do Notes in which I have done some clozes. Suppose there are 10 clozes in a note, I have done one cloze, and the other 9 clozes are there mixed in the rest of the new cards. Is there any way I can prioritize these 9 clozes in that partial done note before that other complete new notes?| Anki Forums - Latest posts
Update: This has been solved in ankihubs forums:| Anki Forums - Latest posts
. in the iPhone if you browse a deck the pane with the words does not scroll all the way to the end but stop with several lines missing. You can drag up but as soon as you lift the finger it scroll back to a point where several words are missibg| Anki Forums - Latest posts
The add-on author author could take a look at Porting tips for Anki 23.10 - Add-ons - Anki Forums Modules under QtCore, QtGui and QtWidgets can be imported from aqt.qt instead, to remove old PyQt5 dependencies.| Anki Forums
I use swipe gestures to get through reviews more quickly most of the time, but this causes problems with one deck which uses a touchscreen input javascript box for remembering Chinese characters. Currently I turn off gestures through the settings menu when I’m reviewing this particular deck, but its a little annoying and means I have to review these cards separately. Adding a toggle button to use in the app bar would make it much faster and easier.| Anki Forums - Latest posts
Trying to use the ARBB plugin’s skip feature, but its not working as I would expect it to. When I select skip on a card, its like its being buried, It does not show up again until I finish all the cards in the deck and run through the deck again. I went into the plugins settings Misc > Skip Method is set to “Next card” by default (not bury or suppress). Is this expected? It seems the only way to see the cards skipped at the before the end of a session is I have to get to the very last c...| Anki Forums - Latest posts
On the web version, computer app, and iPhone app, I have been having trouble with studying one of my decks. The problem started when I either renamed the deck or created a new deck for a different subject. Whenever I click on the option to study the entire deck, it says my studying is complete, even when it says I have cards to review, learn, and see for the first time. I am able to click on and study the subsections of the deck no problem, as well as study the new deck I created, however the...| Anki Forums - Latest posts
Is there a way to unbury cards in filtered decks? I see the unbury button only for the main deck, not the sub filtered decks I have? Is there a way to accomplish this without unburying all cards in the deck? I have one main deck, and 17 sub filtered decks (one for each chapter).| Anki Forums - Latest posts
This issue (no TTS players found) has been happening to me with Modern Greek for awhile. Occasionally I try to install the latest Anki version but I always have to revert to 25.02.7 to have Anki find and use the Windows TTS voice. I believe the first time I tried to upgrade was 25.07.4, but I’m not sure. I just tried again with 25.09.2 but again had to revert back to 25.02.7. I don’t know if this will help, but I noticed these two lines in the change logs: In 25.07.4 Fix errors recording ...| Anki Forums - Latest posts
Hi Used devices: one IOS with russian interface, two IOS with english interface and one macbook with english interface. We imported shared deck EN-RU where front = english word, back = russian translation. However, deck was imported in IOS with english interface with flipped order (front template = {{back}}), while IOS with russian interface and macbook with english interface weren’t impacted. Attempt to flip front with back on IOS device failed with some javascript error. Deck - https://an...| Anki Forums
Can you elaborate on what the “application key” is? I use windows, there is a Windows key, but that only opens up the start menu. What key are you referring to?| Anki Forums - Latest posts
This is a way to do it, however I don’t like that I have to add tags while I am studying. I would need to edit the cards each time to accomplish this. I guess I could use flags instead as its easier but I use flags already; red for hard ones I need to return to; orange for diagrams. I dont want to remove those flags though as I study. Would be nice if I could add multiple tags to cards, that maybe a solution. I just don’t like that the ownness is on the user to manage tags to identify car...| Anki Forums - Latest posts
After migrating to Tahoe the anki app does’nt show cards or note properly. every single character in all fields are presented as a question mark. Any suggestion? Thanks| Anki Forums - Latest posts
Hi, I have made numerous flashcards with image oclusion, recenty, after syncronization with ankiweb images stopped showing. I only see the icon of an image, not an actual image. The problem exist not only on app but also on ankiweb as well. Before syncronization everything worked just fine on detoskop, but not on the ankidroid. Other decks that i imported from the web, that contains images worked just fine before i uploaded it to the ankiweb, so i assume that the problem is with the anki web,...| Anki Forums - Latest posts
I’m trying to install the Anki desktop app, and it will just sit there for hours with no change. Doesn’t even leave an error message. Not sure how to get around this.| Anki Forums - Latest posts
FSRS recently introduced deck-wise retention, allowing users to override the global retention setting for specific decks. For example, if my overall retention is set to 70%, I can set one important deck to 90% to prioritize it before an upcoming exam. This helps me focus on high-priority material while managing my larger backlog. Similarly, it would be useful to have a flag-wise retention feature. With this, cards marked with a specific flag (e.g., red) could follow a custom retention rate—...| Anki Forums - Latest posts
Today, I wanted to upgrade my Anki version on my Debian 12.x machine from 24.x to 25.latest. So I downloaded the latest 25 tarball, anki-launcher-25.09-linux.tar.zst. Unfortunately, this wasn’t the program itself, but just a set of programs, most notably the launcher, which then greeted me with a menu, including “1) Latest Anki”. When I try to use that, it fails in a number of ways: Anki Launcher 1) Latest Anki (press Enter) 2) Choose a version 5) Allow betas: off 6) Cache downloads: on...| Anki Forums
Hi, Whenever I do a cloze type card with multiple occlusions or an image occlusion with multiple occlusions and I start studying them, only the first hidden answer (for either type) shows up. For example, if I did a cloze like this “I like {{c1:apples}} and {{c2:kiwis}}” Only the card “I like … and kiwis” shows up while I’m studying. The card “I like apples and …” gets completely skipped and never shows up during studying. But they’re both in the deck, I’ve checked. It s...| Anki Forums - Latest posts
Thank you for working that out! It seemed like the most likely cause. [Especially given that the same OS updates seem to have been replacing components as default and workaday as the Arial font!]| Anki Forums - Latest posts
Which OS/platform are you requesting this for?| Anki Forums - Latest posts
There’s no rule. Unless there is a particular fix or new/improved functionality you’re looking for, you generally don’t need to be in any rush to update. The only recent exceptions I can think of is when there have been significant security changes – it’s worth getting those. [You already have the most recent ones I’m thinking of.] Of course. Your version has the new launcher, so you can select Upgrade/Downgrade from the menu, and roll back to an earlier version.| Anki Forums - Latest posts
I have version 25.09 and although I have leech settings enabled, none of my cards are being tagged as leech and I am not sure why. Here are the settings I have in place. As you can see, the leech tag does not even appear in the list of tags| Anki Forums - Latest posts
This is a response to Cloze one by one uncovering - #14 by shallash I’ll briefly explain how basic user input works in JS, so you can add buttons and keyboard shortcuts yourself whenever you need them in the future: Foundation: The HTML element The foundation for everything JS-related is the HTML element. Any content that isn’t plain text ( → textNode) is contained inside an element: various content containers (, , , …) links () images () etc. Elements can be accesse...| Anki Forums