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/0ea0ff88-f12b-465d-b7fa-854adda1a852%40googlegroups.com.

