This function gets the plain text from wikitext (i.e. it strips the wikitext markup and returns just the text). It does this by wikifying into a hidden div using the Wikifier.prototype.subWikify() function, and calling getPlainText() on the hidden div. It then removes the hidden div and returns the text.

It takes no arguments

NOTE: this doesn't return html

bag
tiddlywikidev_public
created
Wed, 09 Mar 2011 12:42:02 GMT
creator
bengillies
modified
Tue, 31 May 2011 09:21:58 GMT
modifier
jon
tags
method
wikifier