Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klieret/anki-card-templates
Anki Cards for learning Japanese
https://github.com/klieret/anki-card-templates
anki anki-cards
Last synced: 13 days ago
JSON representation
Anki Cards for learning Japanese
- Host: GitHub
- URL: https://github.com/klieret/anki-card-templates
- Owner: klieret
- License: agpl-3.0
- Created: 2016-11-11T18:44:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T07:39:39.000Z (about 4 years ago)
- Last Synced: 2024-10-03T19:24:06.352Z (about 1 month ago)
- Topics: anki, anki-cards
- Language: HTML
- Size: 118 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Anki Card Templates for learning Japanese
**[Overview over my Anki add-ons](http://www.lieret.net/opensource/#anki)**
## Introduction
[Anki](https://apps.ankiweb.net/) is a spaced repetition flashcard program.
Anki creates the (flash)*cards* automatically, based on the *notes* that the user adds (which basically are a collection of key-value pairs, called *fields*; [anki manual: basics](https://apps.ankiweb.net/docs/manual.html#the-basics)). The information displayed on the cards and its styling is controlled by *templates*, which are written in HTML and CSS ([anki manual: cards & templates](https://apps.ankiweb.net/docs/manual.html#cards-and-templates)).
In this repository I host the templates I created for studying Japanese.
Usually two cards are generated from each note: E.g. from a note containing the fields ```Kanji: 金```, ```Keyword: Gold```, I can generate a card asking for the kanji corresponding to the keyword "gold" or a card asking for the keyword corresponding to the kanji "金". This corresponds to two templates.
## Features
![phone screenshot](https://github.com/klieret/readme-files/blob/master/anki-card-templates/phone.png)
* Conditional Card Creation: Cards will only be created if there is a sensible Question/Answer pair.
* Lookup buttons: Row of buttons to look up Expression on different dictionaries/kanji.koohii/google images etc.## Cards
I use two different note types for learning Japanese
* *kanji*: Keyword (meaning of the Kanji) ↔ Kanji → Reading (3 templates). [Click here to check out the kanji templates.](https://github.com/klieret/anki-card-templates/tree/master/cards/japanese/kanji)
* *vocab*: Japanese Expression ↔ Meaning (2 templates). [Click for to check out the vocab templates.](https://github.com/klieret/anki-card-templates/tree/master/cards/japanese/vocab)## Installation
Each template consists of 3 files:
* A *Front Template* in HTML ```_front.html```
* A *Back Template* in HTML ```_back.html```
* A *Styling* in CSS ```style.css```, usually shared between different card types belonging to the same noteYou can either
* Download the newest version of the templates as a zip file by clicking [here](https://github.com/klieret/anki-card-templates/archive/master.zip)
* clone this repository via ```git clone https://github.com/klieret/anki-card-templates.git```
* navigate to the files via the menu above, then copy & paste from the browserTo use one of the templates, simply copy the contents of these files to the corresponding fields in the card editor. You can get to the card editor from the Anki main window via ```Tools``` → ```Manage note types``` → select your note → click on ```Cards``` → select the card type you want to edit or add a new one (more information on how to get there [anki manual: cards & templates](https://apps.ankiweb.net/docs/manual.html#cards-and-templates)).
![card editor](https://github.com/klieret/readme-files/blob/master/anki-card-templates/card_editor.png)
## License
The contents of this repository are licensed under the [*AGPL3* license](https://choosealicense.com/licenses/agpl-3.0/) (to be compatible with the license of Anki and its addons as detailed [here](https://ankiweb.net/account/terms)).