Guide: Show tags as a helpful hint in all Anki cards

Steps:

  1. In the menu, go to Notes > Manage Note Types
  2. Select the note type you'll edit; here I picked my Cloze type
  3. Click on "Cards"

Now you should see the template editor.

Add {{Tags}} to the Front Template tab:

<div class="tags">{{Tags}}</div>
{{cloze:Text}}

Should look like that: Anki card editor showing front side

Now switch to the Styling tab and style the tags:

.tags {
    font-size: 14px;
    color: grey;
    text-align: right;
}

Should look like that: Anki card editor showing CSS style rules

Created (8 months ago)