🍉 A collection of note template for Anki 2.1
Go to file
Feripe-a 06d384aea1
added showcase.gif
this was shittt
2022-01-02 16:30:39 +00:00
.github add .github 2021-12-31 16:50:41 +03:00
antp updater description 2021-12-31 16:48:37 +03:00
fonts Update Kanji Stroke Order font 2021-12-26 12:35:27 +03:00
templates added showcase.gif 2022-01-02 16:30:39 +00:00
tests store html and css in editable format 2021-11-27 17:40:52 +03:00
antp.sh avoid cd if running from the same directory 2021-12-31 16:48:37 +03:00
LICENSE Initial commit 2021-04-20 11:09:57 +00:00
README.md updating docs 2021-12-26 01:41:35 +03:00

AnkiNoteTypes

Chat Channel Patreon

A collection of user-created note types for Anki 2.1. It includes a super user-friendly mechanism of importing and exporting them, and everyone is welcome to add their templates by making a pull request.

Usage

Install Python 3.10 or later if you haven't already.

Clone the repository and cd into it. If you have never cloned a repository before, you need to install git. If you have git installed, open your terminal and type the following commands.

git clone "https://github.com/Ajatt-Tools/AnkiNoteTypes.git"
cd AnkiNoteTypes

Make sure Anki is running, and you have AnkiConnect installed.

Importing

To import one of the available Note Types to Anki, run:

./antp.sh import

https://user-images.githubusercontent.com/69171671/143988488-ff70960c-840c-48e2-90d3-a24468da8942.mp4

Updating

If you imported a note type from this collection before, it received an update, and you want to import the new version, run:

./antp.sh update

Exporting

To export one of your Note Types, run:

./antp.sh export

Then write a helpful readme and commit your changes:

git add templates fonts && git commit

After committing your template, please create a pull request.