Vault/Templates/Bases/Recipes.base
Günther Wagner b2977c28fa Initial
2026-02-16 07:45:28 +01:00

31 lines
564 B
Plaintext

filters:
and:
- note.categories.contains(link("Recipes"))
- '!file.name.contains("Template")'
properties:
file.name:
displayName: Name
note.author:
displayName: Author
note.type:
displayName: Type
note.ingredients:
displayName: Ingredients
note.cuisine:
displayName: Cuisine
note.rating:
displayName: Rating
views:
- type: table
name: Recipes
order:
- file.name
- type
- cuisine
- author
- ingredients
- rating
columnSize:
note.type: 201
note.cuisine: 174