The getTiddlers method of a TiddlyWiki class object returns an array of every tiddler in the TiddlyWiki, sorted by a field. Its only parameter, the name of the field to sort on, is optional. This can be any property of the Tiddler class. If the TiddlyWiki is empty, an empty array is returned.
var tiddlers = store.getTiddlers();
bag
tiddlywikidev_public
created
Tue, 24 May 2011 10:33:45 GMT
creator
jon
modified
Tue, 31 May 2011 14:15:26 GMT
modifier
jon
tags
common
method
store
theme
TWDocTheme