Guide: Show tags as a helpful hint in all Anki cards
Steps:
- In the menu, go to Notes > Manage Note Types
- Select the note type you'll edit; here I picked my Cloze type
- Click on "Cards"
Now you should see the template editor.
Add {{Tags}}
to the Front Template tab:
<div class="tags">{{Tags}}</div> {{cloze:Text}}
Now switch to the Styling tab and style the tags:
.tags { font-size: 14px; color: grey; text-align: right; }
Created (15 months ago)