Two possibilities:
- Obsidian’s native embedded queries:
```query
#encouragements
```
- The dataview plugin gives you further possibilities to do more differentiated searches and structure the resulting tables. A simple search would look like:
```dataview
LIST
FROM #encouragements
```
You can use “TABLE” instead of “LIST” to show the result in a different way. Tables are much more customizable, check out the above documentation link or search in the forum for dataview examples, for example here.