mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
663 B
Plaintext
18 lines
663 B
Plaintext
|
created: 20170209115611070
|
||
|
modified: 20170209145906743
|
||
|
tags: HookMechanism
|
||
|
title: Hook: th-deleting-tiddler
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
This hook allows plugins to inspect tiddlers before they are deleted via the ''delete'' toolbar button. When the delete button is used from the edit toolbar there are actually two invocations of the `th-deleting-tiddler` hook function: one for the original tiddler and one for the draft.
|
||
|
|
||
|
Note that this hook is not invoked for tiddlers deleted by other means such as the ActionDeleteTiddlerWidget.
|
||
|
|
||
|
Hook function parameters:
|
||
|
|
||
|
* ''tiddler'': tiddler object about to be deleted
|
||
|
|
||
|
Return value:
|
||
|
|
||
|
* unmodified tiddler to be deleted
|