HananoshikaYomaru / obsidian-3d-graph

👓 A 3D graph for Obsidian!
https://yomaru.dev
MIT License
129 stars 4 forks source link

[YOM-487] fail to create group, group input is missing #49

Closed HananoshikaYomaru closed 1 year ago

HananoshikaYomaru commented 1 year ago

original from https://www.reddit.com/r/ObsidianMD/comments/17j2lac/comment/k6z4fpw/?utm_source=share&utm_medium=web2x&context=3

https://imgur.com/a/cWDqFkj

YOM-487

1AshenPage1 commented 1 year ago

Image 30 10 2023 at 10 19 AM

So now, for some reason, the names of the files in the graph became unreadable. No idea what happened. I opened obsidian in the morning, and just saw it.

1AshenPage1 commented 1 year ago

Also, here is the recoding on the missing Groups tab, I have sent in on reddit before but will send it here too

https://github.com/HananoshikaYomaru/obsidian-3d-graph/assets/108221764/0e6312ef-ea88-484e-96cd-e096ab65ea8a

HananoshikaYomaru commented 1 year ago

Image 30 10 2023 at 10 19 AM

So now, for some reason, the names of the files in the graph became unreadable. No idea what happened. I opened obsidian in the morning, and just saw it.

@DanielWalker1 first of all, thx for trying the graph. They are seperate issue. The default node color is controlled by css. You can check the README. The label text default color can also be changed by css

CleanShot 2023-10-30 at 10 02 08@2x
.graph-3d-view .node-label {
  color: #00ff00;
}

so basically if there is probably related to the default color (although I am not sure why because I have no such problem), you can use css to fix it.

1AshenPage1 commented 1 year ago

So I have corrected the colour with the css, and now, magically, the groups appeared and are working.

How, I have no idea but it works Image 30 10 2023 at 7 00 PM

HananoshikaYomaru commented 1 year ago

I don't know too. But glad you make it work 😁. Hope you enjoy the plugin. Now I will close this issue.