diff options
author | Thanos Apollo <[email protected]> | 2024-07-14 07:23:55 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-14 07:23:55 +0300 |
commit | 4e178171c4f71409b7d06beda1359973f7d3d548 (patch) | |
tree | 0b2f928e2ad7249e37e84be6b143ef07f8b52b6d | |
parent | f3dceb8e679207db68c73d6114e5a10923fd390f (diff) |
gnosis-test: Update cloze insertion & add todos.
-rw-r--r-- | gnosis-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-test.el b/gnosis-test.el index 24dc4bc..46edcf1 100644 --- a/gnosis-test.el +++ b/gnosis-test.el @@ -88,9 +88,9 @@ by the thoracodorsal nerve." :tags (gnosis-test-random-items gnosis-test-tags 2)))) (when (y-or-n-p "Add single Cloze type?") (dotimes (_ num) + ;; TODO: Update tests for include hints. (gnosis-add-note--cloze :deck testing-deck :note "this is a {c1:note}" - :hint "note" :tags (gnosis-test-random-items gnosis-test-tags 2) :images (cons gnosis-test-image gnosis-test-image) :extra "extra"))) |