I think that this should work:

"[field:isview[true]] -[[Graphsearch]] -[[Live View]]"

I am assuming here that "isview" is the field name and "true" is the 
content if it is to be included that folder.

/Mike

On Sunday, August 11, 2019 at 7:42:18 PM UTC-3, MagoArcade wrote:
>
> Thanks Mat - I see your thinking. However, these tiddlers don't have any 
> tags and it's from a 3rd party plugin, so I can't influence that. They do, 
> however, have a unique field: "isview: true" - could I leverage this 
> somehow in a filter?
>
> On Sunday, 11 August 2019 20:59:57 UTC+1, Mat wrote:
>>
>> The method would be to identify what is common for those tiddlers, 
>> presumably by opening one and looking at their common tag and then making a 
>> filter. Something like
>>
>> "[tag[thecommontag]] -[[Graphsearch]] -[[Live View]]" (make sure those 
>> last two are actually titled so, so it is not only their captions)
>>
>>
>> You put this in - as almost always - the ListWidget. 
>>
>> <$list filter="the above">
>>
>> </$list>
>>
>> Ths is used to generat the list of "options" for the selectwidget, so you 
>> put this insdie the selectwiget. Here is the general idea:
>>
>>
>> <$select>
>> <$list filter="the above">
>> <option>
>> </$list>
>> </$select>
>>
>>
>> You'll have to work out the details.
>>
>> <:-)
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4359fd18-aeef-466a-b97e-0c32551ec8cc%40googlegroups.com.

Reply via email to