mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
9 lines
643 B
Plaintext
9 lines
643 B
Plaintext
created: 20141122200310516
|
|
modified: 20141122200310516
|
|
title: Hook: tc-opening-default-tiddlers-list
|
|
type: text/vnd.tiddlywiki
|
|
|
|
This hook allows plugins to add aditional tiddlers to those specified in [[$:/DefaultTiddlers]].
|
|
|
|
The function definition takes a list of tiddlers as it's argument and should return a modified list of tiddlers to display when the wiki is first loaded or the home button is pressed. This hook is invoked after ``$tw.wiki.filterTiddlers`` is called on the contents of [[$:/DefaultTiddlers]] and it is therfore not correct to append additional filters to the list argument as they will not be subsequently applied.
|