I was thinking about merging the functionality of this note type with that one: Anki as a knowledge base (with a "massive cloze note") - #39 by kleinerpirat
Then you’d have auto-scroll and lots of other nice possibilities.
I think that’s because of the giant button I wrapped the cloze text with (for iOS tap-support, because AnkiMobile blocks click
events from all elements other than <button>
). By default, text inside buttons is centered, but that can be overwritten with !important
. I personally don’t like centered text either, so I’ll update that tomorrow.
This is not possible without an Add-on, I’m afraid. Native clozes are converted before I can access them from the template - and on the front side, they’re lacking the information needed for a reveal. So we’re stuck with the back side. (Ideally, the reveal should happen on the front and then automatically switch to the backside once everything has been revealed.)
With the use of Python commands, one could probably achieve that, but that’s not a cross-platform solution.
AnkiDroid offers a JavaScript API that allows for such things, but the rest of the Anki ecosystem doesn’t…