The fetchTiddler method of a TiddlyWiki class object returns an object of the Tiddler class that the TiddlyWiki contains.
It expects one parameter: the name of the tiddler.
Note: This is different from a null value.
This is a primitive method used by many other methods in the TiddlyWiki class.
It expects one parameter: the name of the tiddler.
store.fetchTiddler('Name Of Tiddler');
If the tiddler does not exist, then an undefined value is returned. Note: This is different from a null value.
This is a primitive method used by many other methods in the TiddlyWiki class.