blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
7.01k stars 411 forks source link

Calendar preview is broken when there are multiple entries per day #1798

Open jaseemabid opened 1 year ago

jaseemabid commented 1 year ago

What happened?

When there are multiple entries for a day, the calendar preview doesn't show the right file. N dots are visible as expected, but hovering over any of them shows the same file (first one?).

Minimal example to reproduce

$ echo "Test 1" > '2023-02-09 01-10.md'
$ echo "Test 2" > '2023-02-09 01-20.md'
$ echo "Test 3" > '2023-02-09 01-30.md'

I would expect hovering on the different dots to show different previews, not the same one 3 times. See the video.

https://user-images.githubusercontent.com/601714/217892754-2b26a36d-abb2-4b65-816c-59b58a3cf730.mov

DQL

CALENDAR file.day

JS

No response

Dataview Version

0.5.55

Obsidian Version

1.1.9

OS

MacOS

ja1den commented 1 year ago

It would be great if this could be improved. Only being able to preview and navigate to the first note for a day limits the CALENDAR's usefulness significantly.

depaljas commented 11 months ago

I confirm this bug exists also on my side. What else would be good is if the preview also mentions the name of the file.