From e14b26fc57ebce9a22be2d016404ac07101fd669 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 30 Jun 2021 11:14:10 +0200 Subject: [PATCH] [[snapshot]]: 2021-06-30 11:14:10 Affected files: .obsidian-git-data .obsidian/workspace 2021-06-30.md p5.js.md --- .obsidian-git-data | 4 +-- .obsidian/workspace | 60 ++++++++++++++------------------------------- 2021-06-30.md | 4 +++ p5.js.md | 3 +++ 4 files changed, 28 insertions(+), 43 deletions(-) create mode 100644 2021-06-30.md create mode 100644 p5.js.md diff --git a/.obsidian-git-data b/.obsidian-git-data index 165729803..94fd69476 100644 --- a/.obsidian-git-data +++ b/.obsidian-git-data @@ -1,2 +1,2 @@ -Wed Jun 30 2021 11:13:10 GMT+0200 (Central European Summer Time) -Wed Jun 30 2021 11:12:10 GMT+0200 (Central European Summer Time) \ No newline at end of file +Wed Jun 30 2021 11:14:10 GMT+0200 (Central European Summer Time) +Wed Jun 30 2021 11:13:10 GMT+0200 (Central European Summer Time) \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace index 55d3c4e12..8af4829e0 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -13,7 +13,18 @@ "state": { "type": "markdown", "state": { - "file": "2021-06-29.md", + "file": "2021-06-30.md", + "mode": "source" + } + } + }, + { + "id": "8c2022fad8939f74", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "p5.js.md", "mode": "source" } } @@ -171,28 +182,6 @@ ], "direction": "horizontal" }, - { - "id": "6a97dc3b5853ff56", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "2021-06-29.md", - "mode": "source" - } - } - }, - { - "id": "a926a3249d7d637c", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "2021-06-29.md", - "mode": "source" - } - } - }, { "id": "f3562790a5cec103", "type": "leaf", @@ -203,17 +192,6 @@ "mode": "source" } } - }, - { - "id": "c07f4ec4416ed981", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "future of note taking.md", - "mode": "source" - } - } } ], "direction": "vertical" @@ -287,7 +265,7 @@ "state": { "type": "backlink", "state": { - "file": "agora social media integration.md", + "file": "p5.js.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -304,7 +282,7 @@ "state": { "type": "outline", "state": { - "file": "agora social media integration.md" + "file": "p5.js.md" } } }, @@ -360,17 +338,17 @@ "width": 300, "collapsed": true }, - "active": "f3562790a5cec103", + "active": "8c2022fad8939f74", "lastOpenFiles": [ - "agora social media integration.md", + "p5.js.md", + "2021-06-30.md", "2021-06-29.md", + "agora social media integration.md", "events.md", "agora social bridge.md", "agora twitter integration.md", "future of note taking.md", "tools for thought interchange.md", - "2021-06-27.md", - "agora exchange format.md", - "agora protocol.md" + "2021-06-27.md" ] } \ No newline at end of file diff --git a/2021-06-30.md b/2021-06-30.md new file mode 100644 index 000000000..6e1f8f6ba --- /dev/null +++ b/2021-06-30.md @@ -0,0 +1,4 @@ +- [[javascript libraries]] + - [[jquery]] + - [[d3]] + - [[p5.js]] \ No newline at end of file diff --git a/p5.js.md b/p5.js.md new file mode 100644 index 000000000..d9fbb2733 --- /dev/null +++ b/p5.js.md @@ -0,0 +1,3 @@ +- a [[javascript library]] + - a port of [[processing]] to [[js]] + - [[pr]] \ No newline at end of file