From 27ef1bfc3c110a48c60d84d5ae4c5f71dcc61750 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 9 Jun 2021 18:59:40 +0200 Subject: [PATCH] [[snapshot]]: 2021-06-09 18:59:39 Affected files: .obsidian/workspace 2021-06-09.md "architectural pattern.md" --- .obsidian/workspace | 34 +++++++++++++++++++++++----------- 2021-06-09.md | 2 +- architectural pattern.md | 2 ++ 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 architectural pattern.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 4ceea22c2..ae2af33c1 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -10,7 +10,7 @@ { "id": "7079d00b3a2eb6be", "type": "leaf", - "dimension": 16.666666666666668, + "dimension": 8.333333333333336, "state": { "type": "markdown", "state": { @@ -19,10 +19,22 @@ } } }, + { + "id": "a9def0a98c1f2c8e", + "type": "leaf", + "dimension": 8.333333333333336, + "state": { + "type": "markdown", + "state": { + "file": "architectural pattern.md", + "mode": "source" + } + } + }, { "id": "1abc628cc33ef125", "type": "leaf", - "dimension": 16.666666666666668, + "dimension": 16.66666666666667, "state": { "type": "markdown", "state": { @@ -34,7 +46,7 @@ { "id": "305566bbcea2ba31", "type": "leaf", - "dimension": 16.666666666666668, + "dimension": 16.66666666666667, "state": { "type": "markdown", "state": { @@ -46,7 +58,7 @@ { "id": "09b9c7136dcedcbf", "type": "leaf", - "dimension": 16.666666666666668, + "dimension": 16.66666666666667, "state": { "type": "markdown", "state": { @@ -58,7 +70,7 @@ { "id": "85fcfb3a901a6ab1", "type": "leaf", - "dimension": 16.666666666666668, + "dimension": 16.66666666666667, "state": { "type": "markdown", "state": { @@ -70,7 +82,7 @@ { "id": "0dd202a162337858", "type": "leaf", - "dimension": 16.666666666666668, + "dimension": 16.66666666666667, "state": { "type": "markdown", "state": { @@ -145,7 +157,7 @@ "state": { "type": "backlink", "state": { - "file": "2021-06-09.md", + "file": "architectural pattern.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -162,7 +174,7 @@ "state": { "type": "outline", "state": { - "file": "2021-06-09.md" + "file": "architectural pattern.md" } } } @@ -173,8 +185,9 @@ "width": 300, "collapsed": true }, - "active": "7079d00b3a2eb6be", + "active": "a9def0a98c1f2c8e", "lastOpenFiles": [ + "architectural pattern.md", "2021-06-09.md", "tooty.md", "patterns.md", @@ -183,7 +196,6 @@ "2021-06-03.md", "agora protocol.md", "arcades.md", - "connected buildings.md", - "common areas at the heart.md" + "connected buildings.md" ] } \ No newline at end of file diff --git a/2021-06-09.md b/2021-06-09.md index 0a60bb496..1b17549a1 100644 --- a/2021-06-09.md +++ b/2021-06-09.md @@ -3,4 +3,4 @@ - [[patterns]] - [[an analysis of the role of invariant patterns]] - [[pattern languages of programs]] - - [[sof]] \ No newline at end of file + - [[architectural pattern]] \ No newline at end of file diff --git a/architectural pattern.md b/architectural pattern.md new file mode 100644 index 000000000..09a1fa845 --- /dev/null +++ b/architectural pattern.md @@ -0,0 +1,2 @@ +- [[go]] https://en.wikipedia.org/wiki/Architectural_pattern + - example: [[model view controller]] \ No newline at end of file