> 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:
Instead of changing the handler, you can just use wikify() to directly
render a leading space into the 'li' element, prior to invoking the
handler, like this:
wikify(" ",li);
config.macros.tiddlerIcons.handler(li,"tiddlerIcons",
["="+results[t]]);
-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
-~----------~----~----~----~------~----~------~--~---