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.
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.