parent
32d7af95c1
commit
132c31ae55
@ -0,0 +1,77 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Chocolate", "DriedFruit", "Berries"]
|
||||||
|
Date: 2021-11-14
|
||||||
|
DocType: "Coffee"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
CollapseMetaTable: Yes
|
||||||
|
Source: "Meg's gift"
|
||||||
|
cssclass: recipeTable
|
||||||
|
Coffee:
|
||||||
|
Brand: "doppio coffee warehouse"
|
||||||
|
Type: "Arabica"
|
||||||
|
Roast: "Medium"
|
||||||
|
Strength: 3
|
||||||
|
Country: ["Brazil", "ElSalvador", "Colombia"]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
parent:: [[!!Coffee|Coffee]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-TheDukeNSave
|
||||||
|
|
||||||
|
# The Duke
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Coffee type**: | `$=dv.current().Coffee.Type`
|
||||||
|
| **Strength**: | `$=dv.current().Coffee.Strength`
|
||||||
|
| **Country**: | `$=dv.current().Coffee.Country`
|
||||||
|
| **Roast**: | `$=dv.current().Coffee.Roast`
|
||||||
|
| **Brand**: | `$=dv.current().Coffee.Brand`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
Loading…
Reference in new issue