📅 2015-Jul-08 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ anki, extension, python ⬩ 📚 Archive
Syntax Highlighting for Code is an addon for Anki which enables you to add source code or pseudo-code to a flash card question or answer section. This is necessary for source code because Anki centers all text and that makes any source code text you add to a flash card impossible to understand!
This addon also automatically adds the appropriate syntax highlighting colors to the text. There is a huge variety of languages that it supports for this highlighting.
$ sudo apt install python-pygments
491274358
. It is no longer available there. But, we can install it from its source code. First, we get the code:$ git clone https://github.com/tmbb/SyntaxHighlight.git
Copy the contents of the above directory to the Anki addons directory. On my system, this is the directory ~/Documents/Anki/addons
Close down Anki and start it up again.
Before you add any source code to a flashcard, indent it correctly in an external editor. Copy it to the system clipboard.
In the Add dialog, you will find a yellow lightning button and a languages dropdown beside it. Choose the language for syntax highlighting from dropdown. Click the lightning button and the source code from your system clipboard is processed through Pygments and the output HTML code is pasted to the flashcard. You can see that it looks great! 😊
This addon adds line numbers to the code by default. To turn it off, go to Tools -> Syntax Highlighting. Switch it off in the options.
Tried with: Anki 2.0.33 and Ubuntu 14.04