Auto Cloze Hint [Support Thread]

Auto Cloze Hint show first letter of each word when mouse is on. If you don’t want to see the hint, just move mouse away from Cloze area.
2021-03-15_16-12-22

Update:
2021/3/20
Change

card.model()[‘name’][:5] == ‘Cloze’

to

card.model()[‘type’] == 1

So even if your Note type name don’t have “Cloze”, this addon will work.

Can you tell where to find the setting about " card.model()[‘name’][:5] == ‘Cloze’"