AnkiNoteTemplate/README.md
2021-11-30 05:01:58 +00:00

43 lines
1.1 KiB
Markdown

# AnkiNoteTypes
[![Chat](https://img.shields.io/badge/chat-join-green.svg)](https://tatsumoto-ren.github.io/blog/join-our-community.html)
[![Channel](https://shields.io/badge/channel-subscribe-blue?logo=telegram&color=3faee8)](https://t.me/ajatt_tools)
[![Patreon](https://img.shields.io/badge/patreon-support-orange)](https://www.patreon.com/bePatron?u=43555128)
A collection of user-created 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
```
https://user-images.githubusercontent.com/69171671/143988488-ff70960c-840c-48e2-90d3-a24468da8942.mp4
### 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](https://github.com/Ajatt-Tools/AnkiNoteTypes/pulls).