mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-05 18:20:38 -08:00
17 lines
No EOL
653 B
Text
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]] |