summaryrefslogtreecommitdiff
path: root/doc/gnosis.info
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 /doc/gnosis.info
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 'doc/gnosis.info')
-rw-r--r--doc/gnosis.info71
1 files changed, 38 insertions, 33 deletions
diff --git a/doc/gnosis.info b/doc/gnosis.info
index f9296f3..6bab4f5 100644
--- a/doc/gnosis.info
+++ b/doc/gnosis.info
@@ -14,14 +14,17 @@ Gnosis User Manual
Gnosis (γνῶσις), pronounced "noh-sis", _meaning knowledge in Greek_, is
a spaced repetition system implementation for note taking and self
-testing. The objective of gnosis is to maximize memory retention by
-implementing reviewing of information at increasing intervals.
+testing. Notes are organized in a Question/Answer/Explanation format
+and reviewed at spaced intervals, determined by the success or failure
+to recall the answer.
- The intervals grow longer as you become more familiar with the
-information, which reinforces long-term retention and reduces the risk
-of forgetting
+ The goal of Gnosis is to enhance memory retention through active
+recall. To achieve optimal results, users review Gnosis notes by
+writing out the answers.
-This manual is written for Gnosis version 0.3.0, released on 2024-06-28.
+ Above all, Gnosis aspires to be a versatile instrument of learning.
+
+This manual is written for Gnosis version 0.3.1, released on 2024-07-15.
• Official manual: <https://thanosapollo.org/user-manual/gnosis>
• Git repositories:
@@ -126,18 +129,20 @@ with "missing" words. A fill-in-the-blanks question.
You can create a cloze note type using ‘M-x gnosis-add-note’ and
selecting ‘Cloze’, the question should be formatted like this:
- {c1:Cyproheptadine} is a(n) {c2:5-HT2} receptor antagonist used to
- treat {c2:serotonin syndrome}
+ {c1:Cyproheptadine::drug name} is a(n) {c2:5-HT2} receptor
+ antagonist used to treat {c2:serotonin syndrome}
- You can also format clozes like Anki if you prefer; e.g
-‘{{c1::Cyproheptadine}}’
+ You can also format clozes like Anki if you so prefer; e.g
+‘{{c1::Cyproheptadine::drug name}}’
- • For each 'cX'-tag there will be created a cloze type note, the
- above example creates 2 cloze type notes.
+ • For each cX-tag there will be created a cloze type note, the above
+ example creates 2 cloze type notes.
- • Each 'cX' tag can have multiple clozes, but each cloze must be a
+ • Each cX tag can have multiple clozes, but each cloze must be a
*UNIQUE* word (or a unique combination of words) in given note.
+ • You can use the keyword ‘::’ to indicate a hint.
+
You can remove the _guidance_ string by adjusting
‘gnosis-cloze-guidance’.
@@ -452,26 +457,26 @@ should be done.

Tag Table:
Node: Top250
-Node: Introduction1503
-Node: Adding notes2230
-Node: Note Types2599
-Node: Cloze2824
-Node: MC-Cloze3720
-Node: MCQ (Multiple Choice Question)4544
-Node: Basic Type5043
-Node: Double5346
-Node: y-or-n5612
-Node: Customization6014
-Node: Image size6199
-Node: Typos | String Comparison6485
-Node: Gnosis Algorithm7260
-Node: Initial Interval8296
-Node: Easiness Factor9086
-Node: Forgetting Factor10034
-Node: Editing notes10642
-Node: Sync between devices11034
-Node: Extending Gnosis12055
-Node: Creating Custom Note Types12510
+Node: Introduction1614
+Node: Adding notes2341
+Node: Note Types2710
+Node: Cloze2935
+Node: MC-Cloze3913
+Node: MCQ (Multiple Choice Question)4737
+Node: Basic Type5236
+Node: Double5539
+Node: y-or-n5805
+Node: Customization6207
+Node: Image size6392
+Node: Typos | String Comparison6678
+Node: Gnosis Algorithm7453
+Node: Initial Interval8489
+Node: Easiness Factor9279
+Node: Forgetting Factor10227
+Node: Editing notes10835
+Node: Sync between devices11227
+Node: Extending Gnosis12248
+Node: Creating Custom Note Types12703

End Tag Table