Files
kepano-obsidian/Recipes.md
2023-09-13 13:53:07 -07:00

6 lines
200 B
Markdown

```dataview
table without id file.link as Recipe, type as Type, author as Author, ingredients as Ingredients, rating as Rating
from #recipes
where !contains(file.name,"Template")
sort created desc
```