natefrisch01 / Graph-Link-Types

Link types for Obsidian graph view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing Nodes Leaves Text On Stage

natefrisch01 opened this issue · comments

  • Try using pointers to links and not strings as map key.
  • While iterating through renderer.links, if link is not part of map, add it.
  • While iterating through renderer.links, asd each link to a disjoint set. Then, iterate over the map and remove any links that are not in that set.