> <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
-~----------~----~----~----~------~----~------~--~---