Is your feature request related to a problem? Please describe.
Currently there doesn’t appear to be a way to display information about a card (whether it’s Learning/Review, stats from the spaced repetition algorithm, etc.) on the card without using addons.
Relying on addons for this means it is not possible to do it when using AnkiMobile.
Describe the solution you’d like
I would like to see basic information about cards exposed in a way card templates can use. This could be as {{}} field names, or as variables made available to JavaScript running in the card template.
I would recommend that this include:
- Whether the card is New/Learning/Review/Relearning
- Information specific to the spaced repetition algorithm in use, eg. Stability and Difficulty for FSRS or Ease for SM-2
- An indication of which spaced repetition algorithm is currently in use, so templates can adjust their displayed information accordingly
- How many lapses the card has had
- The card’s last scheduled interval
- How long it has been since the card was last studied (may not be the same as the scheduled interval if overdue or reviewing ahead)
- When the card was first studied
Describe alternatives you’ve considered
For desktop Anki there are addons like Additional Card Fields (which hasn’t been updated to work with FSRS) and FSRS helper (which can display a block with stats but doesn’t offer user-controlled formatting of the data).
There are no alternatives in AnkiMobile, because AnkiMobile doesn’t support addons.