Dataview - Display blocks/paragraphs instead files

Try the following where we split up the list items into its separate into items, and then check for that tag.

```dataview
LIST WITHOUT ID item.text
FROM "Inbox" 
FLATTEN file.lists as item
WHERE contains(item.tags, "#obsidian")
SORT date DESC 
```
5 Likes