MamoruDS / obsidian-open-link-with

Open external link with specific brower in Obsidian
MIT License
32 stars 3 forks source link

some issues in the settings screen when installing plugins #19

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

when installing a plugin, and reading the readme. it is possible to see links in the readme.

these links are now intercepted by this plugin. ideally this would be handled smoothly.

priority: low

this readme contains 2 types of links. local, and external links

external links (red) open in a new tab in Obsidian when clicked. but behind the settings screen, which is confusing. (i have normal click set to open in new tab, which works fine when browsing notes normally)

external links open correctly when using external browser (for me that's middle mouse click)

internal links dont open correctly, and create a new empty window

image

the new window it opens

image
hannesdelbeke commented 1 year ago

when aware of this, i can work around this issue. since this wont affect the regular experience of Obsidian, I see this as a low priority bug.

MamoruDS commented 1 year ago

Thanks for bringing this up, it should be fixed in the latest 0.1.10 release.

hannesdelbeke commented 1 year ago

i ll test it once the community plugin is updated :)