This is a new fork from the original "Syntax Highlighting for Code" (see License and Credits below).
This add-on allows you to insert syntax-highlighted code snippets into the spaced-repetition flashcard app Anki.
The main reasons are:
- to fix these issues: PR46, PR47
- clean port to python 3
- support for mypy/ruff linters
- adds unittests
- always target the latest Anki version (eg. 2.1) and the latest Anki python version (at the moment 3.9)
The easiest way to install Syntax Highlighting is through AnkiWeb code 566351439
.
Please click on the entry corresponding to your Anki version:
Anki 2.1
- Make sure you have the latest version of Anki 2.1 installed. Earlier releases (e.g. found in various Linux distros) do not support
.ankiaddon
packages. - Download the latest
.ankiaddon
package from the releases tab (you might need to click on Assets below the description to reveal the download links) - From Anki's main window, head to Tools → Add-ons
- Drag-and-drop the
.ankiaddon
package onto the add-ons list - Restart Anki
Anki 2.0
**No support for 2.0**For further information on the use of this add-on please check out the description text for AnkiWeb.
With Anki add-on builder installed:
git clone https://github.com/glutanimate/syntax-highlighting.git
cd syntax-highlighting
aab build
For more information on the build process please refer to aab
's documentation.
Contributions are welcome! Please review the contribution guidelines on how to:
- Report issues
- File pull requests
- Support the project as a non-developer
Syntax Highlighting (NG) is
Copyright © 2023- Antonio Cavallo
Syntax Highlighting is
Copyright © 2018-2019 Aristotelis P. (Glutanimate)
Copyright © 2015 Tim Rae
Copyright © 2012-2015 Tiago Barroso
Syntax Highlighting is based on Syntax Highlighting for Code by Tiago Barroso. All credit for the original add-on goes to him. A major thanks is also due for Tim Rae, who extended the original add-on with CSS support.
The present fork and update to Anki 2.1 was made possible through the generous support of a fellow Anki user who would like to remain anonymous.
Syntax Highlighting ships with the following third-party open-source software:
- Pygments v2.17.2. Copyright (c) 2006-2023 by the Pygments Team. Licensed under the BSD license.
Syntax Highlighting is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the LICENSE file that accompanied this program.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.