Preview - Hover over a link

I have over 4k notes, each one refers to a unique static url on a website. general example is www.mysite.com/1.1.1 and 1.2.15 and so on.
When I click on the weblink in the note it opens the site in the Obsidian new tab, which is a bit distraction, I would have to close the tab or click on other tab to get out. Instead I had this idea, I was wondering if it was doable?
Create one “mysite.md” note file. Here the Dataviewjs will live. in my 4k notes I could create a internal link like ths [[www.mysite.com/1.1.1|1.1.1]]. When I hover the mouse over, I want to grab the “1.1.1” and pass it to “mysite.md” that will dynamically load the URL and give me a quick preview of what is in the note. if I feel like clicking it can open on a tab, but if it is for quick look then I can move on with my work flow.
Appreciate your thoughts.

I don’t understand the flow your propose involving dataviewjs. It looks like the “Link preview” plugin is what you are looking for.

Thank you, I will check it out

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.