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();