On Wednesday, July 1, 2015 at 12:05:10 PM UTC-7, stevesuny wrote:
>
> I want to do something similar, but instead of opening tiddlers, I want to 
> navigate to a selected one from among the filtered alternatives.
> <$select tiddler='$:/generated-list-demo-state'>
> <$list filter="[match{!!match}]">
> <option><$view field='title'/></option>
> </$list>
> </$select>
> but how to I get the selected option to become the current tiddler?
>

The <$select> widget just sets the target tiddler's text to the selected 
value.  It doesn't have the ability to send a "tm-navigate" message or 
trigger an action widget by itself.

However, if you don't mind having to perform a second click, you could add 
this:

<$link to={{$:/generated-list-demo-state}}>GO!</$link>

enjoy,
-e
Eric Shulman
ELS Design Studios
TiddlyTools - "Small Tools for Big Ideas!"
InsideTiddlyWiki: The Missing Manuals

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61b6dc2a-ab66-4174-bf95-61fd93ef6377%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to