Skip to content

Commit

Permalink
deploy: ac3de90
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Nov 18, 2024
1 parent 550bd99 commit 9999339
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
14 changes: 1 addition & 13 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2974,7 +2974,6 @@ <h2 id="javascript"><a class="header" href="#javascript">Javascript</a></h2>
<li><a href="templates/errors.html#template-syntax-error">Template Syntax Error</a></li>
<li><a href="templates/errors.html#identical-front-sides">Identical Front Sides</a></li>
<li><a href="templates/errors.html#front-of-card-is-blank">Front of Card is Blank</a></li>
<li><a href="templates/errors.html#cloze-filter-outside-cloze-notetype">Cloze Filter Outside Cloze Notetype</a></li>
<li><a href="templates/errors.html#no-cloze-filter-on-cloze-note-type">No Cloze Filter on Cloze Note Type</a>
<ul>
<li><a href="templates/errors.html#single-empty-cards">Single empty cards</a></li>
Expand Down Expand Up @@ -3062,18 +3061,7 @@ <h3 id="front-of-card-is-blank"><a class="header" href="#front-of-card-is-blank"
You can add extra fields with the Add Field button.</p>
<p>If you are using the Cloze note type,
please make sure you've included one or more cloze deletions in the Text field, e.g. {{c1::some cloze-deleted text}}.</p>
<p>If you're using the type-in-the-answer functionality, please make sure you've included another field on the front side as well.</p>
<h3 id="cloze-filter-outside-cloze-notetype"><a class="header" href="#cloze-filter-outside-cloze-notetype">Cloze Filter Outside Cloze Notetype</a></h3>
<p>The <a href="templates/../editing.html#cloze-deletion">cloze</a> filter (as in <code>{{cloze:Some Field}}</code>)
may only be used on the cloze notetype, and on those created by cloning it.</p>
<p>If you get this error, you can remove the cloze filter from the template.</p>
<p>If you have notes with cloze deletions that are using that notetype, you can select
them in the Browse screen, and use the Change Notetype action to assign them to
a standard Cloze notetype instead.</p>
<p>Older Anki versions did not complain when you attempted to use cloze deletions on
a normal notetype, but this was never a use case that was intended to be supported.
If you want to combine cloze deletions with regular cards, you may find an add-on
like the Closet add-on provides some alternatives.</p>
<p>If you're using the type-in-the-answer functionality, please make sure you've included another field on the front side as well. </p>
<h3 id="no-cloze-filter-on-cloze-note-type"><a class="header" href="#no-cloze-filter-on-cloze-note-type">No Cloze Filter on Cloze Note Type</a></h3>
<div id="no-cloze-filter-on-cloze-notetype" />
<p>A Cloze note type's front and back templates should have a <a href="templates/../editing.html#cloze-deletion">cloze</a>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

14 changes: 1 addition & 13 deletions templates/errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ <h1 id="checks-and-errors"><a class="header" href="#checks-and-errors">Checks an
<li><a href="#template-syntax-error">Template Syntax Error</a></li>
<li><a href="#identical-front-sides">Identical Front Sides</a></li>
<li><a href="#front-of-card-is-blank">Front of Card is Blank</a></li>
<li><a href="#cloze-filter-outside-cloze-notetype">Cloze Filter Outside Cloze Notetype</a></li>
<li><a href="#no-cloze-filter-on-cloze-note-type">No Cloze Filter on Cloze Note Type</a>
<ul>
<li><a href="#single-empty-cards">Single empty cards</a></li>
Expand Down Expand Up @@ -243,18 +242,7 @@ <h3 id="front-of-card-is-blank"><a class="header" href="#front-of-card-is-blank"
You can add extra fields with the Add Field button.</p>
<p>If you are using the Cloze note type,
please make sure you've included one or more cloze deletions in the Text field, e.g. {{c1::some cloze-deleted text}}.</p>
<p>If you're using the type-in-the-answer functionality, please make sure you've included another field on the front side as well.</p>
<h3 id="cloze-filter-outside-cloze-notetype"><a class="header" href="#cloze-filter-outside-cloze-notetype">Cloze Filter Outside Cloze Notetype</a></h3>
<p>The <a href="../editing.html#cloze-deletion">cloze</a> filter (as in <code>{{cloze:Some Field}}</code>)
may only be used on the cloze notetype, and on those created by cloning it.</p>
<p>If you get this error, you can remove the cloze filter from the template.</p>
<p>If you have notes with cloze deletions that are using that notetype, you can select
them in the Browse screen, and use the Change Notetype action to assign them to
a standard Cloze notetype instead.</p>
<p>Older Anki versions did not complain when you attempted to use cloze deletions on
a normal notetype, but this was never a use case that was intended to be supported.
If you want to combine cloze deletions with regular cards, you may find an add-on
like the Closet add-on provides some alternatives.</p>
<p>If you're using the type-in-the-answer functionality, please make sure you've included another field on the front side as well. </p>
<h3 id="no-cloze-filter-on-cloze-note-type"><a class="header" href="#no-cloze-filter-on-cloze-note-type">No Cloze Filter on Cloze Note Type</a></h3>
<div id="no-cloze-filter-on-cloze-notetype" />
<p>A Cloze note type's front and back templates should have a <a href="../editing.html#cloze-deletion">cloze</a>
Expand Down

0 comments on commit 9999339

Please sign in to comment.