1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00
TiddlyWiki5/editions/dev/tiddlers/new/th-opening-default-tiddlers-list.tid

18 lines
621 B
Plaintext
Raw Normal View History

2014-11-22 20:06:18 +00:00
created: 20141122200310516
2017-02-09 15:42:55 +00:00
modified: 20170209115548070
tags: HookMechanism
title: Hook: th-opening-default-tiddlers-list
2014-11-22 20:06:18 +00:00
type: text/vnd.tiddlywiki
2014-11-25 19:33:12 +00:00
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.
2014-11-22 20:06:18 +00:00
2017-02-09 15:42:55 +00:00
Hook function parameters:
* ''list'': array of tiddler titles to be opened
Return value:
* modified array of tiddler titles to be opened
2014-11-25 19:33:12 +00:00
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.