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/939cb90e-015a-46b5-8022-0b69a5bc6c92o%40googlegroups.com.

