1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Switch from the old navigator macro the new navigationcatcher macro

We'll probably rename the navigationcatcher macro, because the name is
rubbish.
This commit is contained in:
Jeremy Ruston 2012-10-24 22:33:33 +01:00
parent ce4a14c68a
commit f77b3a54ca
3 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ title: $:/templates/PageTemplate
}}} }}}
<!-- This navigator intercepts navigation events and sets the text of the specified tiddler to the target tiddler title --> <!-- This navigator intercepts navigation events and sets the text of the specified tiddler to the target tiddler title -->
<<navigator set:[[$:/CurrentView]]>< <<navigationcatcher set:[[$:/CurrentView]]><
<<reveal state:ViewDropDownState type:popup position:below>< <<reveal state:ViewDropDownState type:popup position:below><
<div class="open"> <div class="open">
{{dropdown-menu tw-suppress-missing-tiddlylink{ {{dropdown-menu tw-suppress-missing-tiddlylink{

View File

@ -1,7 +1,7 @@
title: $:/templates/PageTemplate title: $:/templates/PageTemplate
<!-- The navigator catches navigation events and updates the story and history tiddlers --> <!-- The navigator catches navigation events and updates the story and history tiddlers -->
<<navigator story:"$:/StoryTiddlers" history:"$:/History" >< <<navigationcatcher story:"$:/StoryTiddlers" history:"$:/History" ><
<!-- Zooming chooser --> <!-- Zooming chooser -->
{{navigation-panel{ {{navigation-panel{
@ -51,7 +51,7 @@ title: $:/templates/PageTemplate
}}} }}}
<!-- This navigator intercepts navigation events and sets the text of the specified tiddler to the target tiddler title --> <!-- This navigator intercepts navigation events and sets the text of the specified tiddler to the target tiddler title -->
<<navigator set:[[$:/CurrentView]]>< <<navigationcatcher set:[[$:/CurrentView]]><
<<reveal state:ViewDropDownState type:popup position:below>< <<reveal state:ViewDropDownState type:popup position:below><
<div class="open"> <div class="open">
{{dropdown-menu tw-suppress-missing-tiddlylink{ {{dropdown-menu tw-suppress-missing-tiddlylink{

View File

@ -1,7 +1,7 @@
title: $:/templates/PageTemplate title: $:/templates/PageTemplate
<!-- The navigator catches navigation events and updates the story and history tiddlers --> <!-- The navigator catches navigation events and updates the story and history tiddlers -->
<<navigator story:"$:/StoryTiddlers" history:"$:/History" >< <<navigationcatcher story:"$:/StoryTiddlers" history:"$:/History" ><
<!-- The top navigation bar --> <!-- The top navigation bar -->
<div class="navbar navbar-fixed-top"> <div class="navbar navbar-fixed-top">