I have a number of uses for Perlite, it really is a great product.
I have switched on the graph system which works fine in demo but not on your own site. It needs you to install the metadata extractor plug-in for Obsidian and also to remember to run the json output to create metadata.json.
The plug is quite old but stable.
In what follows site_directory is as per the setting in settings.php $rootDir = "site_directory" ; //"Demo"
In setup you need to set the file-write path to metadata with the full path and file name (ending in metadata.json) to C:\Users\username\etc...\site_directory\metadata.json and leave the box for filename of metadata file as blank
The metadata file produced includes links of the form "site_directory/......" whereas perlite expects the references to be relative to the site_directory. You need to do a global edit/replace in the metadata.json file to remove all occurrences of the leading site_directory/ to make graph work.
As a reminder the best working combination for all the internal links to work is path from current file in new link format and $relPathes = false; // in settings.php
I have a number of uses for Perlite, it really is a great product.
I have switched on the graph system which works fine in demo but not on your own site. It needs you to install the metadata extractor plug-in for Obsidian and also to remember to run the json output to create metadata.json.
The plug is quite old but stable.
In what follows site_directory is as per the setting in settings.php $rootDir = "site_directory" ; //"Demo"
In setup you need to set the file-write path to metadata with the full path and file name (ending in metadata.json) to C:\Users\username\etc...\site_directory\metadata.json and leave the box for filename of metadata file as blank
The metadata file produced includes links of the form "site_directory/......" whereas perlite expects the references to be relative to the site_directory. You need to do a global edit/replace in the metadata.json file to remove all occurrences of the leading site_directory/ to make graph work.
As a reminder the best working combination for all the internal links to work is path from current file in new link format and $relPathes = false; // in settings.php