I have a simple dataview query that works well, now I would like to the result is not just the list of note, but I would like to have the content of the note
Things I have tried
LIST “![[” + file.name + “]]”
FROM “”
And the result is onlty the title of the note, not the full content I am looking for
[…] support for embedded links is somewhat spotty in Dataview views, though embedding of images should work
That holds for the embed() function, whose documentation includes that quote, as well as for text-constructed embeds. Markdown notes simply don’t display as embeds in Dataview results.
A workaround is to return the link then hover to see its preview.
Haven’t looked into it yet but curious whether Datacore addresses this.