Trikzon / obsidian-web-browser

An Obsidian plugin that lets you browse the web within Obsidian.
MIT License
156 stars 5 forks source link

Integrate with Obsidian Graph #6

Open Trikzon opened 2 years ago

Trikzon commented 2 years ago

This is a very long term goal, but I'd like to add external links to the Obsidian Graph. Essentially, if an external link is in a markdown note, it will show up on the graph. An external link can connect to multiple markdown notes if it is in multiple markdown notes. Clicking on the external link graph node will open the browser a that place.

I doubt I will make it go any more in-depth than that. I could try to scan a url for what links it has, but that seems difficult and isn't likely to be used by anyone.

Trikzon commented 1 year ago

A possible lead for doing this is written in https://github.com/Trikzon/obsidian-frontmatter-links/issues/2.