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.

169 lines
2.5 KiB

3 years ago
---
QPDate:
QPwinetype: White
QPvintage:
QPproducer:
QPvariety:
QPdesignation:
QPtheme:
QPcountry:
QPvineyard:
QPregion:
QPterroir:
QPappellation:
Alias: ["Wine"]
Tag: ["Epicure"]
Date: 2021-10-26
DocType: "Personal"
ChildrenType: ["Product", "Wine"]
Hierarchy: "Root"
location:
CollapseMetaTable: Yes
---
3 years ago
Parent:: [[@Lifestyle]]
3 years ago
---
^Top
 
```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
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate in the Wine section and find any Note in this Vault by Note or Tag
```
 
```toc
style: number
```
 
---
 
### 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})
```
 
---
 
### Navigation
 
#### By type
[[#^Top|TOP]]
##### White
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_wine", {type: "White"})
```
 
---
 
#### By Geography
[[#^Top|TOP]]
##### France
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_wine", {country: "France"})
```
 
---
 
### Tag Navigation
[[#^Top|TOP]]
 
```dataview
Table without id tags as "Tags" From "03.03 Food & Wine"
Where DocType = "Wine"
Flatten file.tags as tags
Group by tags
```
 
---
 
### High Level tasks
[[#^Top|TOP]]
 
```tasks
not done
path includes 03.03
sort by due
hide backlink
hide task count
```