Revisiting Roadmap

For Hook users who are interested:
⌃⇧C in Hook copies ALL links to the selected item when the Hook window is activated.
and if you copy this back into a Tinderbox note you get something like this:

Items linked to [smart  link to object](url)
* [smart link1](url)
* [smart link2](url)
* etc 
Report generated by Hook on 01-03-2020 20:44.

Which is exactly what i was looking for. Thanks @mwra for pointing me in the right direction.

1 Like

… cool, thank you

Wow, great, I had not realised this feature existed. That is the feature I want. Woohoo. At the moment, I do not need access to it in code, nor in export, though I can imagine wanting those one day. The sole additional feature that immediately strikes me as appealing is a tick box so that when hovering over a link in map view, the comment is shown in one of those hover overlays.

Thanks Mark.

The link comment is (not yet) accessible as a attribute, AFAIK. However, rolling one’s own is a possibility. E.g., $HoverExpression and a custom attribute can cooperate on something like this:

Show my links example.tbx (74.2 KB)

Good idea, Paul. I guess with Link Actions you could semi-automate the set up for this too, if you wanted a similar hover expression at both start- and end-points of the link.

Thank you.

1 Like