Hi all,
I’d like to catch the tm-navigate
messages produced by links in tiddlers and do something different if the <modifier>
variable is Shift
If the modifier variable isn’t Shift the event should be passed through
In the messagecatcher widget’s actions I have access to all needed variables for the tm-navigate
message and so I thought I could just simply send a message like:
<$action-sendmessage $message="tm-navigate" navigateTo=<<navigateTo>> navigateFromTitle=<<event-navigateFromTitle>> navigateFromClientRect=<<event-navigateFromClientRect>> ... />
But that doesn’t work.
I cannot use the <$action-navigate/>
widget because that doesn’t follow the rules that a tiddler is opened below/above the tiddler where the link was clicked
Do you have an idea how I can do what I want to do?
Thank you,
Simon