The removeTiddler method of a TiddlyWiki object removes a tiddler from the TiddlyWiki. It takes one parameter: the name of the tiddler to delete. E.g.
store.removeTiddler('TiddlerTitle');

It wil notify the functions set as listeners with addNotification and set the dirty flag.
Note: If the tiddler does not exist it returns silently.
bag
tiddlywikidev_public
created
Tue, 30 Nov 2010 18:09:42 GMT
creator
colmbritton
modified
Wed, 09 Mar 2011 12:40:05 GMT
modifier
jon
tags
method
store
theme
TWDocTheme