--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
The link catcher only responds to navigation messages. It absorbs the navigation event and just sends the message identified in the `message` attribute. So, one could create a chain of navigation message handlers, I think, but not of arbitrary messages.
> I noticed the linkcatcher has a special feature that is not used in any place
The linkcatcher's ability to forward a message is actually used as part of the tag drop down handling:
> Other question: Is possible to use a tw-save-tiddler without navigating to it? I'm editing some drafts from other tiddlers and I don't want to open the resultant tiddlers after clicking my custom save button.
It sounds like you might be better off displaying these tiddlers in a custom sub-story. See the interactive version of this tiddler on tiddlywiki.com:If you put the tiddlers you're editing in a story you'll still get the navigation behaviour, but the navigation will take place within the substory, which is probably what you want.Best wishesJeremy
So it stops the event propagation right? Maybe it could be interesting to capture a event, react and raise a secondary event.
I didn't explained myself. I mean capture an event, react is some way and then launch a different one.
What if I want to react to a navigate event and navigate to that tiddler too? For example for clear the search field after clicking a link. Maybe using a button?
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Thank you for your explanation. I agree with you that is not possible to support all the posible use cases. It's just that I used to stick to TW basic core functionalities for compatability reasons and some times I miss some more options. It's not too hard to make a specific widget for this functionality and I prefer that rather than editing the core. In fact that is the actual power of TW
Again, thank you very much.
It's not too hard to make a specific widget for this functionality and I prefer that rather than editing the core. In fact that is the actual power of TW
Again, thank you very much.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.