-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep initial node position when in "Floating nodes" mode #345
Comments
Hi Felix, Firstly - this is remarkable work and unlocks so many possibilities. For years I have been looking for a way to provide medical algorithms in a recognizable format, but with detailed notes on each decision step and branch. This looks like its a near perfect solution. I noticed this issue and thought I would ask a related question. I hope that it is appropriate to do so here. Again, apologies if this was entirely the wrong place for this question. Thanks again for such a fantastically useful tool. Regards and best wishes, Geoff. |
Hi @gtothill thanks for kind words and the positive feedback. |
Thanks Felix, Yes - I think that you are right - it is almost exactly what is being described by @damscal in his post. Doing what he described with the addition of more rigid formatting of the map would be incredibly useful and turn the combination of tiddlywiki and map into a near perfect algorithm deployment tool. I completely understand the pressures that you must be under on this project and will wait with baited breath. Thanks again, I'll check back often to see if anyone else sees this to be useful. Thanks again for your reply. Cheers, Geoff. |
Felix - I have just re read @damscal post. It certainly suggests some very powerful features. In fact, to achieve what I am describing, all that really needs to change is that live view remembers the layout of the nodes and maintains that, showing the relationships as it does currently and re centering on the node in focus. Im guessing that this, reduced scope is less challenging (but then I don't claim any expertise!). Would you like me to start this as a new request? |
the original purpose of this ticket is solved, which is that in "floating nodes" mode, the positions are persisted as well so when visiting the same map later again after closing, nodes are found in (roughly) the same positions. The other topic that came up in this discussion (#345 (comment)) is discussed and solved here: #346 |
Currently, everytime a view with "floating nodes" is opened again, the nodes have completely repositioned themselves, which hinders the mind to memorize positions.
The layout should stay similar to how it was positioned itself before.
The text was updated successfully, but these errors were encountered: