Support hover editor for canvas card
KuiyueRO opened this issue · 4 comments
Can the hover editor support canvas cards?
What do I want
In heptabase, we can split notes in the sidebar to edit.
In obsidian, we can use hover editor plugin to get the same feature.
- open in hover editor
- snap active hover editor to right
But hover editor is only used for notes in canvas, not for cards, So I want to ask if it is possible to support cards.
Thanks. : )
If you're asking whether you can hover links that are in a canvas card, the answer is that you can, but you have to click the card once first in order to unfreeze the card. While the card is frozen you can't interact with it except to drag or resize it, so there's no way for HE to know you are hovering over it. Once you click the card you can hover as many links in it as you like.
All Hover Editor does is provide a "tab" that floats, so if you can't do it with a regular tab, you can't do it with Hover Editor. Obsidian would need to have a built-in ability to show a card in a tab for Hover Editor to be able to do it -- but it sounds like really the feature you want is to be able to show a card in a tab to begin with. So probably you should make a feature request on the Obsidian forums for that.
Thank you for your patient answer.