Initial commit
This commit is contained in:
30
Templates/Bases/Recipes.base
Normal file
30
Templates/Bases/Recipes.base
Normal file
@@ -0,0 +1,30 @@
|
||||
filters:
|
||||
and:
|
||||
- category.contains("Recipes")
|
||||
- file.folder != "Templates"
|
||||
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
|
||||
Reference in New Issue
Block a user