Hi Shash I'm not sure that I understand what you are trying to accomplish. Are you aiming to show a list of links where the target tiddler opens immediately below each link? If so, I think you'd be better off using the button and reveal widgets to show or hide a transclusion of the target tiddler.
Best wishes Jeremy On Fri, May 23, 2014 at 6:15 PM, Shash <[email protected]> wrote: > Any suggestions for this please. > > > On Thursday, May 22, 2014 8:23:59 PM UTC+5:30, Shash wrote: >> >> 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

