The getOrphaned method of a TiddlyWiki class object returns an array of strings, each the name of an orphaned tiddler (a tiddler with no links to it). This array is sorted by name.
It takes no parameters and is used like this;
It takes no parameters and is used like this;
store.getOrphans();