Page that show blocks with specific tag

You don’t need any plugins to do this. Obsidian has a built-in query feature that can search blocks of text for things like multiple tags. For example:

```query
block:(#sport #running)
```

This says: “Show me every paragraph of text in my vault that has both the #sport and the #running tags in it.”

You can read more about the search features in the help docs.

Here’s an example:

7 Likes