MamoruDS / obsidian-open-link-with

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

plugin is unstable #16

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

currently, when clicking a URL. nothing happens

the dev console shows these errors:

plugin:obsidian-open-link-with:761 [open-link-with] fake-el with "fake_extlink" not found
VM168 plugin:obsidian-open-link-with:761 [open-link-with] fake-el with "fake_extlink" not found

the plugin stopped working as expected. changing plugin settings appears to have broken it and i can't change it back without disabling the whole plugin.

open external links: system-default removed any modifier bindings

image
hannesdelbeke commented 1 year ago

disabled the plugin and it still doesn't work. middle mouse click works but normal click not restarting obsidian fixed that

MamoruDS commented 1 year ago

Hey there! Sorry for the late reply. Thanks for reporting the issue. I rewrote the click handle processes and fixed the plugin unload handling, so these issues should be sorted now. The plugin should be stable for Obsidian client versions >=1.1. Thank you for using the plugin, and please let me know if there are any other problems.

hannesdelbeke commented 1 year ago
image

when i now click a link (with plugin 0.1.8) nothing happens. i've restarted obsidian and still nothing. everything works when disabling the plugin

i'm on obsidian 1.1.9, windows 11

MamoruDS commented 1 year ago

If you are encountering this problem in live preview mode, it is likely a click behavior issue. This should be resolved in the latest release (0.1.9), but please let me know if you are still experiencing the problem.

hannesdelbeke commented 1 year ago

0.1.9 seems to have fixed my issues :)

hannesdelbeke commented 1 year ago

it's working so nicely now, this is amazing. Thanks for all your hard work on getting the bugs fixed