Compare commits
2 Commits
e881d4e3c1
...
e8afa51d15
| Author | SHA1 | Date | |
|---|---|---|---|
| e8afa51d15 | |||
| 28ebb35123 |
Vendored
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"cssTheme": "Minimal"
|
"cssTheme": "Minimal",
|
||||||
|
"theme": "obsidian"
|
||||||
}
|
}
|
||||||
Vendored
+3
@@ -0,0 +1,3 @@
|
|||||||
|
[
|
||||||
|
"obsidian-excalidraw-plugin"
|
||||||
|
]
|
||||||
Vendored
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
"outline": true,
|
"outline": true,
|
||||||
"word-count": true,
|
"word-count": true,
|
||||||
"slides": false,
|
"slides": false,
|
||||||
"audio-recorder": false,
|
"audio-recorder": true,
|
||||||
"workspaces": false,
|
"workspaces": false,
|
||||||
"file-recovery": true,
|
"file-recovery": true,
|
||||||
"publish": false,
|
"publish": false,
|
||||||
|
|||||||
Vendored
+3
-3
@@ -7,16 +7,16 @@
|
|||||||
"showOrphans": true,
|
"showOrphans": true,
|
||||||
"collapse-color-groups": true,
|
"collapse-color-groups": true,
|
||||||
"colorGroups": [],
|
"colorGroups": [],
|
||||||
"collapse-display": true,
|
"collapse-display": false,
|
||||||
"showArrow": false,
|
"showArrow": false,
|
||||||
"textFadeMultiplier": 0,
|
"textFadeMultiplier": 0,
|
||||||
"nodeSizeMultiplier": 1,
|
"nodeSizeMultiplier": 1,
|
||||||
"lineSizeMultiplier": 1,
|
"lineSizeMultiplier": 1,
|
||||||
"collapse-forces": true,
|
"collapse-forces": false,
|
||||||
"centerStrength": 0.518713248970312,
|
"centerStrength": 0.518713248970312,
|
||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 1,
|
"scale": 0.554975466409209,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
+1085
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-excalidraw-plugin",
|
||||||
|
"name": "Excalidraw",
|
||||||
|
"version": "2.25.3",
|
||||||
|
"minAppVersion": "1.8.7",
|
||||||
|
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||||
|
"author": "Zsolt Viczian",
|
||||||
|
"authorUrl": "https://excalidraw-obsidian.online",
|
||||||
|
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||||
|
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Minimal",
|
"name": "Minimal",
|
||||||
"version": "8.2.1",
|
"version": "8.2.2",
|
||||||
"minAppVersion": "1.9.0",
|
"minAppVersion": "1.9.0",
|
||||||
"author": "@kepano",
|
"author": "@kepano",
|
||||||
"authorUrl": "https://twitter.com/kepano",
|
"authorUrl": "https://twitter.com/kepano",
|
||||||
|
|||||||
Vendored
+23
-6
@@ -444,6 +444,7 @@ body .excalidraw {
|
|||||||
.theme-light.minimal-light-contrast.is-mobile .workspace-drawer.mod-left,
|
.theme-light.minimal-light-contrast.is-mobile .workspace-drawer.mod-left,
|
||||||
.theme-dark,
|
.theme-dark,
|
||||||
.theme-light {
|
.theme-light {
|
||||||
|
--bases-table-group-background: transparent;
|
||||||
--background-modifier-accent: var(--ax3);
|
--background-modifier-accent: var(--ax3);
|
||||||
--background-modifier-border-focus: var(--ui3);
|
--background-modifier-border-focus: var(--ui3);
|
||||||
--background-modifier-border-hover: var(--ui2);
|
--background-modifier-border-hover: var(--ui2);
|
||||||
@@ -485,9 +486,6 @@ body .excalidraw {
|
|||||||
--prompt-border-color: var(--ui3);
|
--prompt-border-color: var(--ui3);
|
||||||
--quote-opening-modifier: var(--ui2);
|
--quote-opening-modifier: var(--ui2);
|
||||||
--ribbon-background: var(--bg2);
|
--ribbon-background: var(--bg2);
|
||||||
--scrollbar-active-thumb-bg: var(--ui3);
|
|
||||||
--scrollbar-bg: transparent;
|
|
||||||
--scrollbar-thumb-bg: var(--ui1);
|
|
||||||
--search-result-background: var(--bg1);
|
--search-result-background: var(--bg1);
|
||||||
--tab-text-color-focused-active: var(--tx1);
|
--tab-text-color-focused-active: var(--tx1);
|
||||||
--tab-outline-color: var(--ui1);
|
--tab-outline-color: var(--ui1);
|
||||||
@@ -562,6 +560,8 @@ body .excalidraw {
|
|||||||
--background-table-rows: var(--bg2);
|
--background-table-rows: var(--bg2);
|
||||||
--interactive-normal: var(--ui1);
|
--interactive-normal: var(--ui1);
|
||||||
--setting-items-background: transparent;
|
--setting-items-background: transparent;
|
||||||
|
}
|
||||||
|
.theme-light.minimal-light-white .mod-settings {
|
||||||
--setting-items-border-width: 1px;
|
--setting-items-border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -570,6 +570,8 @@ body .excalidraw {
|
|||||||
--background-primary-alt: var(--bg3);
|
--background-primary-alt: var(--bg3);
|
||||||
--background-table-rows: var(--bg3);
|
--background-table-rows: var(--bg3);
|
||||||
--setting-items-background: var(--bg1);
|
--setting-items-background: var(--bg1);
|
||||||
|
}
|
||||||
|
.theme-light.minimal-light-tonal .mod-settings {
|
||||||
--setting-items-border-width: 1px;
|
--setting-items-border-width: 1px;
|
||||||
}
|
}
|
||||||
.theme-light.minimal-light-tonal.is-mobile {
|
.theme-light.minimal-light-tonal.is-mobile {
|
||||||
@@ -582,6 +584,8 @@ body .excalidraw {
|
|||||||
--background-secondary: var(--bg1);
|
--background-secondary: var(--bg1);
|
||||||
--background-table-rows: var(--bg3);
|
--background-table-rows: var(--bg3);
|
||||||
--setting-items-background: var(--bg1);
|
--setting-items-background: var(--bg1);
|
||||||
|
}
|
||||||
|
.theme-dark.minimal-dark-tonal .mod-settings {
|
||||||
--setting-items-border-width: 1px;
|
--setting-items-border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -589,13 +593,21 @@ body .excalidraw {
|
|||||||
--background-primary-alt: var(--bg3);
|
--background-primary-alt: var(--bg3);
|
||||||
--background-table-rows: var(--bg3);
|
--background-table-rows: var(--bg3);
|
||||||
--setting-items-background: black;
|
--setting-items-background: black;
|
||||||
--setting-items-border-width: 1px;
|
--setting-items-border-width: 1px --modal-border: var(--ui2);
|
||||||
--modal-border: var(--ui2);
|
|
||||||
--active-line-bg: rgba(255,255,255,0.085);
|
--active-line-bg: rgba(255,255,255,0.085);
|
||||||
--background-modifier-form-field: var(--bg3);
|
--background-modifier-form-field: var(--bg3);
|
||||||
--background-modifier-cover:hsla(var(--base-h),var(--base-s),calc(var(--base-d) + 8%),0.7);
|
--background-modifier-cover:hsla(var(--base-h),var(--base-s),calc(var(--base-d) + 8%),0.7);
|
||||||
--background-modifier-box-shadow: rgba(0, 0, 0, 1);
|
--background-modifier-box-shadow: rgba(0, 0, 0, 1);
|
||||||
}
|
}
|
||||||
|
.theme-dark.minimal-dark-black .mod-settings {
|
||||||
|
--setting-items-border-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.styled-scrollbar {
|
||||||
|
--scrollbar-active-thumb-bg: var(--ui3);
|
||||||
|
--scrollbar-bg: transparent;
|
||||||
|
--scrollbar-thumb-bg: var(--ui1);
|
||||||
|
}
|
||||||
|
|
||||||
/* Desktop font sizes */
|
/* Desktop font sizes */
|
||||||
body {
|
body {
|
||||||
@@ -1243,6 +1255,11 @@ body:not(.is-mobile).labeled-nav.vault-profile-top .workspace-split.mod-left-spl
|
|||||||
--checkbox-radius: 4px;
|
--checkbox-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-phone .modal.mod-settings .vertical-tab-header-group-items,
|
||||||
|
.is-phone .modal.mod-settings .setting-search-result-group {
|
||||||
|
border: var(--setting-items-border-width) solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
/* Confirm delete */
|
/* Confirm delete */
|
||||||
.modal-container.mod-confirmation .modal {
|
.modal-container.mod-confirmation .modal {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
@@ -3623,7 +3640,7 @@ body {
|
|||||||
|
|
||||||
.img-grid .image-embed.is-loaded {
|
.img-grid .image-embed.is-loaded {
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
.img-grid .image-embed.is-loaded img {
|
.img-grid .image-embed.is-loaded img {
|
||||||
|
|||||||
Vendored
+21
-275
@@ -1,42 +1,14 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"id": "1d60a9785f69aac9",
|
"id": "14e3fd988d4c6907",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "a01830abf05802cb",
|
"id": "afdb20ea5624f6c9",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "ba6cb47b7ba630bb",
|
"id": "4113f5c6ad4fc2b2",
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "root.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "root"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "442ae2a37667ea85",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "kinesmatics.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "kinesmatics"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "6640a76e80c86410",
|
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "empty",
|
||||||
@@ -44,205 +16,6 @@
|
|||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "New tab"
|
"title": "New tab"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "25903a35ae2c9954",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "chemistry/chemistry.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "chemistry"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "3a7ba039ba02a066",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "chemistry/chemistry.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "chemistry"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "02152825b6211fd4",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "physics/physics.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "physics"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "c301655c0efd7f1b",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "chemistry/polar molecules.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "polar molecules"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "b9ac0d845a505318",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "math/calculus.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "calculus"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "e8fd67d7666310aa",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "math/vectors.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "vectors"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2208ee32ef662cca",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "math/probability.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "probability"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "37e50c41c8cf057d",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "chemistry/vsepr.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "vsepr"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "f3ee4157b69e2895",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "chemistry/bonds.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "bonds"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "b1d2e75610c39d5a",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "chemistry/bonds.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "bonds"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "e4b0203acb6719ce",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "math/vectors.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "vectors"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "8ee0ee2a65630636",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "medical/medical.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "medical"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "a1a5c58d2b4bf9c7",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "medical/medical.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "medical"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"currentTab": 14
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "eb3b666d9d89c663",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "ecb78d624b56a7aa",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "graph",
|
|
||||||
"state": {},
|
|
||||||
"icon": "lucide-git-fork",
|
|
||||||
"title": "Graph view"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -250,15 +23,15 @@
|
|||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"id": "8ee099bb473a4f17",
|
"id": "19b49cd4c3759a9a",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "d7378f1095090234",
|
"id": "2e293f6e16891a3c",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "713a2ea9096a5d46",
|
"id": "85385ac3fdc16167",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "file-explorer",
|
"type": "file-explorer",
|
||||||
@@ -271,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "fb224541f09f4cda",
|
"id": "f5a4ddad0de631f7",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
@@ -288,7 +61,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "69e0d96b02da1e42",
|
"id": "047575a510f168a2",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "bookmarks",
|
"type": "bookmarks",
|
||||||
@@ -301,18 +74,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 285.5
|
"width": 300
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "e96076b6c37da0cc",
|
"id": "d7adab66dcffbce9",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "f7651d30e9565d20",
|
"id": "abb8d4c5f9274c80",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "ee135818d6c8b392",
|
"id": "fbdabe4afce5f930",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
@@ -330,7 +103,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "9d9896c2b88ffecf",
|
"id": "f814b5bbfa3764c5",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
@@ -343,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "bdf9798b4aa2a890",
|
"id": "154e2efca20c3f30",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "tag",
|
"type": "tag",
|
||||||
@@ -358,7 +131,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ffe9bfad7660d2a1",
|
"id": "1a115061a16528f5",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "all-properties",
|
"type": "all-properties",
|
||||||
@@ -372,7 +145,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2641f0e649856341",
|
"id": "9b98b23e8032b9bf",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
@@ -400,38 +173,11 @@
|
|||||||
"daily-notes:Open today's daily note": false,
|
"daily-notes:Open today's daily note": false,
|
||||||
"templates:Insert template": false,
|
"templates:Insert template": false,
|
||||||
"command-palette:Open command palette": false,
|
"command-palette:Open command palette": false,
|
||||||
"bases:Create new base": false
|
"audio-recorder:Start/stop recording": false,
|
||||||
|
"bases:Create new base": false,
|
||||||
|
"obsidian-excalidraw-plugin:New drawing": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "ecb78d624b56a7aa",
|
"active": "4113f5c6ad4fc2b2",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": []
|
||||||
"medical/medical.md",
|
|
||||||
"math.md",
|
|
||||||
"biology",
|
|
||||||
"biology/biology.md",
|
|
||||||
"medical",
|
|
||||||
"math/vectors.md",
|
|
||||||
"root.md",
|
|
||||||
"math/calculus.md",
|
|
||||||
"chemistry/vsepr.md",
|
|
||||||
"chemistry/bonds.md",
|
|
||||||
"math/probability.md",
|
|
||||||
"chemistry/polar molecules.md",
|
|
||||||
"math/math.md",
|
|
||||||
"math",
|
|
||||||
"physics/physics.md",
|
|
||||||
"chemistry/electronegativity.md",
|
|
||||||
"chemistry/chemistry.md",
|
|
||||||
"chemistry/Stoichiometry.md",
|
|
||||||
"chemistry/nomenclature.md",
|
|
||||||
"chemistry/Matter and Chemical Bonding.md",
|
|
||||||
"physics",
|
|
||||||
"physics/constants.md",
|
|
||||||
"Untitled 1.md",
|
|
||||||
"physics/random math shit i probably need to know.md",
|
|
||||||
"physics/dynamics.md",
|
|
||||||
"physics/kinesmatics formulas.md",
|
|
||||||
"physics/kinesmatics.md",
|
|
||||||
"Welcome.md"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
+1
-1
@@ -1 +1 @@
|
|||||||
[[root]]
|
[[root]]
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
[[biology]]
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
[[biology]]
|
||||||
@@ -1 +1,4 @@
|
|||||||
[[Matter and Chemical Bonding]]
|
[[Matter and Chemical Bonding]]
|
||||||
|
|
||||||
|
covalents are sharing
|
||||||
|
ionics are giving
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
[[chemistry]]
|
||||||
@@ -1 +1,3 @@
|
|||||||
[[Matter and Chemical Bonding]]
|
[[Matter and Chemical Bonding]]
|
||||||
|
how much attraction an element has to electrons
|
||||||
|
when bonded things different in electronegativity is too high, one basically steals the electron from the other forming an ionic bond, and if it's in the middle then it's polar, and if the difference isnt large than the 2 play nice and share it with a covalent
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
[[Matter and Chemical Bonding]]
|
[[Matter and Chemical Bonding]]
|
||||||
|
|
||||||
naming chemical compounds
|
naming chemical compounds
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
[[chemistry]]
|
||||||
|
|
||||||
|
periods are rows
|
||||||
|
groups are columns
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
[[Matter and Chemical Bonding]]
|
[[Matter and Chemical Bonding]]
|
||||||
|
[[electronegativity]]
|
||||||
|
|
||||||
when 2 bonding atoms have an $\Delta$ EN greater than 0.5 and less than 1.7, it's a polar covalent bond
|
when 2 bonding atoms have an $\Delta$ EN greater than 0.5 and less than 1.7, it's a polar covalent bond
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
[[Matter and Chemical Bonding]]
|
||||||
|
|
||||||
|
add or remove valence e according to charge
|
||||||
|
|
||||||
|
H stable at a duet 2d
|
||||||
|
Be stable at a tetrad 4e
|
||||||
|
B stable at a sextet 6e
|
||||||
|
all other elements in pe 1 and 2 require octets 8e (common ball)
|
||||||
|
per 3 and below can go above an octet (common ball)
|
||||||
|
|
||||||
|
$po_4^{-3}$
|
||||||
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
[[literacy]]
|
||||||
|
really buzzy buzzwords
|
||||||
|
|
||||||
|
praxis - implmentation of a theory
|
||||||
|
preface - introductory
|
||||||
|
juxtapose - contrast/side to side
|
||||||
|
idiosyncrasies - structual/behavioral change to a group or individual
|
||||||
|
dissimilitude - contrast/unlikeness
|
||||||
|
vicissitude - change/ quality of changing
|
||||||
|
banal - so common ball that it's annoying
|
||||||
|
indicted - basically convicted
|
||||||
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
[[literacy]]
|
||||||
|
things you use in an argument with no bearing to logic or the argument
|
||||||
|
|
||||||
|
ad hominem - insulting the other guy
|
||||||
|
ad lapidem - alex special, saying no without an argument
|
||||||
|
fallacy fallacy - calling out fallacies without actually providing a counterargument
|
||||||
|
appeal to hypocrisy/tu quoque - calling out another persons hypocrisy like eg you hate this game but you dont make any
|
||||||
|
possibiliter ergo probabiliter/appeal to probability - this is likely so it must be true
|
||||||
|
false dilemma- presenting something as either this or that when there could be more options
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
[[root]]
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
[[math]]
|
||||||
|
basically just the comedically easy stuff
|
||||||
|
|
||||||
|
like what do i even write here it's all too easy
|
||||||
+3
-1
@@ -1,2 +1,4 @@
|
|||||||
[[math/math]]
|
[[math]]
|
||||||
basically just the hard stuff
|
basically just the hard stuff
|
||||||
|
|
||||||
|
fundamental theorem of calculus
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[[calculus]]
|
||||||
|
|
||||||
|
simply the instantaneous rate of change at a point
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[[vectors]]
|
||||||
|
[[linear algebra]]
|
||||||
|
|
||||||
|
$a \cdot b = x_1x_2 + y_1y_2 + z_1z_2$
|
||||||
|
$a\cdot b=|a||b|cos\theta$
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
[[math]]
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
[[derivatives]]
|
||||||
|
[[calculus]]
|
||||||
|
|
||||||
|
it's just reverse derivative
|
||||||
|
and then for the range minus the lower by the bigger index
|
||||||
|
fundamental theorem of calculus
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
[[math]]
|
||||||
|
[[vectors]]
|
||||||
|
[[matrices]]
|
||||||
|
|
||||||
|
algebra but harder and actually fun
|
||||||
|
coordanite spaces and allathat
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
[[math]]
|
||||||
|
|
||||||
|
basically arrays of arrays
|
||||||
|
|
||||||
|
in game dev primarly used for stacking transfomations on each other
|
||||||
|
3x3 in 2d 4x4 in 3d
|
||||||
|
despite most transformations being able to be represented with position rotation and scale, it doesnt account for perspective transformations which compose most 3d games so you cant just 3x3 the shit unless you want an orthographic view, and going 3x3 and sending that into the gpu jsut to convert it is unoptimized
|
||||||
+1
-1
@@ -1 +1 @@
|
|||||||
[[math/math]]
|
[[math]]
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
the stupidly easy stuff
|
||||||
|
[[math]]
|
||||||
|
|
||||||
|
basically just ^2 shit
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
[[algebra]]
|
||||||
|
basically just linear systems
|
||||||
|
main ways to solve are
|
||||||
|
1. decomp (add equations so that a variable disappears)
|
||||||
|
2. sub (replace a variable by the value dictated by the other)
|
||||||
|
3. decomp but you just make the 2 sides the different equations
|
||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
[[math/math]]
|
[[math]]
|
||||||
basically just the easy stuff
|
basically just the easy stuff
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
[[root]]
|
[[root]]
|
||||||
|
|||||||
Reference in New Issue
Block a user