That plugin doesn’t really address the underlying issue, as described by the plugin’s author in its README file:
The way this plugin works is through hijacking the clicks for the file explorer. This means that it won’t work for other parts of Obsidian like the quick switcher. This plugins is just a hack and Obsidian will need to implement the underlying functionality at the end of the day.
I’m not putting much effort into expanding on this plugin since it would essentially be a game of wackamole to hackily patch all potential use cases. If you’d like this functionality natively, I suggest submitting a feature request to Obsidian.
For me personally, this plugin has several shortcomings:
- I would like clicking links to open the file in a new tab not just in file explorer, but also in quick switcher, and in the text of a page (and anywhere else), without having to hold the
ctrl
key as I click. I do not believe this plugin can do that - it only changes the behavior in file explorer, which would result in the IMO poor user experience of click andctrl + click
working oppositely in file explorer vs everywhere else. - In all of those same places (file explorer, quick switcher, links in files, etc), I would ideally also like to be able to
ctrl + click
to open in the same tab, for the rare cases where I do want to open in the same tab. I do not believe this plugin can do that either. - Even if this plugin could do what I’m looking for, having to search for and install a plugin takes work, so even in that case for users who would prefer links to open in a new tab by default (which seems to me like it may be a majority of users), it’d still be a quality of life improvement to have this functionality be the default behavior in core, or at least be configurable in core settings without having to find and install a plugin.