diff --git a/.obsidian/workspace b/.obsidian/workspace index d9096162..0c0fde76 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -100,6 +100,7 @@ "active": "c252d60ecbda6bb3", "lastOpenFiles": [ "03.03 Food & Wine/!!Coffee.md", + "03.03 Food & Wine/The Duke.md", "03.01 Reading list/@Reading master.md", "02.02 Paris/@@Paris.md", "03.03 Food & Wine/!!Wine.md", @@ -107,7 +108,6 @@ "02.01 London/@@London.md", "01.01 Life Orga/IT & Computer.md", "01.01 Life Orga/Personal projects.md", - "04.02 freemind.codes/Working note.md", - "01.03 Family/@Family organisation.md" + "04.02 freemind.codes/Working note.md" ] } \ No newline at end of file diff --git a/03.03 Food & Wine/!!Coffee.md b/03.03 Food & Wine/!!Coffee.md index 51473ad0..dfcc1b32 100644 --- a/03.03 Food & Wine/!!Coffee.md +++ b/03.03 Food & Wine/!!Coffee.md @@ -39,6 +39,8 @@ id CreateNote + + ```button name Save type command diff --git a/03.03 Food & Wine/The Duke.md b/03.03 Food & Wine/The Duke.md new file mode 100644 index 00000000..3d8a7b72 --- /dev/null +++ b/03.03 Food & Wine/The Duke.md @@ -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 + +  \ No newline at end of file