Replies: 2 comments 1 reply
-
Thanks @Acumane, here are my comments: I could see a setting there for "orphan" (just as we have one for "placeholder").
That to me should happen by applying a type to a node using the Foam API (once released).
I could see a setting there for "attachment" (just as we have one for "placeholder"/"orphan").
To Foam those files don't exist, I don't think they should be included in the graph (or Foam) in any shape or form.
Interesting idea |
Beta Was this translation helpful? Give feedback.
-
I'd like to tag onto this the ability to change the increment of growth for nodes with many edges. Currently, nodes will grow in size as edges are added, which is great. I would like to set the increment of growth so I can make it more obvious which nodes I really need to pay attention to. // for example, if size-increment is 2, then whenever a node gets another edge it will grow by 2 units.
"foam.graph.style": {
"node": {
"types": {
"note": "#FFF",
"placeholder": "#FFF",
"ect.": "..."
},
"size-increment": 2
}
} |
Beta Was this translation helpful? Give feedback.
-
I'd like this ticket to be a future-facing discussion following the likes of #436, from which many of the
foam.graph.style
settings were born. I'll update the following lists to reflect the conversation below.Note: @riccardoferretti & team intends for foam-core to be an extensible, minimal foundation upon which more niche, ancillary features can be built. Suggestions should therefore be considered for their compatibility with the vanilla experience.
To my knowledge, this is the current state of
foam.graph.style
s exposed to the user:Suggestions:
under
"node"
, I'd love color settings for:"notes":
,"notes/etc":
)"foam.files.ignore"
; for those that wish to maintain seperation between zettels and conventional, verbose notes... the latter would be hidden on the graph until referenced by a zettel node.Beta Was this translation helpful? Give feedback.
All reactions