NothingIsLost
NothingIsLost
Thanks for the heads up. I see the issue and will look into fixing this.
I think I'll leave this to other plugins to handle for now. This plugin should play nice with the existing plugins that have the ability to hide icons. Let me...
The nav bar has the title of the document. I don't see a need to repeat the document title twice. If you see a use case for that, please provide...
There is no double click behavior built in to Hover Editors. Can you provide a video of what you're referring to as I'm not really following the issue here.
here's my proposed fix. the main addition is the `isModShortcut` check ```js // to prevent mod based keyboard shortcuts from accidentally triggering popovers const onKeyDown = function (event: KeyboardEvent) {...
See https://github.com/nothingislost/obsidian-hover-editor/issues/106 The idea is less about focus and more about not showing the popover at all if a mod based keyboard shortcut was pressed. A single mod key press...
Hmm, most of the time when I'm triggering popovers, I move my mouse over the link and then press ctrl to initiate the popover without moving the mouse further... so...
While I agree that scaling would be nice, I would not suggest using CSS scaling on Hover Editors. The interact.js library being used for dragging/resizing/etc does not properly handle scaled...
Thanks for the feedback. This makes sense and it pretty easy to add in. For now I guess you can always ctrl+w to close out of it quickly.
When invoking an unpinned popover using the keyboard, what action would be needed for the popover to be dismissed? Any key press? Keyboard movement to move the cursor away from...