Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Dev:CreateTiddlyText
TiddlyWiki Community Wiki
The createTiddlyText global function adds a text node to an existing DOM element. It takes two parameters:
- the DOM element to add the text to
- the text to add
This function returns the first parameter.

