blacksmithgu / obsidian-dataview

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

Titles are shorten in query "list" #2369

Closed plumphippo closed 1 day ago

plumphippo commented 2 weeks ago

What happened?

When using the query type "LIST", all the titles are shorten and the first 2 to 3 letters are unable to be seen. As an example, the list should show "DD-MM-YYYY, dddd" (eg 11-06-2024, 星期一), while the date is missing now. image

DQL

LIST
FROM "1.筆記/Journal/日記"
WHERE file.cday >= date(sow) AND file.cday <= date(eow)
SORT file.name ASC

JS

No response

Dataview Version

0.5.66

Obsidian Version

1.6.3

OS

Windows

madigan commented 2 weeks ago

I wasn't able to replicate this issue in my vault on Windows or MacOS. From the screenshot you shared it looks like there might be a CSS issue causing the first few characters to hide behind the side bar. Is there an example vault you could share?

plumphippo commented 2 weeks ago

https://drive.google.com/drive/folders/1f9MRcdI9Uo2PLBz5cxZywspHyPLsYyms?usp=sharing Here is a sample vault, with all the other plugins and CSS snippets that I have currently. Sorry that I cannot upload the zip file directly here as the file size is a bit too big. Thank you so much.

plumphippo commented 2 weeks ago

Sorry, forgot to mention I believe this problem appeared after the latest update of obsidian (1.6 Desktop) There isn't such problem before (obsidian ver 1.5.12 Desktop)

plumphippo commented 1 day ago

The problem is fixed in the latest update of this plugin I think. There isn't such problem now. Thank you everyone.