friedrich-de / Basic-Mining-Deck

Mining Deck Template
34 stars 5 forks source link

Mining Deck Template

A basic functional Anki deck template for Japanese language learning.

Deck Preview

Features

Yomichan Fields

Anki Field Yomichan Template
Word {expression}
Reading {reading}
Glossary {glossary-no-dictionary}
Sentence {clipboard-text}
Picture
Audio {audio}
SentenceAudio
Graph {pitch-accent-graphs}
Hint

Handlebars

Use default handlebars. If you have non-standard handlebars from a previous version, reset your handlebars.

Direct Download

https://ankiweb.net/shared/info/151553357

How to update

Open a card with the corresponding template in Anki.

Then Edit > Cards...

Go to repository directory AnkiFields and copy the text from front.html to Front, from back.html to Back and from styling.css to Styling.

If you changed field names to something else, you will have to make changes to the corresponding text in the files.

How to restore images on mobile

Delete the following lines from the Styling section of your card:

.iphone .main_image {
    display: none;
}

.mobile .main_image {
    display: none;
}