-
-
Notifications
You must be signed in to change notification settings - Fork 100
Graph
sec77 edited this page Sep 22, 2023
·
5 revisions
To enable the Graph you need to install the plugin Metadata Extractor, you can install it via the build-in Community Plugin Browser
- Make sure to turn on the plugin
- In the settings, set the path of the metadata.json to your local vault root folder (like
C:\Users\John\MyNotes\metadata.json
, when your vault is MyNotes). If you transfer your vault later to a webserver, make sure the metadata.json will be transferred too. - Also dont forget to set a timer how often the file should be written or just enable
Write JSON files automatically when Obsidian launches
You can read more about how the graph is working on my blog post: https://secure77.de/perlite/
The Graph is implemented with vis.js, so there are many options you can play on with, you can adjust them via the options
object in the perlite.js
There are also some Frontend Options for the Graph available:
📔 If you have a lots of Nodes the global Graph will take some time to load, you may want to turn of the "Orphans" Setting to speed this up.