summaryrefslogtreecommitdiff
path: root/gnosis-test.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-15 12:08:50 +0300
committerThanos Apollo <[email protected]>2024-07-15 12:08:50 +0300
commit8fffcd9bff83652f03bc38e0a26bb17c98a02858 (patch)
tree16f7e9ac7705ba0a5147709ade5dd71f19df0821 /gnosis-test.el
parent9f678e624d7e89478d0090826f813d05bb811e27 (diff)
parent9f603ed091b950fe4fe3c327b52bb0a7e66d570c (diff)
Release version 0.3.10.3.1
- Major refactoring of cloze note types - Addition of hints per cloze & refactoring of displaying cloze notes - Add randomized deck ids - Minor changes on demo - Minor bug fixes
Diffstat (limited to 'gnosis-test.el')
-rw-r--r--gnosis-test.el2
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")))