Hi

The single page navigation method can be adapted to use with a substorylist.

Place this code into a substory tiddler:

<$navigator story="MySubStoryList!!list" history="MySubHistoryList">
<$list filter="[list[MySubStoryList!!list]]" history="MySubHistoryList">

! <$view field="title"/>
---

<$transclude/>
</$list>
</$navigator>

And this code into an 'index' tiddler:

<ul>
<$list filter="[tag[Concepts]]">
<li><$button set="MySubStoryList!!list" setTo=<<currentTiddler>> 
class="tc-btn-invisible">
<$view field="title"/>
</$button></li>
</$list>
</ul>

-- adapt the filter to select all tiddlers you wish to appear in your index
-- put the index tiddler into one tab, and the substory tiddler into the 
other tab

regards

On Wednesday, 14 October 2015 16:24:00 UTC+2, Bob Flandard wrote:
>
> Hello,
>
> Is this possible?
>
> Use the tabs macro and have just two tabs. One tab transcludes a tiddler 
> called "index" that contains a list of tiddler links and the second tab 
> contains the tiddler from whichever link from the "index" tab was last 
> clicked. Preferably when a link from the "index" tab is clicked the focus 
> automatically switches to the second tab.
>
> Thanks, Bob
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62c60fb0-fde8-4507-8127-003f5ee86340%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to