obsidian-dataview icon indicating copy to clipboard operation
obsidian-dataview copied to clipboard

Use callout blockid in task section

Open IchHabRecht opened this issue 1 year ago • 0 comments

What happened?

My file contains following content'

ToDos

[!todo]

  • [ ] Example todo
  • [ ] New todo

^callout

Example todo

  • [ ] Foo

I want a list with all task from the ToDos callout but not the "Foo" one.

DQL

task
FROM "Notes/Daily Notes"
WHERE !completed AND text != "" AND meta(section).subpath = "callout"
GROUP BY file.link
SORT rows.file.ctime ASC

JS

No response

Dataview Version

0.5.66

Obsidian Version

1.6.3

OS

Windows

IchHabRecht avatar Jun 15 '24 10:06 IchHabRecht