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

11 lines
578 B
Plaintext
Raw Normal View History

2014-11-22 20:06:18 +00:00
created: 20141122200310516
modified: 20141122200310516
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
2014-11-25 19:33:12 +00:00
The function takes a list of tiddlers as its only argument and returns a modified list of tiddler titles to display.
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.