From 8802e015d449ab63d9c50601cca1ccea5b053299 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Sat, 27 Apr 2024 14:13:39 +0200 Subject: [PATCH] feat: move obsidian link to top of AnkiQA --- memium/destination/ankiconnect/anki_prompt_qa.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/memium/destination/ankiconnect/anki_prompt_qa.py b/memium/destination/ankiconnect/anki_prompt_qa.py index 61274e0d..f27f00ee 100644 --- a/memium/destination/ankiconnect/anki_prompt_qa.py +++ b/memium/destination/ankiconnect/anki_prompt_qa.py @@ -39,24 +39,24 @@ def genanki_model(self) -> genanki.Model: { "name": "Ankdown QA Card with UUID", "qfmt": f""" -
- {QUESTION_STR}{TTS_QUESTION_STR} -
{EXTRA_STR} +
+
+ {QUESTION_STR}{TTS_QUESTION_STR}
""", "afmt": f"""
+
+ {EXTRA_STR} +
{QUESTION_STR}
{ANSWER_STR}{TTS_ANSWER_STR}
-
- {EXTRA_STR} -
""", }