---
title: Food
kind: note
words: 0
readingMinutes: 1
created: '2024-03-28T18:08:10+01:00'
updated: '2026-06-29T11:03:43+02:00'
---

```dataview
TABLE WITHOUT ID
file.link as "File name"
WHERE
    contains(in,this.file.link) and
    !contains(file.name, "Template")
SORT file.link
```
