From 1696daf2bf7ffed1f2eeb62394dc00a8c7017825 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 1 May 2013 16:11:52 +0100 Subject: [PATCH] More explanation of the linkcatcher widget Prompted by @pmaro --- core/modules/widgets/linkcatcher.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/modules/widgets/linkcatcher.js b/core/modules/widgets/linkcatcher.js index 9e69cbb0b..2ad1816ef 100644 --- a/core/modules/widgets/linkcatcher.js +++ b/core/modules/widgets/linkcatcher.js @@ -3,7 +3,9 @@ title: $:/core/modules/widget/linkcatcher.js type: application/javascript module-type: widget -Implements the linkcatcher widget. +Implements the linkcatcher widget. It intercepts navigation events from its children, preventing normal navigation, and instead stores the name of the target tiddler in the text reference specified in the `to` attribute. + +Using the linkcatcher widget allows the linking mechanism to be used for tasks like selecting the current theme tiddler from a list. \*/ (function(){