nothingislost/obsidian-hover-editor

Feature: Match current view when hovering property links

LoneFireBlossom opened this issue · 3 comments

test in sandbox:
Obsidian 1.4.14,
Hover Editor 0.11.14, Default Mode is "Match current view".

image

Here is the GIF:

CleanShot 2023-09-30 at 18 16 18

CleanShot 2023-09-30 at 18 14 38

pjeby commented

Sorry, could you please explain in text what is happening and what you expect to happen instead? The gifs are too fast for me and lack explanation, and since the view headers are not visible I can't even see what modes things are in. It would also help to know what behavior occurs when a fixed default mode is used (i.e. always edit or always read). Thanks.

Sorry, could you please explain in text what is happening and what you expect to happen instead? The gifs are too fast for me and lack explanation, and since the view headers are not visible I can't even see what modes things are in. It would also help to know what behavior occurs when a fixed default mode is used (i.e. always edit or always read). Thanks.

Sorry I didn't make it clear.

test1.md:
image

test2.md:
image

in test1.md hover [[test2]], it's in editing view, so it matches current view :
image

then hover wikilinks in frontmatter which in [[test2]] float window, it's in reading view, so it doesn't match current view:
image

pjeby commented

Ok, so this is technically not a bug but a feature request - Hover Editor doesn't have any specific support for property links, which are a new feature of Obsidian 1.4. (In any previous version of Obsidian, you wouldn't have been able to hover those links at all.)

Probably won't be too hard to add, but I'm not sure when I'll get to it; I'm not using 1.4 myself yet.