#How to make clozes in different fields to show without the cloze notation?

6 messages · Page 1 of 1 (latest)

night bobcat
#

How to make clozes in different fields to show without the cloze notation?

granite rose
#

Ultimate Geography v5.2
Front: {{Capital}}, <span style="color:blue">[...]</span>
Back: {{Capital}}, <span style="color:blue">{{Country}}</span>

Front: <span style="color:blue">[...]</span>, {{Country}}
Back: <span style="color:blue">{{Capital}}</span>, {{Country}}

charred pivot
#

I usually just type something like
Name:
Definition:
Example:
Etymology:
Do you really get much value of having those titles on your cards? 🤷🏽 It seems like you're trying to split this into multiple fields so that you can move the titles from the field to your template -- but couldn't you just get rid of the titles entirely?

#

I think you're missing one important piece of the logic that makes a cloze card. Putting {{cloze:field}} on your template means "for card 1, look in field, find me every c1 marker, and show that text with c1 deleted" -- and so on for cards 2, 3, 4, 5. If Anki looks in a field and doesn't see that cloze marker, there's nothing to show.

If you want multiple fields to be displayed on every card, then each field needs to have a cloze marker for each card. So to make your 1st field show on all 5 cards:

As I said above, you might be making this overly complicated to get where you want, but if you really want your clozes spread across fields, this should work.

charred pivot
#

You can use <hr> in your fields (put it in the HTML view) just as well as in your templates.

#

I think it will work if you do what I suggested above.

Look at your card 2 screenshot -- it's showing you every field that has a c2 marker. So put a c2 marker in every field.