New plugin: Custom Node Size

Hi! I think a lot of people like to look at their graph and navigate through it to find the files they need. It was a big surprise to me that I can’t resize a node to better understand the graph. I wrote my own plugin for that.

It will especially help people who structure their vault like this:

.
└── My note/
    ├── Content/
    │   ├── Header 1
    │   ├── Header ...
    │   └── Header N
    └── My note.md

All you need to do is set the node_size property for each note. Then you’ll have something like this:

I recommend reading the restrictions in my Github repository before using it.

My plugin will not break the display of your old notes in the graph that don’t have the node_size property.

This is my first contribution in Obsidian and I hope it helps someone. If you have any problems, create an issue in my Github repository. If you have any questions, you can ask them below or here.