Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/templates/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ There are some special fields you can include in your templates:

The type of card ("Forward", etc): {{Card}}

The card's unique ID: {{CardID}}

The content of the front template
(only valid in back template): {{FrontSide}}

Expand All @@ -159,6 +161,8 @@ of the card. If you wish to have the same audio play automatically on both
the front and back of the card, you’ll need to manually include the audio
fields on the back as well.

The {{CardID}} replacement was added in Anki 25.07.

As with other fields, special field names are case sensitive - you must use
`{{Tags}}` rather than `{{tags}}` for example.

Expand Down