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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0e8579ab-3f38-4f52-8517-fe573193b22a%40googlegroups.com.

Reply via email to