Hi Jon,

the navigator widget has two attributes that can change that behavior: 
openLinkFromInsideRiver and openLinkFromOutsideRiver

openLinkFromInsideRiver affects links clicked within a tiddler inside the 
story (or substory) river. this can be top (top of story), bottom (bottom 
of story), above (above the tiddler containing the clicked link) or below 
(below the tiddler containing the clicked link)

openLinkFromOutsideRiver affects links and buttons outside the story and 
can be "top" or "bottom"


the navigator widget in the default pagetemplate transcludes two 
configuration tiddlers ($:/config/Navigation/openLinkFromInsideRiver, 
$:/config/Navigation/openLinkFromOutsideRiver) so that that behavior can be 
configured in the ControlPanel under Settings -> Tiddler Opening Behavior. 
If you want the same behavior like in your default story river, you can 
also just transclude those tiddlers ( <$navigator ... ... 
openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
... > ) ... if not, just use 
openLinkFromInsideRiver="above|below|top|bottom" and so on

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a672562b-a444-42ec-862a-f206e2a1e289%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to