I’m trying to make a query to display the N (N=10) most recently created/updated pages, not including this one, as a clickable link followed by the page’s text (the whole thing, ideally). Trying to replicate logseq’s scrollable journal, basically.
I have this template which doesn’t work:
---
tags: template
description: A page reference link as a list item, with snippet preview
---
_____
**Page [[{{name}}]]**:
{{[[{{name}}]]}}
The link works, but not the fancy nested syntax ({{[[{{name}}]]}}
) to get the page’s content.