Skip to content

An plugin that can find the shortest path between two items in a given graph in the form of CSV.

License

Notifications You must be signed in to change notification settings

jerrywcy/obsidian-path-finder-csv

Repository files navigation

Obsidian Path Finder CSV Plugin

This plugin is developed based on jerrywcy/obsidian-path-finder.

This plugin may be still unstable to use.

Install

BRAT

  1. Install Obsidian42-BRAT plugin.
  2. Click Add new beta plugin and fill in jerrywcy/obsidian-path-finder-csv.
  3. Activate plugin.

Manually

  1. Download obsidian-path-finder-csv.zip from Releases.
  2. Decompress the .zip file and put the folder obsidian-path-finder-csv under path-to-your-vault/.obsidian/plugins/.
  3. Activate plugin(Maybe require refreshing).

Feature

Use data from csv to generate a graph

Setting: Graph Data Path

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.

Find shortest path between two files

Find Shortest Path

From: The item to start from.

To: The item to end with.

Find all paths between files as graph

Find All Paths As Graph

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.

Find all paths

Find All Paths

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.

Attribution

About

An plugin that can find the shortest path between two items in a given graph in the form of CSV.

Resources

License

Stars

Watchers

Forks

Packages

No packages published