In my custom EventEditTemplate I have this
<span class='editor' macro='edit event_who'></span>
And in mt EventViewtemplate I have this line:
<span class='viewer' macro='view event_who'></span>
I wish to display the text in View template as wikified text, links to tiddlers by that name. For example if I enter [[John]] in edit mode it should display as a tiddlerlink in view mode. Is it possible?