-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require Ctrl to trigger page preview on hover #80
Comments
The Tab key toggles auto-preview on and off, and it's turned on by default whenever Obsidian starts or the plugin loads. Once you turn it off it will stay off until the next restart of Obsidian or the plugin. |
Ah... thanks for that! Is there no way to make the default off? It's a bit weird that there's a redundancy with the setting and that it can't be turned off permanently. Also, it might be a good idea to add this tooltip to the settings page :D |
No, there is not a way to change the default. Also, I don't control the settings page -- that's created by Obsidian. |
Sorry to come back to this. I'm starting to become painfully aware that this default preview setting makes using the extension on a Windows tablet quite difficult (no tab key in touch keyboard). Do you know if there's a way to switch off this behavior from the user side at least? I can't find anything about this tab toggle from Obsidian's side. BTW Thanks for the amazing plugin, it's become a staple in my workflow :D |
The settings I was referring to was the "Page Preview" core plugin settings, which is how you set whether Ctrl is required for a popup to appear in various places. If you turn off QE's auto-hover (using Tab), then whether Ctrl is required is determined by that setting. By turning on the toggle labeled "Quick Explorer" in that settings page, then QE will require Ctrl to hover preview (as long as you've initially turned the function off with Tab). What keys are available on your tablet? |
Thanks for the clarification. The problem I'm facing is that I can't turn off the function with Tab. I, myself, don't even need hover for QE. It gets particularly bad on a windows tablet (Surface Go) because the hover actually covers over the QE menu itself; making half of the menu inaccessible under the preview window. If the problem is unsolvable on your side then it's of course no problem, thanks again. |
Well, I could add another hotkey for it. You also could make a patched version of the plugin. I could even add a setting of some kind. It's just not something that I've needed myself or taken any time to do at present. |
If you could inform me how I can patch the extension or provide a setting for it, I'd be very grateful :D |
If you're able to build the plugin yourself, you can change this line: quick-explorer/src/FolderMenu.ts Line 43 in 34d1c86
false instead of true . Otherwise, you'd need to edit the local main.js , looking for code like this:
And change the A future version of the plugin will include an option to set the default, along with probably some other options. |
That worked! Thanks a bunch!! |
I was searching for this information, thank you so much for this great plugin too! |
Piling on to request a permanent auto-preview disable option 🙏 The current tab-press solution resets on restart and direct code modifications are bound to break when the plugin updates. @pjeby |
Hello, I'm struggling a bit with the page preview feature of Quick-Explorer. It can be quite distracting when looking for a file, and with some files like pdfs, the preview is actually large enough that it covers the link to the pdf, making it inaccessible.
I see there's a setting for toggling on the requirement of holding Ctrl to trigger Page Preview. However, I'm finding that whether I'm holding the Ctrl button or not (with the setting on or off), the preview shows up anyhow. I tried this on a fresh vault and found the exact same behavior. Let me know if you'd like any further details. Thanks!
The text was updated successfully, but these errors were encountered: