org-roam / org-roam-ui

A graphical frontend for exploring your org-roam Zettelkasten
GNU General Public License v3.0
1.99k stars 109 forks source link

Add configuration option to disable global graph #284

Open Zetagon opened 1 year ago

Zetagon commented 1 year ago

The global view has long been pretty useless to me, I just have too many nodes for it (which isn't a problem of org-roam-ui btw!). As it stands I currently call org-roam-ui-open, wait for a while while the fans start spinning and the website becomes responsive, and then call org-roam-ui-change-local-graph. It would be nice to be able to skip to the last step and immediately open a local graph.

Preferably starting org-roam-ui wouldn't send all the nodes to the webpage, only those that are needed, but I don't know how difficult that would be.

Originally posted by @Zetagon in https://github.com/org-roam/org-roam-ui/discussions/6#discussioncomment-4656490