jasonmotylinski / hierarchical-outgoing-links

Obsidian.md plugin which displays outgoing links as a hierarchy
MIT License
10 stars 0 forks source link
obsidian-md obsidian-plugin

Hierarchical Outgoing Links

Overview

Displays outgoing links for the active document as a hierarchy based on the folder structure of the references.

image

Motivation

In the age old folders vs tags debate I tend to lean heavier on physically structuring notes into high level categories. The tag hierarchy display provides a nice overview of tags and how they relate to each other and I wanted something similar that leveraged the folder structure to display outgoing links as a tree.

Example

Here's a comparison of the core plugin vs the hierarchical outgoing links plugin in action.

This is how the out-of-the-box core outgoing links plugin displays links: image

This is how this plugin displays links: image

Features

Commands

The following commands are available in the Obsidian Command Palett:

Command Description
Show hierarchical outgoing links Displays the panel in the event it was closed

Development

Setup

npm install

Running

npm run dev