<$navigator story="$:/StoryList"><<currentTiddler>></$navigator><style>
/*when content is a link*/
.foo a {visibility:hidden; position:relative;}
.foo a:before {visibility:visible; content:"xx"; }
</style>
<div class="foo"><$navigator story="$:/StoryList"><<currentTiddler>></$navigator></div><$navigator story="$:/StoryList"><<currentTiddler>></$navigator>
<style>
/*when content is NOT a link*/
.foo {visibility:hidden; position:relative;}
.foo:before {visibility:visible; content:"xx"; }
</style>
<$navigator story="$:/StoryList"><div class="foo"><<currentTiddler>></div></$navigator>
<$navigator openLinkFromInsideRiver="top" story="$:/StoryList2">
<$list filter="[enlist{$:/StoryList2!!list}]" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate"/>
</$navigator>--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/f1742a6a-46cd-43d1-8641-cca67d2cbeb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
But in terms of what actually happens, it's really only the $:/StoryList that gets changed ... or is there something else?
How is the HistoryList used, and how might a user make use of it? Thanks!
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6710eec9-69d6-406c-a12a-f920d81fb398%40googlegroups.com.
If I understand it correctly Hear I am trying to open a tiddler in the main story from inside a sibstory.
Regards
Tony
Thanks, so the navigator widget sets the story and other parameters for subsequent or wrapped, commands that involve navigation.
Normal behaviour will occur until another navigation widget changes it. We can then use the navigation widget to tempoarily step out of the current "story".
That now makes sence and I may experiment a little more now.
I wonder if we could swipe tiddlers into a diferent story, or develop a history for particular actions. No need to respond to these speculations, just thinking out loud.
Regards
Tony
before <$navigator story="$:/StoryList" history="$:/HistoryList" history=><$link to=<<currentTiddler>> class="foo"><$text text=<<currentTiddler>>/></$link></$navigator> after
<style>
.foo {font-size:0px;}
.foo:before {content:"xx"; font-size:14px; }
</style>
Thats fine. When you respond so quickly you are bound to occasionaly trip up. Thanks for you help.
Tony