How to Customize the Jlab Cards
Summary: You can change the appearance and content of all cards at once by editing the card template. For example, you can move the image to the back or hide the roumaji (latin characters).
Everything you see on an Anki card comes from a note, which is a container that holds different fields of information. Anki uses those fields in a card template to create a card from a note. You can think of a template as something like a blueprint for building a card. Each card type has a front and a back template, and when you edit these templates, it updates all the corresponding cards at once.
Available Card Content
The note has multiple fields and you can freely arrange them on the cards. There is for example a field called “image” that by default is on the card front. In the following, we will move it to the back.
Editing the template
On the card template, a field is used by enclosing it in double curly braces, e.g. {{Image}}. This will add the content of this field to the card. Moving the image from the front to the back is illustrated in the following images for desktop Anki. Note that after adding the image to the back, you can move it around by editing the template text. It is a bit awkward to do, but works well after a few tries. Don’t give up ;).
HTML
Customizing cards beyond shifting fields is beyond this short guide. Just to mention this, the cards in Anki are displayed in something like a web browser and you can use full-featured html and css. Details on this are found here.