obsidian-hover-external-link icon indicating copy to clipboard operation
obsidian-hover-external-link copied to clipboard

conflict with original functions in obsidian

Open Xieleilab opened this issue 3 years ago • 3 comments

when this plugin is activated,if user want to open a note in a new page, originally user should press"ctrl" then click the note,but this operation becomes unavailable when this plugin is activated

Xieleilab avatar Mar 10 '22 01:03 Xieleilab

Is this still occurring? There have been some changes to link-clicking in Obsidian over time.

NomarCub avatar Sep 03 '22 16:09 NomarCub

I'll be honest, I couldn't get this plugin to work, even when I turned off all the other community plugins I use. Obviously I double checked it was enabled and restarted the application too.

Tested on obsidian 1.3.4 and example of markdown I tried:

- Hidden url: (plugin supposed to show the url on a Tooltip when you hover over the external link)
    - [md example from readme](www.google.com)
    - [correct md](https://google.com)
- Name matches url: (plugin supposed to not display Tooltip when they match)|
    - [www.google.com](www.google.com)
    - [https://google.com](https://google.com)

Also, I don't know if obsidian changed it's formatting or what, but links need to be prefaced with https:// or obsidian will think google.com is a name of an internal note and not an external link, so the "example" in the readme#Usage doesn't work and needs to be updated.

skaviouz avatar May 27 '23 00:05 skaviouz

Have any of you found an alternative for this? I never expected to be this annoyed by the lack of a status bar or something when hovering over links.

TFWol avatar Jun 07 '23 20:06 TFWol