-
Notifications
You must be signed in to change notification settings - Fork 60
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
Enhance hover support and fix link open #898
Conversation
Nice catch! |
Since InternalLink is moving to obsidian-projects, perhaps take a look at my PR to obsidian-svelte: I think we can include it here painlessly Edit: nvm, youre already on it :) |
Hi I just saw marcusolsson/obsidian-svelte#9. Thanks for pointing out the problem and the fix! Since we gonna use a mocked Closes #780. |
A quick little adjustment I was missing: using hover preview to quickly go through notes in Board view.
I also took the opportunity adjust the hover treatment of Table view to a more preferred setup: instead of handling the meta keys in projects, we should register a new hover view source, that way the meta key treatment can be toggled inside Page Preview settings:
Tested and made sure this works with both core Page Preview and the Hover Editor plugin.