Guys how could i make dataview can read tasks inside other codeblocks

task number 1 does not appear in dataview



this is the code

There may be other ways to solve this, but have you tried using Obsidian’s callouts directly rather than using the admonition codeblock?
I just tried like this in my vault and both tasks appeared in the query.

> [!warning]
> Tarea es importante
> - [ ] task 1

```dataview
TABLE file.tasks.text AS "Tasks" FROM "path/To/This/File.md"
```

- [ ] task 2

Very cool query, by the way, for that table. Thanks for sharing that!

1 Like

Thank you :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.