On Wednesday, April 29, 2020 at 10:14:39 AM UTC-7, Tony K wrote:
>
> Can't seem to find the correct way to return the  title of the current 
> tidller in the below
>
>
> <$list filter="[search:keywords[ Demo ]]"></$list>
>
>
>
This might work, until you want compound keywords with spaces in them.

Consider making your keywords a list field. It's actually no different than 
what you're doing now, except that compound words can be inserted like 
links [[my phrase]].

Then this becomes

<$list filter="[contains:keywords[Demo]]"></$list>

 and this

<$list filter="[search:keywords[ {{!!Title}} ]]"></$list>
>
>

becomes

<$list filter="[contains:keywords{!!Title}]]"></$list>


-- 
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/6b4de00f-727a-481f-b926-409a1a08bdf1%40googlegroups.com.

Reply via email to