obsidian-hover-external-link
obsidian-hover-external-link copied to clipboard
conflict with original functions in obsidian
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
Is this still occurring? There have been some changes to link-clicking in Obsidian over time.
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.
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.