I want an additional separate browser window to open when I surf to my TW, i.e the same result as when clicking the tiddler toolbar button "Open in new window".
The hope is to make my plugin
TW Admin so that one can surf directly to
http://.../#tw-admin and have the tiddler show in a separate window right away. The separate window should not open if that tiddler is not in the url. I guess it would be good if it always opens that tiddler as a separate window if it appears .
The ideal would be for this to be made in wikitext but I suspect that is not possible.
The "Open in new window" button relies on the tw-open-window message, which is defined in:
https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/startup/windows.js...but I'm guessing it is some other mechanism that would trigger it on startup, perhaps
https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/startup/load-modules.js
Unfortunately, I have no idea what to do next.
Generally it would be cool if one could tag tiddlers to have them open separately on startup, but that is more than I need in my particular case where I only want a specific tiddler to open separately.
An alternative might be to add a what's-it-called to the url like so
http://....:foo i.e a colon with some parameter that triggers something that is defined in the TW. I believe Tobias and Jed have experimented with such things.
So - any ideas how this can be made?
Thanks!
<:-)