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
I have some cards that include more complex clozes. E.g.
id: 1644016927359
enabled: true
cloze: true
---
## What Are the Essential Mechanism of a Programming Language to instruct computers and express computational ideas about functions & data?
To instruct the computer and express computational ideas we need a language with *means to combine simple ideas to form more complex ideas*. Every powerful language has three such mechanisms:
- {{c1::**primitive expressions and statements**}}, which represent the simplest building blocks that the language provides,
- {{c1::**means of combination**}}, by which compound elements are built from simpler ones, and
- {{c2::**means of abstraction**}}, by which compound elements can be named and manipulated as units.
Currently the anki code block is by default a basic card when no == or ~~ is included, cards using the native anki cloze syntax from above do not render the clozes in anki.
I suggest changing the behavior that if in the header cloze: true then independent of if i included a cloze the card in anki is of type cloze instead of basic.
Alternatives are:
that we would also check for the anki native {{c{number}:: syntax. That is more effort. The advantage is that we prevent creating cloze cards that don't have a cloze in anki. Anki doesn't display such cards
The text was updated successfully, but these errors were encountered:
I have some cards that include more complex clozes. E.g.
Currently the anki code block is by default a basic card when no
==
or~~
is included, cards using the native anki cloze syntax from above do not render the clozes in anki.I suggest changing the behavior that if in the header
cloze: true
then independent of if i included a cloze the card in anki is of type cloze instead of basic.Alternatives are:
{{c{number}::
syntax. That is more effort. The advantage is that we prevent creating cloze cards that don't have a cloze in anki. Anki doesn't display such cardsThe text was updated successfully, but these errors were encountered: