Hello,
I have this fET that works:
<<forEachTiddler
where
' tiddler.tags.contains("todo") &&
! tiddler.tags.contains("systemConfig") &&
! tiddler.tags.contains("hide") '
write
'"| [["+tiddler.title+"]] |<<tiddler [["+tiddler.title+"::todo]]\>\>
|\n"'
>>
but I'd like to not have to tag the tiddler with "todo" to get the
tiddler to show up in the fET. If I don't use the tag, i get way too
many tiddlers with just a blank "todo slice".
I tried
!store.getTiddlerSlice(tiddler.title, "todo") == "" &&
to try to exclude blank or non existent slices, but got an error,
so I guess my question is
How do you exclude blank slices without referring to tags?
Dave P
--
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.