2023-09-13 13:53:07
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user