Assuming you are using tiddlywiki 5, the easiest way is probably using a button and action-navigate like this (using tiddlywiki.com as an example because that is where I tested it):
<$button class='tc-btn-invisible tc-tiddlylink'>Test <$action-navigate $to=HelloThere $scroll=no/> <$action-navigate $to=About $scroll=no/> </$button> Just change HelloThere and About to whatever tiddlers you want, and add more action-navigate widgets as needed. The tc-btn-invisible and tc-tiddlylink classes make it look like a normal link to a tiddler. If you do want the wiki to scroll to the newly opened tiddlers just remove the $scroll=no part. -- 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/ed837950-a697-4ffa-8c7e-430fda79ce5d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

