This demo shows the problem: http://winproblem.tiddlyspot.com/
Using $action-navigate works in a separate window...IF the window was opened via the tiddler tool button "Open in new window"...but NOT if the window was opened via another button....but both ways use the same method, i.e tm-open-window
What am I missing?
<$action-sendmessage
$message="tm-open-window"
$param="""tid"""
template="tid"
/>
template="tid" parameter ....
If you remove this parameter from your $action-sendmessage,then the button works the same in both cases.
Your template is missing a navigator widget to handle the tm-navigate message.The default template includes a navigator widget.
[...] a more robust story management, such that you can save, switch, capture and restore stories and any list (field) for that matter. I for one would like to select a "project", which would restore a story list for that project, keep working on the project, then save the current story to that project and return to the default story or that of another project.
Similarly if we could build tools to swap, copy, share and change lists, we would add a new level of interaction to tiddlywiki.
The way I understand it the way we would do this is to change the settings with the navigator widget in the same way you need to consider for the OT.
Yes in many ways it is simple to do as I suggested but somtimes getting it to be really simple is quite complex ;)
regards
TW Tones