Hi, I don’t know it should be an addon or implemented directly on anki, but Advanced Conditional Replacement, instead of having a field empty or not, it relies on values like interval, ease, reviews, lapses un such for exemple:
{{^VocabCard}}
Sentence to review for enough context
{{/VocabCard}}
{{#VocabCard}}
Target word to review, but still sentence hidden, shows on hover in case more context is needed
{{/VocabCard}}
Every 1.5 month, I bulk generate content on that field for every cards with an interval above 1.5 month but we could directly have it with that idea with field like:
{{ivl>45 lapses<2 ease=<131}}
content
{{/?}}
What are your thoughts?