Hey! You can do that using ForEachTiddlerPlugin (1). See example "'Pagewise' list all Tiddlers (10 Tiddlers per page, with page up/down buttons)" (2).
(1) http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin (2) http://tiddlywiki.abego-software.de/#%5B%5B'Pagewise'%20list%20all%20Tiddlers%20(10%20Tiddlers%20per%20page%2C%20with%20page%20up%2Fdown%20buttons)%5D%5D w On Jun 13, 1:59 pm, Rick <[email protected]> wrote: > 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 [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.

