Hey all, I’m not proficient in html but managed to copy/paste enough off the forum to create a
For context, I am learning Chinese and want to include a dropdown for the pronunciation of the characters, called ‘pinyin,’ on both sides of the flashcard. That way, when Anki creates reversed cards I can reference the pinyin with the English translation and practice writing the characters without seeing them, and drill the Chinese characters but have the pinyin there as reference should I forget how to pronounce the word(s).
Here is an example card I’m using to do this:
front html field entry:
你好
<br>
<br>
<details style="font-size: 50%;">
<summary>Pinyin</summary>
Nǐ hǎo
</details>
back field:
Hello
<br>
<br>
<details style="font-size: 50%;">
<summary>Pinyin</summary>
Nǐ hǎo
</details>
Is there any way to incorporate this into the template of the card-type too? I figure that may fix me having to paste it in either field regardless. Any help is greatly appreciated as I get my bearings. Thank you.