liamcain / obsidian-calendar-plugin

Simple calendar widget for Obsidian.
MIT License
1.64k stars 142 forks source link

Add Options for Opening In New Tab #331

Open WilliamsJack opened 1 year ago

WilliamsJack commented 1 year ago

Two small improvements to workflow for people who like to open multiple tabs.

  1. Option to change the ctrl+click behaviour image

  2. Add "Open in new tab" to the context menu image

vanadium23 commented 11 months ago

Can you add settings, so ctrl + click is open in new tab by default?

WilliamsJack commented 11 months ago

Good idea @vanadium23, I've added an option for that: image

chrabia commented 9 months ago

wow, it would be awesome if that would be merged. Any hopes of merging that soon?

itpropro commented 6 months ago

@liamcain any updates on the merge process?

WilliamsJack commented 6 months ago

In the meantime, if you trust me you can unzip open-in-new-tab.zip in the .obsidian\plugins\obsidian-calendar-plugin directory to replace main.js with the version built from this PR. :-)

Alternatively, you can clone https://github.com/WilliamsJack/obsidian-calendar-plugin and run npm run build to build your own main.js.