Code highlighting in Anki with the add-on:
- Highlight Code (https://ankiweb.net/shared/info/112228974), that uses the highlight.js, a JavaScript syntax highlighter with support of 192 languages and 496 themes.

Code highlighting in Anki with the add-on:


For a complete changelog: https://github.com/ankitects/anki/releases/tag/24.04


You can even use CSV format thus making import of multiple card faster
Anki’s database is a SQLite database.
In the table of cards the data column is used to store the memory state predicted by FSRS. Such values include stability (s), difficulty (d) etc.

This user added an option for hashed passwords instead of the plain text approach.

.so library files are executable and this could lead to privilege escalation

https://forums.ankiweb.net/t/security-possible-privilege-escalation-due-to-file-permissions/42762
Ctrl + Shift + C used to put the cursor into the cloze and was easy to insert the text that you want to be hidden.
There is currently this regression with the cursor placed at the end of the cloze.

vs 23.12.1

Now Anki deck deletion displays their names as a confirmation.
The translation string is also updated.



A series of 26 commits
“The current build process uses Svelte directly, and bundles each page (e.g.
deck options, card info, etc) into a separate “page” (.html, .js and .css file).
This PR switches us over to SvelteKit, and builds all of the pages into a
single bundle, in a single go.”
