summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-03 16:52:52 +0200
committerThanos Apollo <[email protected]>2024-01-04 04:26:01 +0200
commit5eec5c982482a3df5f6820dacf7301ca7feae02b (patch)
treefa66d2bd3bb16e51cf065d26d0c4f267c2c42558 /gnosis.el
parent65ba87e40ebdcb22c8bb605effbe5b790b456f52 (diff)
Update docstrings & fix typos
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnosis.el b/gnosis.el
index 15b6fb0..34fd4dd 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -32,9 +32,11 @@
(require 'emacsql)
(require 'emacsql-sqlite)
(require 'cl-lib)
+
(require 'gnosis-algorithm)
(require 'gnosis-faces)
+
(defgroup gnosis nil
"Spaced repetition learning tool."
:group 'external
@@ -456,8 +458,8 @@ NOTE: Note with clozes, format for clozes is as follows:
This is a {c1:cloze} note type.
This is a {{c1::cloze}} note type.
-Anki like syntax is supported with double brackes and colon, as well
-as single brackets({}) and colon(:), or even a mix.
+Anki like syntax is supported with double brackets & double colon, as
+well as single brackets({}) and colon(:), or even a mix.
For each cX: tag, there will be gerenated a cloze note type.
Example:
@@ -474,7 +476,8 @@ Example:
monocytogenes} are CAMP test positive
HINT: Hint to display during review, before user-input.
- NOTE! In gnosis-db, hint is referred to as `options', same column options used in mcq.
+ NOTE! In gnosis-db, hint is referred to as `options', same column
+ options used in mcq.
IMAGE: Image to display before user-input.
TAGS: Tags used to organize notes
SUSPEND: When t, note will be ignored.