Hi,

I'm wondering if there's a way to split a macro generated list into several 
sections. I have a list of 100+ tiddlers which I want to display 
effectively without having to scroll too much. Those tiddlers are already 
filtered by tag. I'm wondering on how to do one or both of these approaches:

1. After filtered by tag, also filter the title using regex. I tried the 
following but won't give the desired result:

<<list "[tag[foo]] [title[a.*]] [sort[title]]">>

2. Use the limit clause like this:

<<list "[tag[foo]] [sort[title]] [limit[10]]">>

However, that only give me the 1st 10 items from the list. How can I get 
the next 10 items?

Is it possible to do what I want to do? Where did I go wrong?

Thx

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to