Hi!
I know how to open an external window with tm-open-external-window
. Here is an illustration using a button:
<$button>
<$action-sendmessage $message="tm-open-external-window" $param="https://mynoise.net/NoiseMachines/whiteNoiseGenerator.php" windowName="background_noise" windowFeatures="height=400, width=600"/>
Play background noise
</$button>
But I can’t see if there is any way to close this window from within my wiki? tm-close-window
can close tiddlers opened with a windowID
parameter, but there is no documented way to assign a windowID
when using tm-open-external-window
.
Can anyone help at all?
Links: