Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Dev:CreateTiddler
TiddlyWiki Community Wiki
The createTiddler method of a TiddlyWiki object instantiates a Tiddler 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. You may want to use the global function createTiddler instead.

