Tob,

Of course you can use the Prefix filter, however in your case you are 
changing the prefix. It may depend on the tiddlers you have in the rest of 
the wiki ie a prefix of "0" and another of "1" will find all tiddlers in 
the range you ask but may collect others.

An approach to try is to wrap one list in another, to create a value you 
will use as a prefix.

eg;

<$list filter="0 1 2 3 4 5 6 7 8 9" variable=1sd >
  <$list filter="0 1 2 3 4 5 6 7 8 9" variable=2sd >
     <$list filter="0 1 2 3 4 5 6 7 8 9" variable=3sd >
        <$list filter="0 1 2 3 4 5 6 7 8 9" variable=4sd >
        <<1sd>><<2sd>><<3sd>><<4sd>>
        </$list>
     </$list>
  </$list>
</$list>

This is not a solution but perhaps a path to one.

Regards
Tony

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/57edaf8e-24cc-4363-8c6a-ffc1f502e300%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to