> <<tiddler ListPartners with: "SomeProject">>
> then I get a comma-separated list of all the project partners. So far
> so good!
> <span macro="tiddler ListPartners with:'{{title}}'"></span>
> The start and end dates of the project appear fine but I cannot work
> out how to get the partner list to appear - the problem is how to pass
> the title of the tiddler being viewed into the ListPartners macro?
Try this:
<span macro="tiddler ListPartners with:{{tiddler.title}}"></span>
note: in order to use the tiddler.title reference, you need to be
using TW2.4.3 or above (or have TiddlyTools CoreTweaks installed...
specifically core tweak #444).
enjoy,
-e
Eric Shulman
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---