Hi Dave,
I'm sure there are more elegant ways to do it, but it should be
possible to use:
<<forEachTiddler
where
'tiddler.tags.contains("basic")'
write
'(index > 4 && index < 18) ? "* [["+tiddler.title+"]]\n" : ""'
>>
cmari
On Mar 5, 12:25 pm, Dave Parker <[email protected]> wrote:
> Hello,
>
> another FET question here. This example:
>
> <<forEachTiddler
> where
> 'tiddler.tags.contains("basic")'
> write
> '(index < 10) ? "* [["+tiddler.title+"]]\n" : ""'
>
>
>
> from Udo's site lists the first 9 tiddlers described, but not the ones
> after that. Is there a way to put it so that the output would be, say
> the 5th through the 17th, but not before or after?
>
> Thanks,
> Dave Parker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---