TiddlyWiki5/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9281-add-th-debug-element.tid
2025-12-02 10:31:19 +00:00

17 lines
No EOL
653 B
Text

change-category: developer
change-type: enhancement
created: 20251115011206881
description: Add th-debug-element hook to allow plugins to add additional info
github-contributors: pmario
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9281
modified: 20251115014302351
release: 5.4.0
tags: $:/tags/ChangeNote
title: $:/changenotes/5.4.0/#9281
type: text/vnd.tiddlywiki
This PR adds:
* `th-dom-rendering-element` hook, that is called right before the DOM node is inserted into the DOM
* It allows plugins to add debug info
* An example using an experimental hook can be found at: [[#9222|https://github.com/TiddlyWiki/TiddlyWiki5/pull/9222]]