Hi
I want to delete the image occclusion cloze c6 with zero height and width without loosing the review data on the other cards
Is it possible ?
As there is no corresponding mask associated with c6, I’m not able to delete it
Hi
I want to delete the image occclusion cloze c6 with zero height and width without loosing the review data on the other cards
Is it possible ?
As there is no corresponding mask associated with c6, I’m not able to delete it
No simple way, but try this:
note = bcard().note()
print(note['Occlusion'])
c6
.note = bcard().note()
note['Occlusion'] = '''YOUR CLOZE TEXT HERE'''
mw.col.update_note(note)
Thank you!!!
works like a charm:)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.