1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 17:23:16 +00:00
TiddlyWiki5/editions/dev/tiddlers/new/th-opening-default-tiddlers-list.tid
Jermolene 424b2fea32 Add th-saving-tiddler hook for autotagging etc.
@danielo515 this enhancement is intended to make it easier to implement
things like the auto tag plugin. Does it meet your needs?
2015-09-08 16:16:50 +01:00

11 lines
578 B
Plaintext

created: 20141122200310516
modified: 20141122200310516
title: Hook: th-opening-default-tiddlers-list
type: text/vnd.tiddlywiki
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.
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.