Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mottox2/obsidian-relation-pane
https://github.com/mottox2/obsidian-relation-pane
obsidian-md obsidian-plugin svelte typescript
Last synced: 3 months 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 (12 months ago)
- Last Synced: 2024-10-12T05:09:00.742Z (4 months ago)
- Topics: obsidian-md, obsidian-plugin, svelte, typescript
- Language: TypeScript
- Homepage:
- Size: 2.77 MB
- Stars: 22
- 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.
![screenshot](./screenshot.png)
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).