From 3950cc8157e210ef331f28fd5be6b72c123c38ba Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 9 May 2021 19:39:59 +0200 Subject: [PATCH] [[snapshot]]: 2021-05-09 19:39:59 Affected files: .obsidian/workspace obsidian.md polyfill.md --- .obsidian/workspace | 53 +++++++++------------------------------------ obsidian.md | 5 +++-- polyfill.md | 4 +++- 3 files changed, 16 insertions(+), 46 deletions(-) diff --git a/.obsidian/workspace b/.obsidian/workspace index 9777590dc..97f44c972 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -7,17 +7,6 @@ "id": "b0a62e0bd6f30307", "type": "split", "children": [ - { - "id": "9fb10e4d40903fb4", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "defoam.md", - "mode": "source" - } - } - }, { "id": "ed10ac322c4aed58", "type": "leaf", @@ -94,28 +83,6 @@ "mode": "source" } } - }, - { - "id": "c98b25381c54bea3", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "vera bug.md", - "mode": "source" - } - } - }, - { - "id": "895ae0e3312eece0", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "flancia collective.md", - "mode": "source" - } - } } ], "direction": "horizontal" @@ -182,7 +149,7 @@ "state": { "type": "backlink", "state": { - "file": "polyfill.md", + "file": "obsidian.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -199,7 +166,7 @@ "state": { "type": "outline", "state": { - "file": "polyfill.md" + "file": "obsidian.md" } } } @@ -210,17 +177,17 @@ "width": 300, "collapsed": true }, - "active": "bd556dba641a6af6", + "active": "db4a852afec64249", "lastOpenFiles": [ - "polyfill.md", - "2021-05-09.md", "obsidian.md", + "explore.md", + "polyfill.md", "file system access api.md", "remember.md", - "miguel hernández.md", - "explore.md", - "firefox qa.md", - "velintonia.md", - "defoam.md" + "2021-05-09.md", + "defoam.md", + "flancia collective.md", + "vera bug.md", + "miguel hernández.md" ] } \ No newline at end of file diff --git a/obsidian.md b/obsidian.md index f8bbe52b5..25451a45e 100644 --- a/obsidian.md +++ b/obsidian.md @@ -5,11 +5,12 @@ - [[go]] https://obsidian.md - As of [[2021-05-07]] the recommended [[agora editor]]. - Previously I had tried it after [[roam]] -- but I left it behind for [[foam]] on due to it not being [[open source]]. - - [[tweet]] https://twitter.com/flancian/status/1310487321767219200 - [[foam]] seemed more easily extensible to me. - This thread was what sealed the deal, didn't make it sound like open source was likely to happen anytime soon: https://forum.obsidian.md/t/open-sourcing-of-obsidian/1515 - https://flancia.org/go/why-not-obsidian - As of [[2021-05-07]] I'm back to [[obsidian]] from [[foam]]. I no longer think this is problematic. + - See [[defoam]] for the process. - https://twitter.com/flancian/status/1390757242786533384 +https://twitter.com/flancian/status/1390757242786533384 +https://twitter.com/flancian/status/1310487321767219200 diff --git a/polyfill.md b/polyfill.md index 6fbcb82e6..4b59ae094 100644 --- a/polyfill.md +++ b/polyfill.md @@ -1,2 +1,4 @@ - [[wp]] https://en.wikipedia.org/wiki/Polyfill_(programming) - - In [web development](https://en.wikipedia.org/wiki/Web_development "Web development"), a **polyfill** is code that implements a feature on [web browsers](https://en.wikipedia.org/wiki/Web_browser "Web browser") that do not support the feature. Most often, it refers to a [JavaScript](https://en.wikipedia.org/wiki/JavaScript "JavaScript") [library](https://en.wikipedia.org/wiki/Library_(computing) "Library (computing)") that implements an [HTML5](https://en.wikipedia.org/wiki/HTML5 "HTML5") or [CSS](https://en.wikipedia.org/wiki/CSS "CSS") [web standard](https://en.wikipedia.org/wiki/Web_standard "Web standard"), either an established standard (supported by some browsers) on older browsers, or a proposed standard (not supported by any browsers) on existing browsers. Formally, "a polyfill is a [shim](https://en.wikipedia.org/wiki/Shim_(computing) "Shim (computing)") for a browser [API](https://en.wikipedia.org/wiki/Application_programming_interface "Application programming interface")".[\[1\]](https://en.wikipedia.org/wiki/Polyfill_(programming)#cite_note-speakingjs-1) \ No newline at end of file + - In [web development](https://en.wikipedia.org/wiki/Web_development "Web development"), a **polyfill** is code that implements a feature on [web browsers](https://en.wikipedia.org/wiki/Web_browser "Web browser") that do not support the feature. Most often, it refers to a [JavaScript](https://en.wikipedia.org/wiki/JavaScript "JavaScript") [library](https://en.wikipedia.org/wiki/Library_(computing) "Library (computing)") that implements an [HTML5](https://en.wikipedia.org/wiki/HTML5 "HTML5") or [CSS](https://en.wikipedia.org/wiki/CSS "CSS") [web standard](https://en.wikipedia.org/wiki/Web_standard "Web standard"), either an established standard (supported by some browsers) on older browsers, or a proposed standard (not supported by any browsers) on existing browsers. Formally, "a polyfill is a [shim](https://en.wikipedia.org/wiki/Shim_(computing) "Shim (computing)") for a browser [API](https://en.wikipedia.org/wiki/Application_programming_interface "Application programming interface")".[\[1\]](https://en.wikipedia.org/wiki/Polyfill_(programming)#cite_note-speakingjs-1) + + https://twitter.com/flancian/status/1391447591330750464 \ No newline at end of file