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.9k stars 407 forks source link

Checkbox and alingment Taskview #2375

Closed kheikens closed 2 months ago

kheikens commented 3 months ago

What happened?

2 issues since update Obsidian 1.6.3:

image

DQL

TASK
FROM "" 
WHERE
    contains(tags, "#todo/prive")
    AND (due <= date(eom)
    OR scheduled <= date(eom))
    AND (date(due) != null
    OR date(scheduled) != null)
    AND !completed 
SORT due asc

JS

No response

Dataview Version

0.5.66

Obsidian Version

1.6.3

OS

Windows

kheikens commented 2 months ago

Found tips it is related to the theme Discordian if you switch the issue is gone!