The saveTiddler method of a TiddlyWiki class object is typically called in response to the author clicking the 'done' link after editing a tiddler.
This method takes six parameters:
  • the old title of the tiddler
  • the new title of the tiddler
  • the tiddler's source code
  • the name of the author
  • the modification date
  • the tags (as an array of strings).
This feeds directly into Tiddler's set method, and does not save changes to the document on disk.
bag
tiddlywikidev_public
created
Mon, 29 Nov 2010 16:51:56 GMT
creator
colmbritton
modified
Tue, 31 May 2011 14:15:17 GMT
modifier
jon
tags
common
method
theme
TWDocTheme