On Oct 20, 12:53 am, Igor Perković <
igorp.mail...@gmail.com> 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