Hi all The documentation on tiddlywiki.com for the select widget neglects to include an example of the most obvious use case for such a widget: a dropdown list of links to tiddler titles that one can use to open one of the titles in the dropdown list.
How could I convert the example below, grabbed from the documentation, into what I need? I am guessing I need to integrate the action navigate widget, but am not sure how. Any help? <$select tiddler=<<qualify 'select-demo'>> default='HelloThere'> <$list filter='[all[shadows+tiddlers]tags[]sort[title]]'> <option value=<<currentTiddler>>><$view field='title'/></option> </$list> </$select> -- 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/07dca508-876e-4cc5-aac5-56f006e185f7n%40googlegroups.com.

