Some cards disappeared

You haven’t posted your template yet. Click on Cards... in the editor to get there.

1 Like

did not upgrade from last week (working fine) to this week. should i give it a try?

2nd picture was when i clicked the anking deck and right before study now

i decided to copy paste the text on the front template because it was too long.

{{cloze:Text}}

The AnKing

{{#Tags}}

{{clickable::Tags}}


var tagContainer = document.getElementById(“tags-container”)
if (tagContainer.childElementCount == 0) {
var tagList= tagContainer.innerHTML.split(" ");
var kbdList = [];
var newTagContent = document.createElement(“div”);

     for (var i = 0; i < tagList.length;  i++) {
      var newTag = document.createElement("kbd");
      newTag.innerHTML = tagList[i];
      newTagContent.append(newTag)
     }
     tagContainer.innerHTML = newTagContent.innerHTML;
     tagContainer.style.cursor = "default";
    }
    if (tagContainer.innerHTML.indexOf("Missed") != -1) {
    tagContainer.style.backgroundColor = "rgba(251,11,11,.2)";
    } else {
    tagContainer.style.display = "none";
    }
</script>

{{/Tags}}

i do have the option of cloze 1 to 5 though when i look at the editor

:crazy_face:, sorry, it’s too complex and beyond my capability.

Maybe you should ask @AnKingMed .

Checked the app on my phone, all 5 cloze appears. Hmm.

Thank you so much for trying to help me though!!

I tend to agree with @zhushenli, you have a lot going on there. At any rate, you should check whether the issue occurs without add-ons.

Very related:
We are troubleshooting a card designed badly - there are 4 errors in it.
Somehow this card slipped thru all the checking AnKing team performed.

Can you give me a like :blush:

thanks! the cards all work perfectly fine with the app on my mobile device.

hello! umm i noticed it happened to all my cards that have multiple clozes in it. that’s how it appears on the anki desktop app but on the phone or tablet, they appear fine.

I’m curious, what if you create a simple Cloze note by using Anking’s Note Type (not the original Anki Cloze Note Type). You can right click on the note, choose “Info…” to see the Note Type. And change Type when you add Cloze.

image
image