On Tuesday, September 29, 2015 at 11:17:52 AM UTC-7, Bob Flandard wrote:
>
> I'm trying to make a list of all the values of a specific field "Some 
> Field", for all tiddlers (probably not system or shadow tiddlers, but with 
> and without would be interesting) tagged with "Some Tag".
>
> This doesn't work:
> <$list filter="[tag[Some Tag]field:Some Field[]]"/>
>

You were close.  Use the "has[...]" filter to select tiddlers that have the 
desired field, and then output the field value inside the <$list> widget.

<$list filter="[tag[Some Tag]has[Some Field]"/>{{!!Some Field}}</$list>


-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4fb02ed3-9af3-4caa-ac29-2b94e2c34037%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to