MamoruDS / obsidian-open-link-with

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

Does the plugin work in live preview? #26

Open YousufSSyed opened 1 year ago

YousufSSyed commented 1 year ago

If not, I'd like it to.

MamoruDS commented 1 year ago

Yes, this plugin supports live preview. Clicking on a hyperlink behaves the same way as read mode; clicking on an editing link requires a modifier key such as Ctrl (or Cmd for macOS) to work.

YousufSSyed commented 1 year ago

I'm having trouble getting it working, I'm on macOS 13.1. This is one binding I have. I made this link: link, and made this keybinding with Shift which you can see in the attached data.json. and tried the following combinations:

and none of them work, they either open the link in the browser, focuses the editor there to edit, or triggers the right click menu.

data.json.zip

MamoruDS commented 1 year ago

Sorry for the late reply. I have confirmed that there are issues with custom modifiers in the live preview, which were caused by the refactoring of default click modifier behaviors in the previous version. Thanks for letting me know!

YousufSSyed commented 1 year ago

Don't worry about taking your time! I'm sure you only work on this for your free time for free. I appreciate your work!