I use the Cloze Anything add-on that helps me use cloze deletions in non-cloze note types. It’s been working great. However I would like to display the Cloze field in other card types but a problem I encounter is that it then also displays the Cloze Anything markup - ((c1::text)) - and I dont want it to. Can anybody help me create a script that adresses the issue. As a tech noob I tried asking ChatGPT to make it for me but to no avail :(.
So in short, this is what my fields look like:
this is what the card currently looks like on the left, and on the right what I want it to look like:
The html for the Front of my card:
{{#IrregularCloze}} ⭑ {{/IrregularCloze}} {{Front}} {{tts de_DE:Front}}
the Back:
{{FrontSide}}
<hr id=answer>
<span class=back> {{Back}} </span>
<div class=notesstyle>
<hr id=answer>
{{#Plural}} [Plural]: {{Plural}} <br> {{/Plural}}
{{#Sentence}} [Sentence]: {{Sentence}} <br> {{/Sentence}}
{{#IrregularCloze}} [Irregularities]: <br>
<div style="padding-left:1em;"> {{IrregularCloze}} </div>
{{/IrregularCloze}}
{{Notes}}```