You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/en/algorithms.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,4 @@ This is the simplest "algorithm" possible. There are fixed intervals configured
61
61
For example, `hard` might be configured for an interval of 1 day.
62
62
63
63
Implementation of this technique has not yet occurred. For progress see:
64
-
[[FEAT] user defined "Easy, Good, Hard" values instead of or in addition to the algorithm defined one. #741](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/741)
64
+
[[FEAT] user defined "Easy, Good, Hard" values instead of or in addition to the algorithm defined one. #741](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/741)
Copy file name to clipboardExpand all lines: docs/docs/en/flashcards/basic-cloze-cards.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The first female prime minister of Australia was ==Julia Gillard==
29
29
30
30
</div>
31
31
32
-
32
+
33
33
34
34
### Multiple Cloze Deletions
35
35
If the card text identifies multiple parts as cloze deletions, then multiple cards will be shown for review, each one occluding one deletion, while leaving the other deletions visible.
@@ -56,15 +56,15 @@ The first female ==prime minister== of Australia was ==Julia Gillard==
56
56
57
57
The first female prime minister of Australia was Julia Gillard
58
58
59
-
These two cards are considered sibling cards. See [sibling cards](flashcards-overview.md#sibling-cards) regarding the
59
+
These two cards are considered sibling cards. See [sibling cards](flashcards-overview.md#sibling-cards) regarding the
60
60
[Bury sibling cards until the next day](../user-options.md#flashcard-review) scheduling option.
61
61
62
62
## Cloze Delimiter
63
63
64
64
The cloze delimiter can be modified in [settings](../user-options.md#flashcard-review), e.g. to `**`, or curly braces `{{text in curly braces}}`.
65
65
66
66
67
-
<!--
67
+
<!--
68
68
## Cloze Hints
69
69
70
70
Hints can be included for any of the cloze deletions, using the `^[text of hint]` syntax. For example:
@@ -88,7 +88,7 @@ In the above examples, each card shown for review has one cloze deletion shown a
88
88
89
89
For example:
90
90
```
91
-
This is ==in group 1==[^1], this ==in group 2==[^2]
91
+
This is ==in group 1==[^1], this ==in group 2==[^2]
92
92
and this also ==in group 1==[^1]
93
93
```
94
94
@@ -107,4 +107,3 @@ and this also ==in group 1==[^1]
107
107
108
108
!!! warning
109
109
Anki style `{{c1:This text}} would {{c2:generate}} {{c1:2 cards}}` cloze deletions are not currently supported. This feature is being tracked [here](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/93/).
0 commit comments