mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 13:06:46 +00:00
@danielo515 this enhancement is intended to make it easier to implement things like the auto tag plugin. Does it meet your needs?
11 lines
578 B
Plaintext
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.
|