There should be a triple end-parentheses after Default Tiddlers:
('DefaultTiddlers')) )"It also won't work if there are hard returns, but that may just be the formatting provided by Google. cmari On May 9, 8:10 am, Måns <[email protected]> wrote: > Hmm - I can't make it work.. > I've written this: > <html><a href="javascript:void(0)" onclick="story.closeAllTiddlers > ();story.displayTiddlers(null,store.filterTiddlers(store.getTiddlerText > ('DefaultTiddlers')) "><span title="Close all tiddlers and open the > defaulttiddlers" style="cursor:pointer">''Home''</span></a></li></html> > > YS Måns Mårtensson > > On May 9, 2:16 pm, Eric Shulman <[email protected]> wrote: > > > > <html><a href="javascript:void(0)" onclick="story.closeAllTiddlers > > > ();story.displayTiddlers(null,store.getTiddlerText > > > ('DefaultTiddlers').readBracketedList())" > > > > ><span title="Close all tiddlers and open the defaulttiddlers" > > > >style="cursor:pointer">''Home''</span></a></li></html> > > > > Can I somehow get the tiddlers tagged with "startup" into the script > > > too - or is there a workaround?? > > > replace this: > > store.getTiddlerText('DefaultTiddlers').readBracketedList() > > with: > > store.filterTiddlers(store.getTiddlerText('DefaultTiddlers')) > > > enjoy, > > -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

