secure-77 / Perlite

A web-based markdown viewer optimized for Obsidian

Home Page:https://perlite.secure77.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweak graph performance

secure-77 opened this issue · comments

commented

If you have a lots of notes the performance of the grap overview really takes time. I want to try to optimise this by changing the physics

var options = {
  physics: {
    solver: 'forceAtlas2Based'
  }
};

based on this: visjs/vis-network#370

commented

Implemented in version 1.5.4 + a loading graph indicator