From 615d8da64ff78c5f26e41db103d5df70f51ff571 Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Sat, 26 Feb 2022 19:59:45 +0100 Subject: [PATCH] Docs: mention MessageCatcher widget in LinkCatcher tiddler (#6485) --- editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid b/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid index b1930f4e8..1e94d6e89 100644 --- a/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid @@ -1,6 +1,6 @@ caption: linkcatcher created: 20131024141900000 -modified: 20211009122821108 +modified: 20220226121122574 tags: Widgets MessageHandlerWidgets TriggeringWidgets title: LinkCatcherWidget type: text/vnd.tiddlywiki @@ -25,3 +25,4 @@ The content of the `<$linkcatcher>` widget is displayed normally. |setTo |Value to be assigned by the `set` attribute | |actions |Actions to be performed when a link is caught. Within the action string, the variable "navigateTo" contains the title of the tiddler being navigated. <<.from-version "5.1.23">> the <<.def "modifier">> variable lists the modifier keys that are pressed when the action is invoked. The possible modifiers are ''ctrl'', ''ctrl-alt'', ''ctrl-shift'', ''alt'', ''alt-shift'', ''shift'' and ''ctrl-alt-shift'' | +<<.tip """<<.from-version "5.2.0">> For more complex use cases involving trapping the <<.param tm-navigate>> message consider the MessageCatcherWidget which provides greater flexibility""">>