A note with a list of tags

Two possibilities:

  1. Obsidian’s native embedded queries:

```query
#encouragements
```

  1. 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.

5 Likes