Skip to content

Commit

Permalink
2024-07-22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs committed Jul 22, 2024
1 parent 21d9551 commit 2526ead
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
"type": "split",
"children": [
{
"id": "cbdcae738865cf58",
"id": "36540ab8e324542d",
"type": "tabs",
"children": [
{
"id": "0963262e726cc245",
"id": "8916e5ef6037c82c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "programming/tools.md",
"mode": "source",
"source": false
}
"type": "empty",
"state": {}
}
}
]
Expand Down Expand Up @@ -93,7 +89,6 @@
"state": {
"type": "backlink",
"state": {
"file": "programming/tools.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -110,7 +105,6 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "programming/tools.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -121,9 +115,7 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "programming/tools.md"
}
"state": {}
}
},
{
Expand Down Expand Up @@ -166,8 +158,12 @@
"command-palette:Open command palette": false
}
},
"active": "0963262e726cc245",
"active": "8916e5ef6037c82c",
"lastOpenFiles": [
"programming/Javascript/general.md",
"programming/css/tips & cool stuff.md",
"programming/css/general.md",
"programming/tools.md",
"programming/html.md",
"programming/Multi-platform.md",
"programming/Rust.md",
Expand All @@ -176,10 +172,6 @@
"programming/packages.md",
"programming/Node/general.md",
"programming/Node/Libraries.md",
"programming/Javascript/general.md",
"programming/css/tips & cool stuff.md",
"programming/css/general.md",
"programming/tools.md",
"programming/general.md",
"programming/SVG/general.md",
"programming/Icons.md",
Expand Down
1 change: 1 addition & 0 deletions programming/Javascript/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
[Promises from the ground up](https://www.joshwcomeau.com/javascript/promises/)
[how to compose js functions that take multiple parameters](https://jrsinclair.com/articles/2024/how-to-compose-functions-that-take-multiple-parameters-epic-guide/)
[new Set methods](https://web.dev/blog/set-methods)
[Object & Map groupBy](https://2ality.com/2024/06/ecmascript-2024.html)

## cool stuff
[draw regular shapes](https://developer.mozilla.org/en-US/blog/javascript-shape-drawing-function/)
Expand Down
1 change: 1 addition & 0 deletions programming/css/tips & cool stuff.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
[Setting And Persisting Color Scheme Preferences With CSS And A “Touch” Of JavaScript](https://www.smashingmagazine.com/2024/03/setting-persisting-color-scheme-preferences-css-javascript/)
[Using Grid Named Areas to Visualize (and Reference) Your Layout](https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/)
[inline conditionals](https://lea.verou.me/blog/2024/css-conditionals-now/)
[get screen width height witout js](https://css-tip.com/screen-dimension/)

### nested rounded corners
[nested radius](https://twitter.com/aleksliving/status/1687889580555407361)
Expand Down

0 comments on commit 2526ead

Please sign in to comment.