TfTHacker / obsidian42-strange-new-worlds

Revealing the strange new world of connected thoughts in your vault.
https://tfthacker.com/SNW
MIT License
432 stars 13 forks source link

Add modifier key (ctrl / cmd) to prevent hover previews from popping up too much #119

Closed GitMurf closed 9 months ago

GitMurf commented 9 months ago

I put the piping in place for a Setting to be added with a Toggle to turn this on or off but figured @TfTHacker could do that much quicker than me ;) I left a TODO comment in where to update it. In this PR it is hardcoded as true requiring ctrl or cmd to be held on hover for the popovers to show.

This includes the changes from both PR #117 as well as PR #118.