On Oct 20, 12:53 am, Igor Perković <[email protected]> wrote:
> <<forEachTiddler where 'tiddler.tags.length == 0'

The above snippet will list all tiddlers that are not *tagged*.

However, the OP's question was:
> > ... list all tiddlers that are not tags?

That is, a list of tiddlers whose titles have not been used as tags on
any other tiddlers.  To do this, you need a slightly different
conditional:

<<forEachTiddler where 'store.getTaggedTiddlers(tiddler.title).length
== 0'

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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.

Reply via email to