Hi everyone, As a quick workaround, to get back that much desired functionaility (and fix my spaces), I created a most simple macro called "Evalify" and put it into a dedicated plugin-space [1] from which to included it. It evals a statement and wikifies the returned string into either place or any element with an ID specified as the second parameter.
Thus... <<evalify [[readOnly?'':'<<tiddler ConditionalContent>\>']]>> ...wikifies ConditionalContent into place. <<evalify [[readOnly?'':'<<tiddler ConditionalContent>\>']] MySpecialSidebarContainer>> ...wikifies ConditionalContent into MySpecialSidebarContainer. Please note that it exposes the same security risks as presumably exposed by the standard parameter evaluation in the tiddler macro or the eval statement in HideWehenPlugin or the eval staements in other plugins that I wouldn't know of (yet). Cheers, Tobias. [1] http://evalify.tiddlyspace.com -- 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.

