There’s the the add-on reviewer hint hotkeys by glutanimate that for “g” reveals all hints at once and for “h” only the next hint. Its source code is here on github. For recent anki versions glutaimate’s add-on needs a small js fix for tts code, see here.
The problem is that this add-on works generally for all note types and has to be installed on each machine. The unhide code is in js and only the key capturing is made with python.
Is there a short pure, basic js solution that works without any add-ons? Kind of like the minimal cloze show one-by-one solution from @kleinerpirat in this thread ? With a pure js solution you could have hint-reveal hotkeys for regular note types and cloze reveal keys for clozes …
Hello, would it be possible to link the show hint function to an already existing anki function (i.e.: show answer), so this js would be compatible with AnkiMobile?