I found two more hints:
In the list handler function, use "li" as the place to put the icons
after the tidder title:
config.macros.tiddlerIcons.handler(li,"tiddlerIcons",
["="+results[t]]);
In the tiddlerIcon handler function, add a space to the front of the
first icon:
if (this.map[tags[t]])
imgs.push(img.format(this.map[tags[t]]));
wikify(" " +
imgs.join(" "),place);
}
On Nov 4, 1:42 pm, Eric Shulman <[EMAIL PROTECTED]> wrote:
> > One change:
> > config.macros.tiddlerIcons.handler(place,"tiddlerIcons",
> > ["="+results[t]]);
> > since params is an array.
>
> oops! :-)
>
> -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
-~----------~----~----~----~------~----~------~--~---