Skip to content

Instantly share code, notes, and snippets.

@frankmeeuwsen
Created January 21, 2024 10:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankmeeuwsen/43e216893f8d49d92a7568e9a5806996 to your computer and use it in GitHub Desktop.
Save frankmeeuwsen/43e216893f8d49d92a7568e9a5806996 to your computer and use it in GitHub Desktop.
Dataview to get the output under a specific heading in your notes
```dataview
TABLE L.text AS "Articlelist"
FROM #weeknotes
FLATTEN file.lists as L
WHERE meta(L.section).subpath = "Articles"
SORT file.ctime DESC
LIMIT 25
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment