For me they enable a more controlled method of moving through my tiddler structure. I have "chapters" for want of a better word, which I create a list for. I then use the Previous and Next filters to put the "Next" and "Previous" links at the bottom of each tiddler. This enables me to influence how someone reading the tiddler moves through it in a structured manner (if they choose too).The nice thing is if I re-order the tiddlers or add to them, I just need to edit the contents of the list and not any of the tiddlers reading it.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/NH-WFeWcChY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/NH-WFeWcChY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
Macro's can also be used to create simple "Next" links
<$list filter="[[Tiddler Three]next[TiddlerSeventh]]" macro="nextMacro"/>
\define nextMacro(title)
[[Next|$title$]]
\end
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/NH-WFeWcChY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
David
This filter, if used correctly should be able to create some kind of breadcrumb trail potentially .. or show preceding items in a list of articles or following articles if desired.
<<tagg Tiddler>>