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.
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.
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.