Skip to content

Commit

Permalink
Add nested cloze limit to manual (#315)
Browse files Browse the repository at this point in the history
* Add nested cloze limit to manual

Fix: #313

* Removed link to PR

* Update warning to recommend users try to avoid deep nesting

---------

Co-authored-by: Damien Elmes <[email protected]>
  • Loading branch information
GithubAnon0000 and dae authored Feb 6, 2025
1 parent 645782d commit 6089eed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,11 @@ The inner cloze is entirely nested within the outer. There is no support for par

with the word "was" appearing in both deletions.

The current implementation can only handle a limited amount of nesting. In Anki 24.11, it is 3 levels.
In other versions, the limit is around 8, but Anki may become slow as you approach the limit. It is
not possible to extend the limit. If you use this feature, it is recommended you limit yourself to a
few levels of nesting.

Prior to version 2.1.56, if you need to create clozes from overlapping text, add another Text
field to your cloze, add it to the [template](templates/intro.md), and then when
creating notes, paste the text into two separate fields, like so:
Expand Down

0 comments on commit 6089eed

Please sign in to comment.