diff options
author | Thanos Apollo <[email protected]> | 2024-07-16 17:26:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-16 17:26:02 +0300 |
commit | ec4b2c4e9bb55c1482251de68bf015932bd66d68 (patch) | |
tree | 632de6cb2d47c61193833651ebf471cca70a7f59 /gnosis-test.el | |
parent | f8e2dd8198319498a94d146ddc9f1ba76e150c3b (diff) | |
parent | 68e7fcc6bd04ead7824cf717c657b907d66dc75d (diff) |
Merge branch '#rewrite-cloze-display'.
* Rewrite cloze display funcs.
* Fixing minor bugs.
* Remove MC-Cloze from default notes.
Diffstat (limited to 'gnosis-test.el')
-rw-r--r-- | gnosis-test.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnosis-test.el b/gnosis-test.el index 46edcf1..3104789 100644 --- a/gnosis-test.el +++ b/gnosis-test.el @@ -97,8 +97,7 @@ by the thoracodorsal nerve." (when (y-or-n-p "Add multimple Clozes note?") (dotimes (_ num) (gnosis-add-note--cloze :deck testing-deck - :note "this is a {c1:note}, a note with multiple {c1:clozes}" - :hint "note" + :note "this is a {c1:note}, a note with multiple {c1:clozes::what}" :tags (gnosis-test-random-items gnosis-test-tags 2) :images (cons gnosis-test-image gnosis-test-image) :extra "extra"))) |