mProjectsCode / obsidian-meta-bind-plugin

A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/
GNU General Public License v3.0
536 stars 43 forks source link

Make buttons middle mouse clickable to open as a new tab #436

Closed motion2082 closed 1 week ago

motion2082 commented 1 month ago

Please fill out these Check-boxes

Is your Feature Request related to a Problem or Annoyance?

Sort of

Describe the Feature you'd like

You can left click the button but you can't middle mouse button to open it as a new tab or new note side by side

Alternatives

Using a CSS Button

Additional Context

None

mProjectsCode commented 1 month ago

Middle mouse button and modifier key support for buttons sounds like a good idea. Regarding middle mouse click, most button actions already support specifying a newTab option. Middle mouse click would simply override this to always be true.

mProjectsCode commented 1 week ago

Already implemented in the latest canary release. It will be in an official release Soon TM.