i try to Create to create a “dynamic editor toolbar buttons” and followed the description under https://tiddlywiki.com/
<$action-sendmessage
$message="tm-edit-text-operation"
$param="wrap-selection"
prefix="''"
suffix="''"
/>
if i insert
<$action-sendmessage
$message="tm-edit-text-operation"
$param="wrap-selection"
prefix=" <a href=" "
suffix=" " target="_blank" tooltip="show">{{ICON.png}}</a> "
/>
the buttons does not work…
what can i do different - thanks for help