Thanks!
One change:
config.macros.tiddlerIcons.handler(place,"tiddlerIcons",
["="+results[t]]);
since params is an array.
Todd
On Nov 3, 1:29 pm, Eric Shulman <[EMAIL PROTECTED]> wrote:
> > How do I call a plugin function from another macro?
>
> Try this:
>
> if (config.macros.tiddlerIcons)
>
> config.macros.tiddlerIcons.handler(place,"tiddlerIcons","="+results[t]);
>
> Note use of conditional to ensure that the function is NOT called if
> it is not defined, e.g., if TiddlerIconsPlugin isn't installed (or has
> been disabled via the 'systemConfigDisable' tag).
>
> 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
-~----------~----~----~----~------~----~------~--~---