Ah, so close...

This works great:
<<list-links filter:"[all[tiddlers]search:fish[bluegill]]">>

Now I'm trying to grab the title of a tiddler and insert it into that 
filter (eg the tiddler is named "bluegill" and I want the filter to show me 
every tiddler that has the field "fish" that contains the word "bluegill"

I've tried:

<<list-links filter:"[all[tiddlers]search:fish[{{!!title}}]]">>

<<list-links filter:"[all[tiddlers]search:fish[<<currentTiddler>>]]">>

<<list-links filter:"[all[tiddlers]search:fish[<currentTiddler>]]">>

and various attempts with <$var> and <$set> (I don't really understand 
those yet)

Any ideas? thanks!

On Sunday, March 8, 2020 at 12:42:45 PM UTC-4, Mat wrote:
>
> I think this filter should work
>
> [all[tiddlers]search:fish[goldfish]]
>
> <:-)
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/90c8e061-ee1f-4583-89ad-1c18ed64ec1b%40googlegroups.com.

Reply via email to