List of files inside folder

There is an amazing plugin called “text {{expand}}” that auto generates lists of notes as links based on a search.

For example, the following snippet (with the plugin installed and activated), creates a list (IN EDIT MODE AND IN PREVIEW MODE) of note links for my notes with the tag “cognitive_bias” that are not template files with “_TP” in the file name, and are not files with “000” in the name which I use for auto-generated MoC notes.

Again, the big draw here is that the links populate in Edit Mode, unlike Dataview that only shows output in Preview Mode.

```expander
cognitive_bias -_TP -000
```

2 Likes