Hi, Tony. Try adding it at the beginning. I had a similar problem and I inserted that line before the first reference to "tiddler" and it worked.
w On Jul 10, 3:34 am, TonyM <[email protected]> wrote: > Thanks Eris, > > I just don't have the knowledge to update your inline script > <script> > var out=[]; > for (var i=0; i<tiddler.tags.length; i++) { > var tid=store.getTiddler(tiddler. > tags[i]); > if (tid && tid.isTagged("project") > out.push("[["+tiddler.tags[i]+"]]");} > > return out.join(" "); > </script> > > to include > tiddler=store.getTiddler(story.findContainingTiddler(place).getAttribute('tiddler')); > > Such that I can transclude the above script. > > So I am stumped. > > I will eventually work it out but it is the old story I don't know what I > don't know, so the only answer is to know everything about java script. > > Regards > Tony > > > > > > > > On Monday, 9 July 2012 22:49:21 UTC+10, Eric Shulman wrote: > > > > The Script does almost everything I want except I must insert it in > > every > > > tiddler I want this to happen in. Unfortunately if I transclude the > > script > > > from "anotherTiddler" it will return the result against the tags of the > > > "anotherTiddler" not the transcluding one. > > > See my prior response, where I explained how to get the current > > "containing tiddler", rather than the transclusion tiddler: > > >http://groups.google.com/group/tiddlywiki/msg/21473ace780529e7 > > > -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.

