Ajatt-Tools / AnkiNoteTypes

πŸ‰ A collection of note types for Anki 2.1

Home Page:https://tatsumoto-ren.github.io/blog/join-our-community.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
screencast-import.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.

About

πŸ‰ A collection of note types for Anki 2.1

https://tatsumoto-ren.github.io/blog/join-our-community.html

License:GNU General Public License v3.0


Languages

Language:CSS 43.6%Language:HTML 42.4%Language:Python 13.9%Language:Shell 0.2%