You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic graph layout is simple but does it job... most of the time.
It would be nice though to somehow pin certain core nodes at specific positions relative to each other, so they will remain further apart and stable.
I recognize this is an exotic request, so perhaps this does not require any UI solution, but simple hard-coding of the coordinates in the graph settings. I have ~0 experience with Typescript but will be happy to work on that feature. I see it as one of two options:
Option 1.
In foam.settings.json, add graph settings per node, e.g:
thanks for this, I am definitely open to the idea. We have various graph related proposal but atm no-one available to work on the, so for now I am tagging this for easy future retrieval
Casyfill
changed the title
Pin topics on the graph layout
Pin topic (node) position on the graph layout
May 17, 2021
The basic graph layout is simple but does it job... most of the time.
It would be nice though to somehow pin certain core nodes at specific positions relative to each other, so they will remain further apart and stable.
I recognize this is an exotic request, so perhaps this does not require any UI solution, but simple hard-coding of the coordinates in the graph settings. I have ~0 experience with Typescript but will be happy to work on that feature. I see it as one of two options:
Option 1.
In
foam.settings.json
, add graph settings per node, e.g:or
Option 2
Via tags in markdown file's settings, e.g.
That would be aligned with the proposals here
The text was updated successfully, but these errors were encountered: