Thanks Stephen!

On Sunday, January 5, 2014 9:31:41 PM UTC+5:30, Stephan Hradek wrote:
>
> Yes.
>
> Create a tiddler named "Story" (or any name you like), which might be 
> empty. But give it a field called "list" (name is mandatory). The content 
> of the "list" field has to be the tiddlers of your story in the sequence 
> you want them. So if you have for example the books of the bible as 
> tiddlers and want them to appear in correct order, "list" has to have this 
> content:
>
>  Genesis Exodus Leviticus Numbers Deuteronomy Joshua Judges Ruth
>
> Linking ist then done by this code:
>
> <$list filter="[is[current]next[Story]]"><$link><$view 
> field="title"/></$link></$list>
>
> for the next and
>
> <$list filter="[is[current]previous[Story]]"><$link><$view 
> field="title"/></$link></$list>
>
>
> for the previous tiddler
>

-- 
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/groups/opt_out.

Reply via email to