This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/dev/

Hook: th-opening-default-tiddlers-list

 9th February 2017 at 11:55am

This hook allows plugins to add to or remove from the list of tiddlers that are opened when the wiki is first loaded or the home button is clicked.

Hook function parameters:

  • list: array of tiddler titles to be opened

Return value:

  • modified array of tiddler titles to be opened

Note that this hook is invoked with the tiddler titles that are generated from the filter in $:/DefaultTiddlers. Any added entries must be tiddler titles, not filter expressions.