added first true commit

This commit is contained in:
liph
2026-05-07 14:39:10 +02:00
parent d8ce45f44a
commit c5605678f0
463 changed files with 175645 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
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