2023-09-13 13:53:07

This commit is contained in:
Steph Ango
2023-09-13 13:53:07 -07:00
parent e9db93f3f9
commit 3150bc526d
20 changed files with 46 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
```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
```