Hello All,

I am trying to incorporate substories into my tiddler. What I am trying to 
do is create links which are tagged for A (for example) using list filter 
and whenever anyone clicks on the particular link the substory needs to 
open below the link.  I my trying to do something like the below.

<$navigator story="MySubStoryList" history="MySubHistoryList">


<$list filter="[!has[draft.of]tag[A]sort[created]]">


*<$link to={{!!title}}><b><$view field="title"/></b></$link>


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


<div>


! <$button message="tw-close-tiddler" 
class="btn-invisible">{{$:/core/images/close-button}}</$button> <$view 
field="title"/>


<$transclude/>
</div>
</$list>


</$navigator>



But I am not getting the result as intended. Can someone please help me in 
sorting this one out. Thanks!

Shash

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to