There may be a simpler way to accomplish what I want. What I am trying to do is write a macro that returns all tiddlers tagged with this one and some additional tags (parameters to the macro).
Does this help the solution? -- Bobman On Tue, Jul 21, 2009 at 8:17 AM, Bob Paige <[email protected]> wrote: > Mark, > Thanks for the response. > > I tried this within a macro and 'here' is null. > > -- > Bobman > > > On Mon, Jul 20, 2009 at 11:14 PM, Mark S. <[email protected]> wrote: > >> >> <script> >> var here = story.findContainingTiddler(place) ; >> var title = here.getAttribute('tiddler') ; >> wikify(title,place) ; >> </script> >> >> (Code somewhat lifted from that of Eric Shulman) >> >> HTH >> Mark >> >> On Jul 20, 8:53 am, bopaige <[email protected]> wrote: >> > Is it possible, within a script, to know the name of the tiddler that >> > is calling it? I want to develop a simple script that does something >> > based on the name of the tiddler that is calling it. >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

