The createTiddler method of a TiddlyWiki class object instantiates a Tiddler class object. It takes one parameter, which is the title of the tiddler requested. If a tiddler hasn't previously been created by the author, an empty Tiddler object is returned.
This method does not link the Tiddler in any way to the TiddlyWiki. See TiddlyWiki.prototype.saveTiddler.
This method does not link the Tiddler in any way to the TiddlyWiki. See TiddlyWiki.prototype.saveTiddler.