Hi,
I am excited to use the tm-open-window and the new tm-close-window and tm-close-all-windows.
I can already get windows to open, in this case I have designed it to allow all sidebar tabs to open in a separate window.
However I am keen to register the windows opened using the windowID and list open windows in a tab. Simultaneously I need to have a close window button appear in the open window to trigger a close but also De-register the window.
I assumed I could use the template parameter to include a heading, then transclude the original tiddler, and follow this with a close button.
However I just can’t find how to transclude the original tiddler inside the window. That is I can’t have my template and the original tiddler content in the window.
The open external window also allows us to click again and move focus to a windows previously open.
Using tm-open-window, Clicking the open windows a second time will not move focus to the existing window, it simply does nothing. - even with windowsTitle and windowID set.
Any advice Appreciated.