This plugin is developed based on jerrywcy/obsidian-path-finder.
This plugin may be still unstable to use.
- Install Obsidian42-BRAT plugin.
- Click
Add new beta plugin
and fill injerrywcy/obsidian-path-finder-csv
. - Activate plugin.
- Download
obsidian-path-finder-csv.zip
from Releases. - Decompress the
.zip
file and put the folderobsidian-path-finder-csv
underpath-to-your-vault/.obsidian/plugins/
. - Activate plugin(Maybe require refreshing).
Set the path to the csv file containing graph data. Note: Relative path from the vault root to the csv.
Set it to empty and the plugin will behave the same as jerrywcy/obsidian-path-finder.
From: The item to start from.
To: The item to end with.
From: The item to start from.
To: The item to end with.
Length: The maximum length of all paths. Often a path that is too long can be meaningless, so length limitation may be necessary. Set 0 to show all paths regardless of length. Setting length to 0 may lead to Obsidian crushing due to mass amount of nodes rendering if your vault is too big, so use at your own risk.
Paths shown in the floating panel will be sorted from the shortest to the longest. Each path will be calculated on button click, so no need to worry about crushing.
From: The item to start from.
To: The item to end with.
Length: The maximum length of all paths. Set 0 to show all paths regardless of length.
Paths will be sorted from the shortest to the longest. Each path will be calculated on button click, so no need to worry about crushing.
genericTextSuggester.ts
andsuggest.ts
are taken from phibr0/obsidian-dictionary.d3ForceGraphWithLabels.ts
is taken and adapted from examples in d3Gallery with their links below:- https://observablehq.com/@d3/force-directed-graph
- https://observablehq.com/@d3/force-directed-graph-canvas
- https://observablehq.com/@d3/mobile-patent-suits
- https://observablehq.com/@d3/sticky-force-layout
- https://observablehq.com/@d3/zoom
- https://observablehq.com/@d3/temporal-force-directed-graph
- These examples above follow ISC License with the copyright message below:
- Copyright 2021 Observable, Inc.
- Released under the ISC license.