Compare commits

...

10 Commits

Author SHA1 Message Date
johnruina cffec1b616 chem 7/29 2 2026-07-29 20:55:43 -04:00
johnruina 493277966c chem 7/29 2026-07-29 20:48:35 -04:00
johnruina 17c9fd0e8a thermal expansion 7/27 2026-07-27 13:21:52 -04:00
johnruina 7fafeb2778 chem 7/25 2026-07-25 14:39:06 -04:00
johnruina b9d12617d2 chem 7/22 p2 2026-07-22 21:00:33 -04:00
johnruina 1ef616b0dd chem 7/22 2026-07-22 20:34:27 -04:00
johnruina dfebbfe026 accel 2026-07-20 19:19:07 -04:00
johnruina c6a004caf2 stuff 2026-07-18 15:24:06 -04:00
johnruina e8afa51d15 asdas 2026-07-18 13:33:42 -04:00
johnruina 28ebb35123 chem july 17 2026-07-18 13:18:29 -04:00
50 changed files with 2074 additions and 194 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"cssTheme": "Minimal"
"cssTheme": "Minimal",
"theme": "obsidian"
}
+3
View File
@@ -0,0 +1,3 @@
[
"obsidian-excalidraw-plugin"
]
+1 -1
View File
@@ -23,7 +23,7 @@
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"audio-recorder": true,
"workspaces": false,
"file-recovery": true,
"publish": false,
+4 -4
View File
@@ -5,18 +5,18 @@
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"collapse-color-groups": false,
"colorGroups": [],
"collapse-display": true,
"collapse-display": false,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"collapse-forces": false,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"scale": 0.602364974150513,
"close": true
}
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
View File
@@ -1,6 +1,6 @@
{
"name": "Minimal",
"version": "8.2.1",
"version": "8.2.2",
"minAppVersion": "1.9.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
+23 -6
View File
@@ -444,6 +444,7 @@ body .excalidraw {
.theme-light.minimal-light-contrast.is-mobile .workspace-drawer.mod-left,
.theme-dark,
.theme-light {
--bases-table-group-background: transparent;
--background-modifier-accent: var(--ax3);
--background-modifier-border-focus: var(--ui3);
--background-modifier-border-hover: var(--ui2);
@@ -485,9 +486,6 @@ body .excalidraw {
--prompt-border-color: var(--ui3);
--quote-opening-modifier: var(--ui2);
--ribbon-background: var(--bg2);
--scrollbar-active-thumb-bg: var(--ui3);
--scrollbar-bg: transparent;
--scrollbar-thumb-bg: var(--ui1);
--search-result-background: var(--bg1);
--tab-text-color-focused-active: var(--tx1);
--tab-outline-color: var(--ui1);
@@ -562,6 +560,8 @@ body .excalidraw {
--background-table-rows: var(--bg2);
--interactive-normal: var(--ui1);
--setting-items-background: transparent;
}
.theme-light.minimal-light-white .mod-settings {
--setting-items-border-width: 1px;
}
@@ -570,6 +570,8 @@ body .excalidraw {
--background-primary-alt: var(--bg3);
--background-table-rows: var(--bg3);
--setting-items-background: var(--bg1);
}
.theme-light.minimal-light-tonal .mod-settings {
--setting-items-border-width: 1px;
}
.theme-light.minimal-light-tonal.is-mobile {
@@ -582,6 +584,8 @@ body .excalidraw {
--background-secondary: var(--bg1);
--background-table-rows: var(--bg3);
--setting-items-background: var(--bg1);
}
.theme-dark.minimal-dark-tonal .mod-settings {
--setting-items-border-width: 1px;
}
@@ -589,13 +593,21 @@ body .excalidraw {
--background-primary-alt: var(--bg3);
--background-table-rows: var(--bg3);
--setting-items-background: black;
--setting-items-border-width: 1px;
--modal-border: var(--ui2);
--setting-items-border-width: 1px --modal-border: var(--ui2);
--active-line-bg: rgba(255,255,255,0.085);
--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-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 */
body {
@@ -1243,6 +1255,11 @@ body:not(.is-mobile).labeled-nav.vault-profile-top .workspace-split.mod-left-spl
--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 */
.modal-container.mod-confirmation .modal {
width: 480px;
@@ -3623,7 +3640,7 @@ body {
.img-grid .image-embed.is-loaded {
line-height: 0;
display: flex;
display: inline-flex;
align-items: stretch;
}
.img-grid .image-embed.is-loaded img {
+7
View File
@@ -0,0 +1,7 @@
{
"name": "Obsidian Nord",
"version": "0.2.0",
"minAppVersion": "0.16.0",
"author": "insanum",
"authorUrl": "https://insanum.com"
}
+525
View File
@@ -0,0 +1,525 @@
:root
{
--dark0_x: 46,52,64; /* #2e3440 */
--dark0: rgb(var(--dark0_x));
--dark1_x: 59,66,82; /* #3b4252 */
--dark1: rgb(var(--dark1_x));
--dark2_x: 67,76,94; /* #434c5e */
--dark2: rgb(var(--dark2_x));
--dark3_x: 76,86,106; /* #4c566a */
--dark3: rgb(var(--dark3_x));
--light0_x: 216,222,233; /* #d8dee9 */
--light0: rgb(var(--light0_x));
--light1_x: 229,233,240; /* #e5e9f0 */
--light1: rgb(var(--light1_x));
--light2_x: 236,239,244; /* #eceff4 */
--light2: rgb(var(--light2_x));
--light3_x: 255,255,255; /* #ffffff */
--light3: rgb(var(--light3_x));
--frost0_x: 143,188,187; /* #8fbcbb */
--frost0: rgb(var(--frost0_x));
--frost1_x: 136,192,208; /* #88c0d0 */
--frost1: rgb(var(--frost1_x));
--frost2_x: 129,161,193; /* #81a1c1 */
--frost2: rgb(var(--frost2_x));
--frost3_x: 94,129,172; /* #5e81ac */
--frost3: rgb(var(--frost3_x));
--red_x: 191,97,106; /* #bf616a */
--red: rgb(var(--red_x));
--orange_x: 208,135,112; /* #d08770 */
--orange: rgb(var(--orange_x));
--yellow_x: 235,203,139; /* #ebcb8b */
--yellow: rgb(var(--yellow_x));
--green_x: 163,190,140; /* #a3be8c */
--green: rgb(var(--green_x));
--purple_x: 180,142,173; /* #b48ead */
--purple: rgb(var(--purple_x));
}
body
{
--accent-h: 354; /* --red #bf616a */
--accent-s: 42%;
--accent-l: 56%;
--link-decoration: none;
--link-decoration-hover: none;
--link-external-decoration: none;
--link-external-decoration-hover: none;
--tag-decoration: none;
--tag-decoration-hover: underline;
--tag-padding-x: .5em;
--tag-padding-y: .2em;
--tag-radius: .5em;
--tab-font-weight: 600;
--bold-weight: 600;
--checkbox-radius: 0;
/* --list-indent: 2em; */
--embed-border-left: 6px double var(--interactive-accent);
}
.theme-dark
{
--color-red-rgb: var(--red_x);
--color-red: var(--red);
--color-purple-rgb: var(--purple_x);
--color-purple: var(--purple);
--color-green-rgb: var(--green_x);
--color-green: var(--green);
--color-cyan-rgb: var(--frost1_x);
--color-cyan: var(--frost1);
--color-blue-rgb: var(--frost3_x);
--color-blue: var(--frost3);
--color-yellow-rgb: var(--yellow_x);
--color-yellow: var(--yellow);
--color-orange-rgb: var(--orange_x);
--color-orange: var(--orange);
/* --color-pink: var(--purple); */
--background-primary: var(--dark0);
--background-primary-alt: var(--dark0);
--background-secondary: var(--dark1);
--background-secondary-alt: var(--dark2);
--background-modifier-border: var(--dark2);
--cursor-line-background: rgba(var(--red_x), 0.2);
--text-normal: var(--light2);
--text-faint: var(--light0);
--text-muted: var(--light1);
--link-url: var(--purple);
--h1-color: var(--red);
--h2-color: var(--yellow);
--h3-color: var(--green);
--h4-color: var(--purple);
--h5-color: var(--frost0);
--h6-color: var(--frost2);
--text-highlight-bg: var(--frost1);
--text-highlight-fg: var(--dark0);
--text-accent: var(--orange);
--text-accent-hover: var(--frost2);
--tag-color: var(--frost0);
--tag-background: var(--dark2);
--tag-background-hover: var(--dark1);
--titlebar-text-color-focused: var(--red);
--inline-title-color: var(--yellow);
--bold-color: var(--yellow);
--italic-color: var(--yellow);
--checkbox-color: var(--frost0);
--checkbox-color-hover: var(--frost0);
--checkbox-border-color: var(--frost0);
--checkbox-border-color-hover: var(--frost0);
--checklist-done-color: rgba(var(--light2_x), 0.5);
--table-header-background: hsl(220, 16%, 16%);
--table-header-background-hover: var(--dark3);
--table-row-even-background: hsl(220, 16%, 20%);
--table-row-odd-background: hsl(220, 16%, 24%);
--table-row-background-hover: var(--dark3);
--text-selection: rgba(var(--red_x), 0.6);
--flashing-background: rgba(var(--red_x), 0.3);
--code-normal: var(--frost1);
--code-background: var(--dark1);
--mermaid-note: var(--frost3);
--mermaid-loopline: var(--frost1);
--mermaid-exclude: var(--dark3);
--mermaid-seqnum: var(--dark0);
--icon-color-hover: var(--red);
--icon-color-focused: var(--frost2);
--nav-item-color-hover: var(--red);
--nav-item-color-active: var(--frost2);
--nav-file-tag: rgba(var(--yellow_x), 0.9);
--graph-line: var(--dark3);
--graph-node: var(--light3);
--graph-node-tag: var(--red);
--graph-node-attachment: var(--green);
--calendar-hover: var(--red);
--calendar-background-hover: var(--dark3);
--calendar-week: var(--yellow);
--calendar-today: var(--yellow);
--dataview-key: var(--text-faint);
--dataview-key-background: rgba(var(--frost2_x), 0.3);
--dataview-value: var(--text-faint);
--dataview-value-background: rgba(var(--red_x), 0.3);
--tab-text-color-focused-active: var(--frost2);
--tab-text-color-focused-active-current: var(--red);
}
.theme-light
{
--color-red-rgb: var(--red_x);
--color-red: var(--red);
--color-purple-rgb: var(--purple_x);
--color-purple: var(--purple);
--color-green-rgb: var(--green_x);
--color-green: var(--green);
--color-cyan-rgb: var(--frost1_x);
--color-cyan: var(--frost1);
--color-blue-rgb: var(--frost3_x);
--color-blue: var(--frost3);
--color-yellow-rgb: var(--yellow_x);
--color-yellow: var(--yellow);
--color-orange-rgb: var(--orange_x);
--color-orange: var(--orange);
/* --color-pink: var(--purple); */
--background-primary: var(--light3);
--background-primary-alt: var(--light3);
--background-secondary: var(--light2);
--background-secondary-alt: var(--light1);
--background-modifier-border: var(--light1);
--cursor-line-background: rgba(var(--red_x), 0.1);
--text-normal: var(--dark2);
--text-faint: var(--dark0);
--text-muted: var(--dark1);
--link-url: var(--purple);
--h1-color: var(--red);
--h2-color: var(--yellow);
--h3-color: var(--green);
--h4-color: var(--purple);
--h5-color: var(--frost0);
--h6-color: var(--frost2);
--text-highlight-bg: var(--yellow);
--text-highlight-fg: var(--dark0);
--text-accent: var(--orange);
--text-accent-hover: var(--frost2);
--tag-color: var(--dark3);
--tag-background: var(--light1);
--tag-background-hover: var(--light0);
--titlebar-text-color-focused: var(--red);
--inline-title-color: var(--yellow);
--bold-color: var(--green);
--italic-color: var(--green);
--checkbox-color: var(--frost2);
--checkbox-color-hover: var(--frost2);
--checkbox-border-color: var(--frost2);
--checkbox-border-color-hover: var(--frost2);
--checklist-done-color: rgba(var(--dark2_x), 0.4);
--table-header-background: rgba(var(--light2_x), 0.2);
--table-header-background-hover: var(--frost2);
--table-row-even-background: rgba(var(--light2_x), 0.4);
--table-row-odd-background: rgba(var(--light2_x), 0.8);
--table-row-background-hover: var(--frost2);
--text-selection: rgba(var(--red_x), 0.6);
--flashing-background: rgba(var(--red_x), 0.3);
--code-normal: var(--frost1);
--code-background: var(--light2);
--mermaid-note: var(--frost0);
--mermaid-loopline: var(--frost1);
--mermaid-exclude: var(--light0);
--mermaid-seqnum: var(--light0);
--icon-color-hover: var(--red);
--icon-color-focused: var(--frost3);
--nav-item-color-hover: var(--red);
--nav-item-color-active: var(--frost2);
--nav-file-tag: rgba(var(--orange_x), 0.9);
--graph-line: var(--light0);
--graph-node: var(--dark3);
--graph-node-tag: var(--red);
--graph-node-attachment: var(--green);
--calendar-hover: var(--red);
--calendar-background-hover: var(--light0);
--calendar-week: var(--orange);
--calendar-today: var(--orange);
--dataview-key: var(--text-faint);
--dataview-key-background: rgba(var(--frost2_x), 0.3);
--dataview-value: var(--text-faint);
--dataview-value-background: rgba(var(--red_x), 0.3);
--tab-text-color-focused-active: var(--frost2);
--tab-text-color-focused-active-current: var(--red);
}
table
{
border: 1px solid var(--background-secondary) !important;
border-collapse: collapse;
}
thead
{
border-bottom: 2px solid var(--background-modifier-border) !important;
}
th
{
font-weight: 600 !important;
border: 1px solid var(--background-secondary) !important;
}
td
{
border-left: 1px solid var(--background-secondary) !important;
border-right: 1px solid var(--background-secondary) !important;
border-bottom: 1px solid var(--background-secondary) !important;
}
.markdown-rendered tbody tr:nth-child(even)
{
background-color: var(--table-row-even-background) !important;
}
.markdown-rendered tbody tr:nth-child(odd)
{
background-color: var(--table-row-odd-background) !important;
}
.markdown-rendered tbody tr:nth-child(even):hover,
.markdown-rendered tbody tr:nth-child(odd):hover
{
background-color: var(--table-row-background-hover) !important;
}
.markdown-rendered mark
{
background-color: var(--text-highlight-bg);
color: var(--text-highlight-fg);
}
.markdown-rendered mark a
{
color: var(--red) !important;
font-weight: 600;
}
.search-result-file-matched-text
{
color: var(--text-highlight-fg) !important;
}
.cm-hashtag-begin:hover, .cm-hashtag-end:hover
{
color: var(--text-accent);
/* background-color: var(--tag-background-hover); */
text-decoration: underline;
}
input[type=checkbox]
{
border: 1px solid var(--checkbox-color);
}
input[type=checkbox]:checked
{
background-color: var(--checkbox-color);
box-shadow: inset 0 0 0 2px var(--background-primary);
}
input[type=checkbox]:checked:after
{
display: none;
}
code[class*="language-"],
pre[class*="language-"]
{
line-height: var(--line-height-tight) !important;
}
.cm-url
{
color: var(--link-url) !important;
}
.cm-url:hover
{
color: var(--text-accent-hover) !important;
}
/* Keep highlight/marks the same between viewer and editor. */
.cm-highlight
{
color: var(--text-highlight-fg) !important;
}
/* Keep inline code the same between viewer and editor. */
.cm-inline-code
{
border-radius: var(--radius-s);
font-size: var(--code-size);
padding: 0.1em 0.25em;
}
.cm-formatting-code + .cm-inline-code
{
border-radius: 0;
padding: 0.1em 0;
}
.cm-formatting-code
{
border-radius: var(--radius-s) 0 0 var(--radius-s);
padding: 0.1em 0 0.1em 0.25em;
}
.cm-inline-code + .cm-formatting-code
{
border-radius: 0 var(--radius-s) var(--radius-s) 0;
padding: 0.1em 0.25em 0.1em 0;
}
.cm-line .cm-strong
{
color: var(--bold-color) !important;
}
/*
* Keep list bullet padding the same between viewer and editor.
* This is annoying with the cursor in the editor as there is a gap.
*/
/*
.cm-formatting-list
{
padding-right: 4px !important;
}
*/
/*
* Keep sub-list indenting the same between viewer and editor.
* This assumes --list-indent is default at 2em.
*/
/*
.cm-indent
{
text-indent: 1em !important;
}
*/
.mermaid .note
{
fill: var(--mermaid-note) !important;
}
.mermaid .loopLine
{
stroke: var(--mermaid-loopline) !important;
}
.mermaid .loopText>tspan,
.mermaid .entityLabel
{
fill: var(--red) !important;
}
.mermaid .exclude-range
{
fill: var(--mermaid-exclude) !important;
}
.mermaid .sequenceNumber
{
fill: var(--mermaid-seqnum) !important;
}
.calendar .week-num
{
color: var(--calendar-week) !important;
}
.calendar .today
{
color: var(--calendar-today) !important;
}
.calendar .week-num:hover,
.calendar .day:hover
{
color: var(--calendar-hover) !important;
background-color: var(--calendar-background-hover) !important;
}
.markdown-embed-title
{
color: var(--yellow);
font-weight: 600 !important;
}
.cm-active
{
background-color: var(--cursor-line-background) !important;
}
.nav-file-tag
{
color: var(--nav-file-tag) !important;
}
.is-flashing
{
background-color: var(--flashing-background) !important;
}
.dataview.inline-field-key
{
border-top-left-radius: var(--radius-s);
border-bottom-left-radius: var(--radius-s);
padding-left: 4px;
font-family: var(--font-monospace);
font-size: var(--font-smaller);
color: var(--dataview-key) !important;
background-color: var(--dataview-key-background) !important;
}
.dataview.inline-field-value
{
border-top-right-radius: var(--radius-s);
border-bottom-right-radius: var(--radius-s);
padding-right: 4px;
font-family: var(--font-monospace);
font-size: var(--font-smaller);
color: var(--dataview-value) !important;
background-color: var(--dataview-value-background) !important;
}
.suggestion-highlight
{
color: var(--red);
}
+132 -174
View File
@@ -4,11 +4,81 @@
"type": "split",
"children": [
{
"id": "a01830abf05802cb",
"id": "89712ed8944716a6",
"type": "tabs",
"children": [
{
"id": "ba6cb47b7ba630bb",
"id": "84f271ce812cecdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "biology/biology.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "biology"
}
},
{
"id": "ebe934162f58ca2e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "math/math.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "math"
}
},
{
"id": "707e633f5fd1e489",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chemistry/chemical reactions.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "chemical reactions"
}
},
{
"id": "d78d94a66b2cc7c8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "math/game theory.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "game theory"
}
},
{
"id": "eea9a5ad425e0396",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chemistry/state of matter.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "state of matter"
}
},
{
"id": "795f41c179837d1c",
"type": "leaf",
"state": {
"type": "markdown",
@@ -22,224 +92,104 @@
}
},
{
"id": "442ae2a37667ea85",
"id": "03c6a2c194cc7912",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "kinesmatics.md",
"file": "chemistry/Stoichiometry.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "kinesmatics"
"title": "Stoichiometry"
}
},
{
"id": "6640a76e80c86410",
"type": "leaf",
"state": {
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "New tab"
}
},
{
"id": "25903a35ae2c9954",
"id": "0a9e5cf1bc08b0dc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chemistry/chemistry.md",
"file": "physics/Thermodynamics.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "chemistry"
"title": "Thermodynamics"
}
},
{
"id": "3a7ba039ba02a066",
"id": "b066ef45036383e6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chemistry/chemistry.md",
"file": "physics/thermal expansion.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "chemistry"
"title": "thermal expansion"
}
},
{
"id": "02152825b6211fd4",
"id": "c853bff4a6144a5f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "physics/physics.md",
"file": "chemistry/polyatomic ions 1.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "physics"
"title": "polyatomic ions 1"
}
},
{
"id": "c301655c0efd7f1b",
"id": "0c20fafecc1fa446",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chemistry/polar molecules.md",
"file": "chemistry/chemical reactions.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "polar molecules"
"title": "chemical reactions"
}
},
{
"id": "b9ac0d845a505318",
"id": "e3468b9f6df1ac48",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "math/calculus.md",
"file": "biology/genetics.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"
"title": "genetics"
}
}
],
"currentTab": 14
"currentTab": 11
},
{
"id": "eb3b666d9d89c663",
"id": "25da4f0a48a8e7cd",
"type": "tabs",
"children": [
{
"id": "ecb78d624b56a7aa",
"id": "2a2c61d4f4ddce12",
"type": "leaf",
"pinned": true,
"state": {
"type": "graph",
"state": {},
"pinned": true,
"icon": "lucide-git-fork",
"title": "Graph view"
}
@@ -301,7 +251,7 @@
}
],
"direction": "horizontal",
"width": 285.5
"width": 331.5
},
"right": {
"id": "e96076b6c37da0cc",
@@ -395,43 +345,51 @@
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false
"bases:Create new base": false,
"audio-recorder:Start/stop recording": false,
"graph:Open graph view": false,
"obsidian-excalidraw-plugin:New drawing": false
}
},
"active": "ecb78d624b56a7aa",
"active": "e3468b9f6df1ac48",
"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",
"empherical formula.md",
"chemistry/empherical formula.md",
"biology/genetics.md",
"law of definite proportions and percent composition.md",
"chemistry/law of definite proportions and percent composition.md",
"chemistry/polyatomic ions 1.md",
"physics/physics.md",
"chemistry/electronegativity.md",
"chemistry/chemistry.md",
"physics/Thermodynamics.md",
"physics/thermal expansion.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",
"biology/cell biology.md",
"root.md",
"chemistry/solubility table.md",
"chemistry/state of matter.md",
"math/game theory.md",
"chemistry/chemical reactions.md",
"literacy/buzzwords.md",
"physics/kinesmatics.md",
"Welcome.md"
"physics/acceleration.md",
"chemistry/polyatomic ions.md",
"chemistry/periodic table.md",
"literacy/fallacies.md",
"math/math.md",
"literacy/literacy.md",
"biology/biology.md",
"literacy",
"chemistry/vsepr.md",
"Pasted image 20260716183501.png",
"Recording 20260716183349.m4a",
"Recording 20260716183320.m4a",
"biology",
"medical",
"math",
"physics"
]
}
+1 -1
View File
@@ -1 +1 @@
[[root]]
[[root]]
+1
View File
@@ -0,0 +1 @@
[[biology]]
+1
View File
@@ -0,0 +1 @@
[[biology]]
+10
View File
@@ -1 +1,11 @@
[[chemistry]]
**"calculation of relative quantities of reactants and products in chemical reactions"**
avogardos numbers = $6.02*10^{23}$
n=mole=conversion factor=$6.02*10^{23}$ things (atoms/ions/molecules/formulaunits/etc)
1 pair = 2 things
1 dozen = 12 things
one atomic unit ~= 1 gram / avogardos number
avogardos number x atomic unit ~= 1 gram
+3
View File
@@ -1 +1,4 @@
[[Matter and Chemical Bonding]]
covalents are sharing
ionics are giving
+27
View File
@@ -0,0 +1,27 @@
[[chemistry]]
**main types**
synthesis
decomposition
single displacement
double displacement
combustion
# synthesis
just two substances coming together to form a compound,
reactant + reactant ->
# single displacement
requires the replacee to havea a lower activity series than the replacer
# Double Displacement
double displacement is a reaction of 2 compounds
pos and negs switch places to form new stuff
only works with ionics
only occurs if one of 3 propduces is formed
- percipitate (s)
- gas (g)
- covalent compound such as water (l)
# Combustion
is hydrocarbon react with oxygen to create co2 and h2o
+2
View File
@@ -1 +1,3 @@
[[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
+5
View File
@@ -0,0 +1,5 @@
[[Stoichiometry]]
empirical formulas are the simplest whole number ratio of atom in a substance
eg acetic acid and glucose share an empherical of ch_2o
@@ -0,0 +1,5 @@
[[Stoichiometry]]
law of definite proportions states: the elements in a chemical compound are always present in the same proportion by mass
$percentcomposition=\frac{massofelement}{totalmassofcompound}*100%$
+1
View File
@@ -1,3 +1,4 @@
[[Matter and Chemical Bonding]]
naming chemical compounds
+4
View File
@@ -0,0 +1,4 @@
[[chemistry]]
periods are rows
groups are columns
+2
View File
@@ -1,2 +1,4 @@
[[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
+77
View File
@@ -0,0 +1,77 @@
[[chemistry]]
**"a charged chemical species composed of two or more atoms covalently bonded or of a metal complex, that can be considered to be acting as a single unit"
| **Name** | **Formula** |
| ---------------------------------------------- | ----------- |
| **Polyatomic ions (carrying negative charge)** | |
| Hydroxide | OH |
| Acetate | CH3COO |
| Cyanide | CN |
| Chlorate | ClO3 |
| Chlorite | ClO2 |
| Nitrate | NO3 |
| Nitrite | NO2 |
| Hypochlorite | OCl |
| Hypobromite | OBr  |
| Iodate | IO3 |
| Bisulphite | HSO3 |
| Bisulphate | HSO4 |
| Permanganate | MnO4 |
| Thiocyanate | SCN |
| Hydrogen carbonate | HCO3 |
| Carbonate | CO32- |
| Sulphate | SO42- |
| Sulphite | SO32- |
| Oxalate | C2O42- |
| Silicate | SiO32- |
| Manganate | MnO42- |
| Thiosulphate | S2O32- |
| Chromate | CrO42- |
| Dichromate | Cr2O72- |
| Phosphate | PO43- |
| Phosphite | PO33- |
| Aluminate | AlO33- |
| Arsenite | AsO33- |
| Arsenate | AsO43- |
| Borate | BO33- |
| Pyrophosphate | P2O74- |
| **Polyatomic ions (carrying positive charge)** | |
| Ammonium | NH4+ |
## List of monatomic ions
- The ions made of a single atom are called **simple ions or monatomic ions**.
| **Name** | **Formula** |
| --------------------------------------------- | ----------- |
| **Monatomic ions (carrying positive charge)** | |
| Hydrogen | H+ |
| Potassium | K+ |
| Sodium | Na+ |
| Silver | Ag+ |
| Cuprous | Cu+ |
| Aurous | Au+ |
| Barium | Ba2+ |
| Calcium | Ca2+ |
| Magnesium | Mg2+ |
| Cupric | Cu2+ |
| Ferrous | Fe2+ |
| Stannous | Sn2+ |
| Mercuric | Hg2+ |
| Zinc | Zn2+ |
| Plumbous | Pb2+ |
| Aluminum | Al3+ |
| Ferric | Fe3+ |
| Auric | Au3+ |
| Arseneous | As3+ |
| Plumbic | Pb4+ |
| Stannic | Sn4+ |
| **Monatomic ions (carrying negative charge)** | |
| Chloride | Cl |
| Bromide | Br  |
| Iodide | I |
| Oxide | O2- |
| Sulphide | S2- |
| Nitride | N3- |
| Phosphide | P3- |
+12
View File
@@ -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}$
+6
View File
@@ -0,0 +1,6 @@
[[chemical reactions]]
shrimple little table to check how stuff reacts with other stuff,
- sol for soluble which means aqueous
- ppt for precipitate
+2
View File
@@ -0,0 +1,2 @@
[[chemical reactions]]
[[Matter and Chemical Bonding]]
+12
View File
@@ -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
+9
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
[[root]]
+4
View File
@@ -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
View File
@@ -1,2 +1,4 @@
[[math/math]]
[[math]]
basically just the hard stuff
fundamental theorem of calculus
+3
View File
@@ -0,0 +1,3 @@
[[calculus]]
simply the instantaneous rate of change at a point
+5
View File
@@ -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$
+5
View File
@@ -0,0 +1,5 @@
[[math]]
# different types of games
perfect info/ imperfect info
+6
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
[[math]]
[[vectors]]
[[matrices]]
algebra but harder and actually fun
coordanite spaces and allathat
+7
View File
@@ -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
View File
@@ -1 +1 @@
[[math/math]]
[[math]]
+4
View File
@@ -0,0 +1,4 @@
the stupidly easy stuff
[[math]]
basically just ^2 shit
+6
View File
@@ -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
View File
@@ -1,2 +1,2 @@
[[math/math]]
[[math]]
basically just the easy stuff
+1 -1
View File
@@ -1 +1 @@
[[root]]
[[root]]
+1
View File
@@ -0,0 +1 @@
[[physics]]
+7
View File
@@ -0,0 +1,7 @@
[[kinesmatics]]
a vector quantity that describes a change in velocity, denoted as $a$ or $\vec a$
accel is to velocity as velocity is to position
second derivative of position
$\vec a_{avg}= \frac{\Delta v}{\Delta t}$
$\vec v_{avg}=\frac{\Delta d}{\Delta t}$
+1 -2
View File
@@ -1,3 +1,2 @@
[[physics]]
movement shite
shit like velocity vectors yadiyadiyada
stuff like velocity vectors yadiyadiyada
+5
View File
@@ -0,0 +1,5 @@
[[Thermodynamics]]
$\Delta V=V_0\gamma\Delta T$
$\gamma=$ coefficient of volume expansion (3a for solid materials)
+1
View File
@@ -0,0 +1 @@
# the big **R**