Questions tagged [anki]

Anki is an open source flashcard program which has the capability to use add-ons. Programming questions about writing add-ons for Anki or the Anki source code are on-topic for Stack Overflow. Questions about how to use Anki or Anki plug-ins are off-topic for Stack Overflow.

Anki is an open source flashcard program with the ability to use plug-ins.

More information can be found on Wikipedia: Aniki.

You can find the source code for the desktop version on GitHub. There are ports by other authors to various mobile platforms.

171 questions
-1
votes
1 answer

Anki-addon with Python UnicodeEncodeError

This addon would normally export Anki Notes in a PDF. How can I repare it? Debuginformationen: Anki 2.1.53 (96bacf79) Python 3.9.7 Qt 5.15.2 PyQt 5.15.5 Platform: Windows 10 Flags: frz=True ao=True sv=2 Add-ons, last update check: 2022-07-11…
Mou
  • 1
  • 1
-1
votes
1 answer

SetWindowFlags immediately closes the program

I am trying to run the following script inside a software called Anki. This is basically an addon (a plugin) that makes the program to be always on top. This is the MRE: from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QApplication,…
user15953688
-1
votes
2 answers

I'm trying to take substrings that start with < and end with > using regex and remove them to make a new string

So I have a bunch of strings pulled from an anki deck of mine. Strings that look like this: I want to remove all of the substrings that are like "" etc basically. So take a sentence like this: 彼女は
-1
votes
1 answer

Automatically transfer information from Dictionary to Anki

I’m learning language and I have to learn lots of words. In order to learn the words efficiently I use Anki Software, which is an open-source flashcard software for spaced repetition. My Problem is that, there are thousands of words, which I should…
1 2 3
11
12