Absolutely David :)

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
Will produce what you want I think

I have updated the documentation on the same link as before to demonstrate 
usage.

On a side note I have been working on "First" and "Last" filters to return 
the first and last tiddlers in a list. This will enable a fairly simple 
movement structure based around these tools. With the use of the limit[3] 
operand in the filter, we could return the next 3 only tiddlers for example 
out of a much longer list. I am also looking at making a version of limit 
which counts backwards from the end of the list, to show only the last 
members of the list .. so endlimit[3] or some such.

I hope with one macro, it should be possible to create a quite decent 
system that should look something like the following but with links.

First Tiddler, Previous Tiddler, Current Tiddler, Next Tiddler, Last 
Tiddler.

David



-- 
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