Eric, The compact version did not work for me on tiddlywiki.com, however the previous does.
Can you tell me how to get the contents of the popup to open towards the left rather than the right? - If you move this to the $:/tags/ViewToolbar its not so elegant. Thanks for you answers! Regards Tones On Monday, 24 August 2020 10:05:54 UTC+10, Eric Shulman wrote: > > On Sunday, August 23, 2020 at 9:41:38 AM UTC-7, Eric Shulman wrote: >> >> Here's a different solution, using a popup $reveal with $buttons: >> <$button popup=<<qualify $:/temp/goto>>> goto </$button> >> <$reveal type="popup" state=<<qualify $:/temp/goto>> >> class="tc-drop-down" >> style="min-width:auto;max-height:10em;overflow-y:scroll;"> >> <$list filter='[all[tiddlers]sort[title]]'> >> <$button class="tc-btn-invisible" to=<<currentTiddler>>> >> <$text text=<<currentTiddler>>/> >> </$button> >> </$list> >> </$reveal> >> > > Even more compact version: > <$button popup=<<qualify $:/temp/goto>>> goto </$button> > <$reveal type="popup" state=<<qualify $:/temp/goto>> > class="tc-drop-down" > style="min-width:auto;max-height:10em;overflow-y:scroll;"> > <$list filter='[all[tiddlers]sort[title]]'><$link /></$list> > </$reveal> > > -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/94669a1e-decd-4545-b6ab-31b6ac817154o%40googlegroups.com.

