Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbdevpl/anki-addons-collection
Large collection of Anki addons from various sources.
https://github.com/mbdevpl/anki-addons-collection
addons anki anki-addon
Last synced: about 2 months ago
JSON representation
Large collection of Anki addons from various sources.
- Host: GitHub
- URL: https://github.com/mbdevpl/anki-addons-collection
- Owner: mbdevpl
- Created: 2019-01-07T06:17:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T12:57:31.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T20:14:52.209Z (about 2 months ago)
- Topics: addons, anki, anki-addon
- Language: Python
- Size: 359 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anki addons collection
Written by various authors, collected by Mateusz Bysiek 2018-2023.
## How to use
1. Check what operating system are you using. Linux? Mac?
2. Check your Anki version. Are you using v2.0 or v2.1?
3. Navigate to Anki addons folder. For example:
Linux, Anki v2.0: ```cd "${HOME}/Documents/Anki/addons"```
Linux, Anki v2.1: ```cd "${HOME}/.local/share/Anki2/addons21"```
Mac, Anki v2.0: ```cd "${HOME}/Library/Application Support/Anki2/addons"```
Mac, Anki v2.1: ```cd "${HOME}/Library/Application Support/Anki2/addons21"```
4. Clone this repository there:
```
git clone --recursive https://github.com/mbdevpl/anki-addons-collection .
```5. See list of available addons:
```
python activate_addons.py
```6. Create a file named `active_addons.json`. You can simply copy an example file and modify it.
```
cp active_addons_example.json active_addons.json
```7. Launch Anki and your configured addons will be automatically loaded.
## Extra tip
If you'd like to keep your active addons in sync as much as possible across multiple devices you use,
you can fork my repository and add your `active_addons.json` there,
or alternatively you might just setup your file synchronization software to synchronize
the whole Anki addons directory.It will work because addons loader in this repository works with Anki 2.0 as well as 2.1
and will not load incompatible addons.