Thank you so much for helping me.
@Daniyal-Ahmed awesome, wasn’t sure if it was the same one, thanks for the recommendation it’s a cool site!
No Problem!
Yeah ! Getting Hex codes on the go for css is Quite helpful!
Really great, appreciate your post!
Glad to help!
Can I change the color of the specific node?
For example to add some CSS code to the end of [[Sun 20 1101]]:
.graph-view.color-fill { color: #ff0000; }
and it will change it to red.
that’d be interesting not sure how to do it
I don’t know about that functionality but if it could be implemented, I am suggesting that the color of the node on graph of any note could be declared by adding a tag of the color name directly in the note! That will be good !
that’d be awesome
It would be amazing to be able to color all nodes that have a specific tag. eg so I would color all my nodes tagged with #people so I can see all the people color-coded in the graph.
oh that’s literally this Provide tags as graph CSS classes/attributes to allow coloring of graph nodes
Thank you @Daniyal-Ahmed! You made my first venture into customization incredibly easy.
It would be very accessible if someone made a tutorial like this for a whole theme! It would help a lot of people. Pleased to help!
Thank you for the helpful post, can you explain what the “fill tag” does? I added and enabled this CSS as a snippet, and then added a tag to one of my notes, and enabled “Tags” in the graph view, but nothing changed in the resulting graph (and no change after reloading either).
That is unusual! Can you do the following;
Ah - I see what is happening. I expected that a note with a tag would be shown as a highlighted node, but instead the tag is shown as a separate highlighted node of its own. It was my misunderstanding fo the functionality. Unfortunately it’s not helpful for my scenario but now I understand the actual usage. Thanks for your help.
Actually, What you are aiming for can be done by the new graph feature. (Actually it has been around for a while now) You can specify tag and the corresponding color of notes in graph containing those tags.
Does anyone know the CSS to customize the color of the Orphaned notes circle in the Graph? I don’t see this line of code in the CSS file.
Can one use the color defined in the YAML frontmatter?