HEmile/juggl

"Require ctrl for preview hovers" setting doesn't work

nicolasmarc1 opened this issue · 4 comments

Hi!

If the setting is not active, the hover works well but if you activate that setting even if you use ctrl you won't get a preview hover.

Thanks

Hi! I have some trouble reproducing this. What OS are you on?

I'm on windows 11. I tested with another demo vault without any other plugins and i get the same result, if you activate that setting, when you try to hover on nodes or edges with or without ctrl key nothing is happening.

I think there might be a conflict with how obsidian manage this, other plugin seems to offer an option via the obsdian core plugin "page preview". for example how Full calendar plugin registered the hover behavior here: https://github.com/davish/obsidian-full-calendar/blob/0671910109248af400c5ac1fe38f99b75b2eb784/src/main.ts#L76

People need to make sure they don't have the Hover Editor plugin activated. That plugin doesn't honor the setting in Juggle to suppress the hover editor without a modifier key (obviously) but it's not immediately intuitive what's happening..