I want to add my own HTML to Anki card. For example,
front side of the card
<div class="word">word</div><div class="ipa">[IPA]</div><br>...
Instead of the following (which I typed in return key after word
when creating Anki card):
word
[IPA]
However, if I create such Anki cards from the web (AnkiWeb) by inserting the HTML, the actual card page just takes the input as text, not HTML. So the full HTML is just shown on the card.
I want to automate this process so I cannot use the app version.
Is it possible?
—-
EDIT
Hmmm... looking back and thinking about the implementation again, I feel it is much easier to handle SQLite database directly. Still, I’m looking forward to hearing an answer.