I would like to configure a note type with the following fields:
- Translation (in English)
- Nominative (in another language)
- Genitive
- Accusative
- ...
Which I would like to generate the following two cards:
- Nominative (other language) -> Translation (regular flip card)
{{Translation}}
nom. {{type:Nominative}}
{{#Genitive}}
gen. {{type:Genitive}}
{{/Genitive}}
{{#Accusative}}
acc. {{type:Accusative}}
{{/Accusative}}
I need this to work on mobile so I cannot rely on addons.
How could this sort of effect be achieved?