HananoshikaYomaru / obsidian-3d-graph

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

[YOM-454] max node limit and Graph cache optimization #29

Closed HananoshikaYomaru closed 9 months ago

HananoshikaYomaru commented 9 months ago

Some people computer might have lower performance. We allows people to set the max node number. If the graph is bigger than node size number, the graph will not be rendered at all. They can change the query and make sure that their computer can handle it.

From SyncLinear.com | YOM-454

HananoshikaYomaru commented 9 months ago

https://github.com/HananoshikaYomaru/obsidian-3d-graph/blob/1b1830799a111c65977988096ee6ca78551508d9/src/main.ts#L130

We might need to optimized this as well