1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-01 10:12:18 +00:00

Merge branch 'tiddlywiki-com'

This commit is contained in:
Jeremy Ruston
2025-07-25 08:38:30 +01:00
2 changed files with 5 additions and 3 deletions
@@ -9,11 +9,11 @@ type: text/vnd.tiddlywiki
The button widget displays an HTML `<button>` element that can perform a combination of optional actions when clicked:
* Executing any ActionWidgets passed in the `actions` attribute
* Executing any ActionWidgets that are immediate children of the button widget
* Executing any ActionWidgets passed in the `actions` attribute, which is the preferred approach
* Executing any ActionWidgets that are immediate children of the button widget, which is now deprecated in favour of using the `actions` attribute
* Execute any integrated actions:
** Navigate to a specified tiddler
** Dispatch a user defined [[widget message|Messages]]
** Dispatch a user defined [[widget message|Core Messages]]
** Trigger a user defined [[popup|PopupMechanism]]
** Assign new text to a specified tiddler
+2
View File
@@ -623,3 +623,5 @@ Wu Peiyuan, @s793016, 2025/06/10
Markus Sauermann, @Sauermann, 2025/06/20
@bobjoe12131, 2025/07/01
Ioannis Anthymidis (Ιωάννης Ανθυμίδης), @superuser-does, 2025/07/06