All Projects → glutanimate → Anki Addons Misc

glutanimate / Anki Addons Misc

Licence: agpl-3.0
Various add-ons I've written for Anki

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Anki Addons Misc

Odh
A chrome extension to show online dictionary content.
Stars: ✭ 695 (+434.62%)
Mutual labels:  anki
Chessli
A free and open source chess improvement app that combines the power of Lichess and Anki.
Stars: ✭ 64 (-50.77%)
Mutual labels:  anki
Ankivim
Use vim (or your favorite editor) to write anki cards quickly in plain text or latex.
Stars: ✭ 108 (-16.92%)
Mutual labels:  anki
Review Heatmap
Anki add-on to help you keep track of your review activity
Stars: ✭ 772 (+493.85%)
Mutual labels:  anki
Tech Terms
A repository of technical terms and definitions. As flashcards.
Stars: ✭ 30 (-76.92%)
Mutual labels:  anki
Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-30.77%)
Mutual labels:  anki
Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+256.92%)
Mutual labels:  anki
Ankitab
Browser extension that replaces the new tab page with Anki flashcards
Stars: ✭ 121 (-6.92%)
Mutual labels:  anki
Anki.vector.sdk
Anki Vector .NET SDK
Stars: ✭ 47 (-63.85%)
Mutual labels:  anki
Chrome Anki Quick Adder
This chrome extension provides the ability to create Anki cards directly from Google Chrome on your Anki Desktop.
Stars: ✭ 108 (-16.92%)
Mutual labels:  anki
Anki Backup
My anki cards' backups. Java、大数据、数据结构八股文。
Stars: ✭ 26 (-80%)
Mutual labels:  anki
Lsankidb
☆ `ls` for your local Anki database.
Stars: ✭ 21 (-83.85%)
Mutual labels:  anki
Joytan
Creative Audio/Textbook Maker 🎵 📖 See our YouTube channel
Stars: ✭ 91 (-30%)
Mutual labels:  anki
Genanki
A Python 3 library for generating Anki decks
Stars: ✭ 711 (+446.92%)
Mutual labels:  anki
Ankdown
Easily make Anki flash cards in markdown
Stars: ✭ 111 (-14.62%)
Mutual labels:  anki
Awesome Anki
A curated list of awesome Anki add-ons, decks and resources
Stars: ✭ 553 (+325.38%)
Mutual labels:  anki
Syntax Highlighting
A fork of Tiago Barroso's Syntax Highlighting add-on with support for Anki 2.1
Stars: ✭ 75 (-42.31%)
Mutual labels:  anki
Tiddlyresearch
Local and Anki-compatible note-taking tool based on TiddlyWiki
Stars: ✭ 129 (-0.77%)
Mutual labels:  anki
Vectorcloud
A web interface for Anki Vector
Stars: ✭ 116 (-10.77%)
Mutual labels:  anki
Notion To Anki
Easily convert your Notion Toggles to Anki flashcards ⭐️
Stars: ✭ 102 (-21.54%)
Mutual labels:  anki

Miscellaneous Anki Add-ons

This repository contains most of the smaller Anki add-ons I have written over the years. For more information on each add-on please take a look at the comments in the respective source file, or at its AnkiWeb description.

Generic Installation Instructions

Installation from AnkiWeb

Most add-ons in this repository have been published on AnkiWeb and may be comfortably installed via Anki's own add-on management system. To correlate each source file with its listing on AnkiWeb please refer to the add-on titles in their AnkiWeb descriptions.

Manual Installation

  1. Open Anki's add-on folder by navigating to Tools -> Add-ons -> Open add-ons folder from Anki's main screen

  2. Download a copy of the full repository zip archive

  3. Locate the add-ons you want to install in the src/ directory

  4. Copy the add-on files to Anki's add-on directory

    • in case of Anki 2.0: For each of the add-ons, copy all files its folder aside from __init__.py into the top-most level of Anki's add-on directory (e.g. for reviewer_auto_rate_hotkey you would only copy reviewer_auto_rate_hotkey.py)
    • in case of Anki 2.1: For each of the add-ons, copy the entire add-on folder into the top-most level of Anki's add-on directory (e.g. for reviewer_auto_rate_hotkey you would copy the entire reviewer_auto_rate_hotkey folder). Note: Not all add-ons in this repository have been transitioned to Anki 2.1, yet. To learn more about the compatibility status of each add-on please see here.
  5. Restart Anki to see the changes

Naming Scheme

The source file naming describes which part of Anki each add-on interacts with. As such, the names do not always correspond with their listings on AnkiWeb.

Add-on file names also have an impact on their loading order. Files with a leading special character are designed to be imported after most other add-ons have been loaded, as they might interact with them.

Credits

Some of the add-ons found in this repository were either adopted from earlier works by other authors or simply constitute re-uploads of add-ons that disappeared from AnkiWeb, with no original code repository to be found. I have tried to document the development history of each of these add-ons in their source code header, but more detailed information may also be found here.

License

Most of the add-ons in this repository are licensed under the same license as Anki, the GNU AGPL, version 3 or later. Please check the source code comments for more details on the licensing of each add-on.

Other Anki-related Projects

Make sure to also check out my larger Anki projects:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].