obsidian-dataview
                                
                                 obsidian-dataview copied to clipboard
                                
                                    obsidian-dataview copied to clipboard
                            
                            
                            
                        Use callout blockid in task section
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