Just as you can preview a linked note with the ![[note]]
syntax, I’m wondering if there is a way to do the same with dataview.
For instance, I have the query below. Instead of displaying the results as a bullet list of note titles, I’d like to preview the contents of the notes.
```dataview
list from [[]] and !outgoing([[]])
If this is possible, how do I do it? Thanks for your help!