You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

170 lines
2.6 KiB

3 years ago
---
3 years ago
QPDate:
QPwinetype: White
QPvintage:
QPproducer:
QPvariety:
QPdesignation:
QPtheme:
QPcountry:
QPvineyard:
QPregion:
QPterroir:
QPappellation:
3 years ago
cssclass: recipeTable
3 years ago
Alias: ["Wine"]
Tag: ["Epicure"]
Date: 2021-10-26
DocType: "Personal"
ChildrenType: ["Product", "Wine"]
Hierarchy: "Root"
location:
CollapseMetaTable: Yes
---
Parent:: [[Lifestyle]]
---
3 years ago
^Top
3 years ago
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-undefinedNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-undefinedSave
 
# Folder map
3 years ago
3 years ago
 
```ad-abstract
title: Summary
collapse: open
3 years ago
This note enables to navigate in the Wine section and find any Note in this Vault by Note or Tag
3 years ago
```
 
```toc
style: number
```
 
---
 
3 years ago
### Search
[[#^Top|TOP]]
 
```button
name Search Wines
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/print_winesearch", {dateadded: dv.current().QPDate, winetype: dv.current().QPwinetype, vintage: dv.current().QPvintage, producer: dv.current().QPproducer, variety: dv.current().QPvariety, designation: dv.current().QPdesignation, theme: dv.current().QPtheme, country: dv.current().QPcountry, vineyard: dv.current().QPvineyard, region: dv.current().QPregion, terroir: dv.current().QPterroir, appellation: dv.current().QPappellation})
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_wine", {tableview: "extended", dateadded: dv.current().QPDate, winetype: dv.current().QPwinetype, vintage: dv.current().QPvintage, producer: dv.current().QPproducer, variety: dv.current().QPvariety, designation: dv.current().QPdesignation, theme: dv.current().QPtheme, country: dv.current().QPcountry, vineyard: dv.current().QPvineyard, region: dv.current().QPregion, terroir: dv.current().QPterroir, appellation: dv.current().QPappellation})
```
 
---
 
3 years ago
### Navigation
3 years ago
 
3 years ago
#### By type
[[#^Top|TOP]]
##### White
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_wine", {type: "White"})
3 years ago
```
3 years ago
3 years ago
 
---
 
3 years ago
#### By Geography
3 years ago
[[#^Top|TOP]]
3 years ago
##### France
3 years ago
 
3 years ago
```dataviewjs
dv.view("00.01 Admin/dv-views/query_wine", {country: "France"})
3 years ago
```
 
---
 
3 years ago
### Tag Navigation
3 years ago
[[#^Top|TOP]]
3 years ago
 
```dataview
3 years ago
Table without id tags as "Tags" From "03.03 Food & Wine"
Where DocType = "Wine"
Flatten file.tags as tags
Group by tags
3 years ago
```
 
---
 
### High Level tasks
3 years ago
[[#^Top|TOP]]
3 years ago
 
```tasks
not done
3 years ago
path includes 03.03
3 years ago
sort by due
hide backlink
hide task count
```