Try this script (requires InlineJavascriptPlugin)

Put in in a tiddler named 'OpenTiddlersByTag'
-------------------------------------------
<<tiddler OpenTiddlersByTag##script with: yourtag>>
/%
!script
<script label="OpenTiddlerByTheTag">
var msg=store.getTaggedTiddlers('$1');
var list=msg;
story.closeAllTiddlers();
story.displayTiddlers(msg,list);
</script>
!end
%/
----------------------------------------------

This closes all other tiddlers first.

If you delete story.closeAllTiddlers(); it opens your tiddlers in
addition to what is already open.

Morris




On Jan 12, 8:51 am, 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.


Reply via email to