[[snapshot]]: 2021-06-09 18:59:39

Affected files:

.obsidian/workspace
2021-06-09.md
"architectural pattern.md"
This commit is contained in:
2021-06-09 18:59:40 +02:00
parent 97b028d6a1
commit 27ef1bfc3c
3 changed files with 26 additions and 12 deletions
+23 -11
View File
@@ -10,7 +10,7 @@
{ {
"id": "7079d00b3a2eb6be", "id": "7079d00b3a2eb6be",
"type": "leaf", "type": "leaf",
"dimension": 16.666666666666668, "dimension": 8.333333333333336,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -19,10 +19,22 @@
} }
} }
}, },
{
"id": "a9def0a98c1f2c8e",
"type": "leaf",
"dimension": 8.333333333333336,
"state": {
"type": "markdown",
"state": {
"file": "architectural pattern.md",
"mode": "source"
}
}
},
{ {
"id": "1abc628cc33ef125", "id": "1abc628cc33ef125",
"type": "leaf", "type": "leaf",
"dimension": 16.666666666666668, "dimension": 16.66666666666667,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -34,7 +46,7 @@
{ {
"id": "305566bbcea2ba31", "id": "305566bbcea2ba31",
"type": "leaf", "type": "leaf",
"dimension": 16.666666666666668, "dimension": 16.66666666666667,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -46,7 +58,7 @@
{ {
"id": "09b9c7136dcedcbf", "id": "09b9c7136dcedcbf",
"type": "leaf", "type": "leaf",
"dimension": 16.666666666666668, "dimension": 16.66666666666667,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -58,7 +70,7 @@
{ {
"id": "85fcfb3a901a6ab1", "id": "85fcfb3a901a6ab1",
"type": "leaf", "type": "leaf",
"dimension": 16.666666666666668, "dimension": 16.66666666666667,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -70,7 +82,7 @@
{ {
"id": "0dd202a162337858", "id": "0dd202a162337858",
"type": "leaf", "type": "leaf",
"dimension": 16.666666666666668, "dimension": 16.66666666666667,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -145,7 +157,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "2021-06-09.md", "file": "architectural pattern.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -162,7 +174,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "2021-06-09.md" "file": "architectural pattern.md"
} }
} }
} }
@@ -173,8 +185,9 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "7079d00b3a2eb6be", "active": "a9def0a98c1f2c8e",
"lastOpenFiles": [ "lastOpenFiles": [
"architectural pattern.md",
"2021-06-09.md", "2021-06-09.md",
"tooty.md", "tooty.md",
"patterns.md", "patterns.md",
@@ -183,7 +196,6 @@
"2021-06-03.md", "2021-06-03.md",
"agora protocol.md", "agora protocol.md",
"arcades.md", "arcades.md",
"connected buildings.md", "connected buildings.md"
"common areas at the heart.md"
] ]
} }
+1 -1
View File
@@ -3,4 +3,4 @@
- [[patterns]] - [[patterns]]
- [[an analysis of the role of invariant patterns]] - [[an analysis of the role of invariant patterns]]
- [[pattern languages of programs]] - [[pattern languages of programs]]
- [[sof]] - [[architectural pattern]]
+2
View File
@@ -0,0 +1,2 @@
- [[go]] https://en.wikipedia.org/wiki/Architectural_pattern
- example: [[model view controller]]