On 6/20/2024 5:33 PM, Pablo Rodriguez via ntg-context wrote:
On 6/19/24 21:55, Henning Hraban Ramm wrote:
Am 19.06.24 um 19:16 schrieb Pablo Rodriguez via ntg-context:
Would you be so kind to test the attached document (and the one you may generate from the sample source) hovering over the link frames in Acrobat (ideally DC updated to latest)?
At least, I would like to be sure what is going on here.
Hovering over links is basic precaution before clicking them.
To explain that to others, I’d rather know how Acrobat (Reader) behaves in these cases.
Build 24.2.20857.0 on MacOS 10.15.7: 1: no hover 2: https://contextgarden.net 3: https://contextgarden.net
Many thanks for your help, Hraban.
Thanks to your confirmation, I investigated the issue further (since there had to be something different with my documents).
\setuptagging[state=start] is the culprit. "link" is the word displayed when links are hovered over. It's not that hard to get something less generic displayed but the question is what and in what detail. A lot of this stuff is not consistent over viewers and it being part of the user interface might also change over time (some viewers also interpret the page stream for urls).
Anyway, a next upload will have this: % \disabledirectives[backends.references.descriptions] % just link % \enabledirectives [backends.references.descriptions] % some detail (some todo) (default) % \enabledirectives [backends.references.descriptions=reference] % a bit less so that you can experiment a bit with it. We might at some point provide optional descriptions per link but the quesiton is how to cleanly interface this (easier if you use \define... instead of your own macros for urls). Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------