diff --git a/.obsidian/workspace b/.obsidian/workspace index e3b9dc5b8..955c9a3e0 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -46,7 +46,7 @@ { "id": "125d5a5615ed227a", "type": "leaf", - "dimension": 12.5, + "dimension": 6.25, "state": { "type": "markdown", "state": { @@ -55,6 +55,30 @@ } } }, + { + "id": "e9caad4b1f179ad0", + "type": "leaf", + "dimension": 3.125, + "state": { + "type": "markdown", + "state": { + "file": "edn.md", + "mode": "source" + } + } + }, + { + "id": "24e95fe3952dbfea", + "type": "leaf", + "dimension": 3.125, + "state": { + "type": "markdown", + "state": { + "file": "extensible data notation.md", + "mode": "source" + } + } + }, { "id": "c1ac0a8f06269cbb", "type": "leaf", @@ -206,7 +230,7 @@ "state": { "type": "backlink", "state": { - "file": "2021-06-06.md", + "file": "extensible data notation.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -223,7 +247,7 @@ "state": { "type": "outline", "state": { - "file": "2021-06-06.md" + "file": "extensible data notation.md" } } }, @@ -279,8 +303,10 @@ "width": 300, "collapsed": true }, - "active": "125d5a5615ed227a", + "active": "24e95fe3952dbfea", "lastOpenFiles": [ + "extensible data notation.md", + "edn.md", "2021-06-06.md", "manifold with self attention.md", "2021-06-05.md", @@ -288,8 +314,6 @@ "protopoi.md", "agora polls.md", "charles bukowski.md", - "interlay.md", - "3d printed concrete.md", - "museum für gestaltung zürich.md" + "interlay.md" ] } \ No newline at end of file diff --git a/2021-06-06.md b/2021-06-06.md index 31cd5ccb3..b7fd26a9e 100644 --- a/2021-06-06.md +++ b/2021-06-06.md @@ -1,5 +1,5 @@ - [[brutaldon]] - +- [[edn]] - [[3d printed concrete]] - [[interlay]] - [[bukowski]] diff --git a/edn.md b/edn.md new file mode 100644 index 000000000..f22ecb5be --- /dev/null +++ b/edn.md @@ -0,0 +1,2 @@ +- [[pull]] [[extensible data notation]] + - [[go]] https://github.com/edn-format/edn \ No newline at end of file diff --git a/extensible data notation.md b/extensible data notation.md new file mode 100644 index 000000000..a3ea6ef9e --- /dev/null +++ b/extensible data notation.md @@ -0,0 +1,2 @@ +- [[pull]] [[edn]] + - subset of [[clojure]] \ No newline at end of file