https://github.com/mottox2/obsidian-relation-pane
https://github.com/mottox2/obsidian-relation-pane
obsidian-md obsidian-plugin svelte typescript
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mottox2/obsidian-relation-pane
- Owner: mottox2
- License: mit
- Created: 2022-10-11T14:10:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T06:31:47.000Z (about 1 year ago)
- Last Synced: 2025-03-18T17:59:47.682Z (28 days ago)
- Topics: obsidian-md, obsidian-plugin, svelte, typescript
- Language: TypeScript
- Homepage:
- Size: 2.77 MB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - mottox2/obsidian-relation-pane - (TypeScript)
README
# Obsidian Relation Pane
Obsidian (https://obsidian.md) plguin to summarize relations between notes.

This plugin showes note links for the following conditions:
1. notes linked from this note
2. notes linked to this note
3. notes linked from this note included in 1.
4. uncreated notes but not created linked from this notes## Usage
After enabling the plugin in the settings menu, you should see the relation view appear in the right sidebar.
This plugin outputs a list of related notes from the note links.
## Credit
This plugin is inspired by [tokuhirom/obsidian-2hop-links-plugin](https://github.com/tokuhirom/obsidian-2hop-links-plugin) and [Scrapbox 2hop links](https://scrapbox.io/shokai/2_hop_link).