2021-04-20 11:09:57 +00:00
|
|
|
# AnkiNoteTypes
|
2021-04-20 11:58:53 +00:00
|
|
|
|
|
|
|
A collection of note types for Anki 2.1.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
0. Clone the repository and `cd` into it.
|
|
|
|
1. Make sure Anki is running, and you have
|
|
|
|
[AnkiConnect](https://ankiweb.net/shared/info/2055492159)
|
|
|
|
installed.
|
|
|
|
|
|
|
|
### Importing
|
|
|
|
|
|
|
|
To import one of the
|
|
|
|
[available Note Types](https://github.com/Ajatt-Tools/AnkiNoteTypes/tree/main/templates)
|
|
|
|
to Anki, run:
|
|
|
|
|
|
|
|
```
|
|
|
|
./antp.sh import
|
|
|
|
```
|
|
|
|
|
|
|
|
### Exporting
|
|
|
|
|
|
|
|
To export one of your Note Types, run:
|
|
|
|
|
|
|
|
```
|
|
|
|
./antp.sh export
|
|
|
|
```
|
|
|
|
|
|
|
|
Then write a helpful readme and commit your changes:
|
|
|
|
|
|
|
|
```
|
|
|
|
git add templates && git commit
|
|
|
|
```
|
|
|
|
|
|
|
|
After committing your template, please [create a pull request](https://github.com/Ajatt-Tools/AnkiNoteTypes/pulls).
|