On Sunday, August 23, 2020 at 8:41:45 AM UTC-7, David Gifford wrote:
>
> ...a dropdown list of links to tiddler titles that one can use to open one 
> of the titles...
> ...I am guessing I need to integrate the action navigate widget, but am 
> not sure how...
>

<$vars selection=<<qualify $:/temp/goto>>>
<$select tiddler=<<selection>> actions="<$action-navigate $to={{{ [
<selection>get[text]] }}}/>">
   <$list filter='[all[tiddlers]sort[title]]'>
      <option><<currentTiddler>></option>
   </$list>
</$select>
</$vars>

Note: the actions="..." is only performed when the selection *changes*.  
Thus, if you already have a current selection in the list, clicking it will 
do nothing.

enjoy,
-e

-- 
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/d6314a00-d933-4fe9-9db3-48da1ac1f2e8o%40googlegroups.com.

Reply via email to