So I want to be able to search for all items tagged with String+Title. 
Example: 
Input: Company{{!!title}}
Output: CompanyApple
Where: Company is the string and Apple is the title of the tiddler

Now I want to be able to do this with a filter.
<<list-links filter:"[tag[Company{{!!title}}]sort[]]">>

This just returns nothing. 

I've also tried:
<<list-links filter:"[tag[Company+{{!!title}}]sort[]]">>

<<list-links filter:"[tag{{Company+!!title}}sort[]]">>



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/daa54c57-ad5b-46cd-97e3-89c97f3cf369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to