mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-25 19:40:45 -08:00
More explanation of the linkcatcher widget
Prompted by @pmaro
This commit is contained in:
parent
67a8a07916
commit
1696daf2bf
1 changed files with 3 additions and 1 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue