mirror of
https://github.com/flancian/garden.git
synced 2026-08-05 22:16:20 +00:00
[[snapshot]]: 2021-05-09 19:39:59
Affected files: .obsidian/workspace obsidian.md polyfill.md
This commit is contained in:
Vendored
+10
-43
@@ -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"
|
||||
]
|
||||
}
|
||||
+3
-2
@@ -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
|
||||
|
||||
|
||||
+3
-1
@@ -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)
|
||||
- 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
|
||||
Reference in New Issue
Block a user