Thanks Eric, that works perfectly!
- tas
On Oct 19, 10:57 am, Eric Shulman <elsdes... gmail.com> wrote:
> > 'tiddler.tags.contains("Work")' with the
where clause
> > What if I wanted to see exactly the opposite, i.e.
all tiddlers that
> > do NOT contain the Work tag?
>
> In javascript, preceding a boolean (true/false value)
with a
> "!" (exclamation point) inverts the value,
changing "true" into
> "false" (or "false" into
"true"). Thus, for your use-case, simply add
> a ! immediate preceding "tiddler...", like
this:
>
> '!tiddler.tags.contains("Work")'
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "TiddlyWiki" group.
To post to this group, send email to TiddlyWiki googlegroups.com
To unsubscribe from this group, send email to
TiddlyWiki-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---
|