ah ha!

After much digging through some badly formed templates, I narrowed it
down to this:

<span macro='wikify "@@color(#cc0000): %0@@" text'></span>

which is *correct*.  So I double-checked your installed copy of
WikifyPlugin, and found that it was version 1.1.1, while the current
version is 1.1.3.  What was even more surprising was that, when I
checked the code in v1.1.3, I found this line:

wikify(out,place);

which does the actual rendering work for the <<wikify>> macro, but was
missing two parameters, one of which is the current 'tiddler' value.
Thus:

wikify(out,place,null,tiddler);

You can get the update (v1.1.4) here:
   http://www.TiddlyTools.com/#WikifyPlugin
   http://www.TiddlyTools.com/#WikifyPluginInfo

I also took the liberty of updating your test case document to confirm
that the corrected plugin fixes your specific problem... and it does.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to