Skip to content

Commit

Permalink
feat: move obsidian link to top of AnkiQA (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Apr 27, 2024
2 parents 37dc0ed + 8802e01 commit f45cdf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions memium/destination/ankiconnect/anki_prompt_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@ def genanki_model(self) -> genanki.Model:
{
"name": "Ankdown QA Card with UUID",
"qfmt": f"""
<div class="front">
{QUESTION_STR}{TTS_QUESTION_STR}
</div>
<div class="extra">
{EXTRA_STR}
</div>
<div class="front">
{QUESTION_STR}{TTS_QUESTION_STR}
</div>
""",
"afmt": f"""
<div class="back">
<div class="extra">
{EXTRA_STR}
</div>
<div class="question">
{QUESTION_STR}
</div>
<div class="answer">
{ANSWER_STR}{TTS_ANSWER_STR}
</div>
<div class="extra">
{EXTRA_STR}
</div>
</div>
""",
}
Expand Down

0 comments on commit f45cdf9

Please sign in to comment.