FYI, beware the google group wrapping . . . <html> .. .. .. </html> should be one line each
Hopefully this is what you are looking for, I did play with the tiddler method no luck just yet Mike On Jan 11, 5:11 pm, Mike <[email protected]> wrote: > This is an older way to do this . . . (I need to update to the tiddler > method, should be a pretty easy modification) > > In a tiddler (example) > > !!![[Choose a Realm|Apps]] > <html><a href="javascript:void(0)"onclick="story.closeAllTiddlers > ();story.displayTiddlers(null,store.getTiddlerText > ('Realm##Home').readBracketedList())">Home</a></html> > <html><a href="javascript:void(0)"onclick="story.closeAllTiddlers > ();story.displayTiddlers(null,store.getTiddlerText > ('Realm##Work').readBracketedList())">Work</a></html> > <html><a href="javascript:void(0)"onclick="story.closeAllTiddlers > ();story.displayTiddlers(null,store.getTiddlerText > ('Realm##Troubleshoot').readBracketedList())">Troubleshoot</a></html> > <html><a href="javascript:;" onclick="story.closeAllTiddlers();restart > ();" title="Restart Display">Default</a></html>/% > !!!Home > [[Home]] [[Projects]] [[TwStart]] > !!!Work > [[Work]] [[Projects]] [[TwStart]] > !!!Troubleshoot > [[PluginManager]] [[systemConfig]] [[SideBarTabs]] [[SideBarOptions]] > !!!end > %/ > > hope that helps, > > Mike > > On Jan 11, 3:51 pm, than <[email protected]> wrote: > > > hi there > > > I want to open multiple tiddlers from a single link > > had a good look around > > > Ive got this working: > > <<tiddler {{ > > var tidlist="[[Wish List]] Contact GettingStarted"; > > story.displayTiddlers(null,tidlist.readBracketedList()); > > "";}}>> > > > but i want several links in a tiddler which each map to many tiddlers, > > not a tiddler that automatically opens with others. > > > no joy from this business: > > > <<tiddler OpenTaggedTiddlers with: "click me..." sample title reverse > > "" 3>> > > > and have the sense that it may be contingent on the MatchTagsPlugin? > > but cannot import anything due to this being the only response from > > the import function: > > "Error getting list of tiddlers, click Cancel to try again" (never > > known this work... what am i missing?) > > and not getting on well importing manually. > > > can anyone step me through it like a non -programmer? > > cheers > > nathaniel
-- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

