[[snapshot]]: 2021-05-09 19:39:59

Affected files:

.obsidian/workspace
obsidian.md
polyfill.md
This commit is contained in:
2021-05-09 19:39:59 +02:00
parent 7ba5deea4d
commit 3950cc8157
3 changed files with 16 additions and 46 deletions
+10 -43
View File
@@ -7,17 +7,6 @@
"id": "b0a62e0bd6f30307", "id": "b0a62e0bd6f30307",
"type": "split", "type": "split",
"children": [ "children": [
{
"id": "9fb10e4d40903fb4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "defoam.md",
"mode": "source"
}
}
},
{ {
"id": "ed10ac322c4aed58", "id": "ed10ac322c4aed58",
"type": "leaf", "type": "leaf",
@@ -94,28 +83,6 @@
"mode": "source" "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" "direction": "horizontal"
@@ -182,7 +149,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "polyfill.md", "file": "obsidian.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -199,7 +166,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "polyfill.md" "file": "obsidian.md"
} }
} }
} }
@@ -210,17 +177,17 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "bd556dba641a6af6", "active": "db4a852afec64249",
"lastOpenFiles": [ "lastOpenFiles": [
"polyfill.md",
"2021-05-09.md",
"obsidian.md", "obsidian.md",
"explore.md",
"polyfill.md",
"file system access api.md", "file system access api.md",
"remember.md", "remember.md",
"miguel hernández.md", "2021-05-09.md",
"explore.md", "defoam.md",
"firefox qa.md", "flancia collective.md",
"velintonia.md", "vera bug.md",
"defoam.md" "miguel hernández.md"
] ]
} }
+3 -2
View File
@@ -5,11 +5,12 @@
- [[go]] https://obsidian.md - [[go]] https://obsidian.md
- As of [[2021-05-07]] the recommended [[agora editor]]. - 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]]. - 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. - [[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 - 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 - 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. - 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
+3 -1
View File
@@ -1,2 +1,4 @@
- [[wp]] https://en.wikipedia.org/wiki/Polyfill_(programming) - [[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) - 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