Now that Obsidian supports a YAML frontmatter, I thought it would be cool if we could use it to customize the appearance of the note’s appearance in Graph View.
For instance, imagine I have a MOC note for currently on going projects. I would like to have this note to stand out in the Graph View, for instance, by having this note’s node colored red in the Graph View. I could write something on the frontmatter like:
---
node_color: #FF0000
---
And Obsidian will fill this node with a bright red. Similarly, we could have a graph_hidden: true to hide the node from Graph View. You get the idea.