The global function wikify renders TiddlyWiki source code into an element. There are four parameters to this function:

  • the source code to render
  • the DOM element to render into
  • a regular expression to highlight
  • the Tiddler that the source belongs to

At it's simplest it is used like so
wikify("String to ''wikify'', place);
Which would display as below (if place was this location):
String to wikify

Also see

bag
tiddlywikidev_public
created
Thu, 25 Nov 2010 12:16:08 GMT
creator
colmbritton
modified
Tue, 31 May 2011 14:07:24 GMT
modifier
jon
tags
globalfunction
theme
TWDocTheme