diff options
author | Thanos Apollo <[email protected]> | 2024-02-18 16:33:33 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-18 16:33:33 +0200 |
commit | 7fd9ef020d84746490f8604966ec39af31693b55 (patch) | |
tree | 9b16a5b73d66c09611d32955ffec38fcaf489ef5 /gnosis-test.el | |
parent | e4ca956cc7da0de1ec18e8ff844cb07896894f4d (diff) | |
parent | f5334b5ba4a2bf8bc4e1abbbf5f7890c3891b701 (diff) |
Release version 0.1.7 (Merge branch '0.1.7-dev')0.1.7
- Display options for mcq choices (custom)
- Use custom gnosis-completing-read-function, that defaults to ido
- Add gnosis-vc functions
- Minor bug fixes
Diffstat (limited to 'gnosis-test.el')
-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 c168e25..92ee5c1 100644 --- a/gnosis-test.el +++ b/gnosis-test.el @@ -91,7 +91,7 @@ by the thoracodorsal nerve." (when (y-or-n-p "Add note with multiple clozes?") (dotimes (_ num) (gnosis-add-note--cloze :deck testing-deck - :note "this is a {c1:note} with multiple {c1:clozes}" + :note "this is a {c1:note}, a note with multiple {c1:clozes}" :hint "note" :tags (gnosis-test-random-items gnosis-test-tags 2) :extra "extra"))) |