Hi,
damn... wrong key and now the whole post is gone -.-
Alright, again.
First of all, thanks for your efforts in working so deeply in the engine!
There are three categories of the features you listed (for me)
1: the ones I'll gladly add to the engine. E.g. the tooltips, zoom > liquid (both as options via book attributes) and the scrollbar thing (so obvious, totally didn't notice that it
doesn't do that

). Also, how did you realize the audio player? In principle I'd be happy to add that as an option, too.
2: the ones I don't fully understand, but which I might add. Could explain a bit more what you meant with the first two points (mouse cursor and event "pausing"), as well as the "buffer customization"? Thanks!
3: the one that I'd assume is pretty standalone. Your single page mode, which, if it's a plugin, shouldn't make a big fuss when updating (in most cases you won't even have to recompile). I'd imagine some users would be quite happy if you could share it, though

Finally, the thumbs in pagebuttons... which don't 100% fit one of the three. Since you can use scripting in v2.0.11, I'd imagine you could do this purely in the .asul file. The only tricky part would be to figure out which page the button belongs to... but essentially that's just the depth of the button in it's container (the nth child it is) times two. If that's too vague let me know and I'll try to implement that later.