stuff
This commit is contained in:
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,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"audio-recorder": true,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
|
||||
Vendored
+1
-1
@@ -17,6 +17,6 @@
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"scale": 0.7278834536913343,
|
||||
"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",
|
||||
"version": "8.2.1",
|
||||
"version": "8.2.2",
|
||||
"minAppVersion": "1.9.0",
|
||||
"author": "@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-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 {
|
||||
|
||||
Vendored
+143
-22
@@ -6,6 +6,7 @@
|
||||
{
|
||||
"id": "a01830abf05802cb",
|
||||
"type": "tabs",
|
||||
"dimension": 39.288025889967635,
|
||||
"children": [
|
||||
{
|
||||
"id": "ba6cb47b7ba630bb",
|
||||
@@ -213,29 +214,142 @@
|
||||
"title": "medical"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d71fb0b605fd5e77",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/derivatives.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "derivatives"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d93d0071d16cdd75",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/integrals.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "integrals"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "a6a4d02435b64282",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/derivatives.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "derivatives"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "a1a5c58d2b4bf9c7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "medical/medical.md",
|
||||
"file": "math/vectors.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "medical"
|
||||
"title": "vectors"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d98158921a1632db",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/calculus.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "calculus"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "475baed4582d77b2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/algebra.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "algebra"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "32305c79bed736b5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "chemistry/nomenclature.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "nomenclature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "699336513b29b5eb",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/dot product.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "dot product"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9516a3b5a3aad816",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "math/quadratics.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "quadratics"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 14
|
||||
"currentTab": 23
|
||||
},
|
||||
{
|
||||
"id": "eb3b666d9d89c663",
|
||||
"id": "89712ed8944716a6",
|
||||
"type": "tabs",
|
||||
"dimension": 60.711974110032365,
|
||||
"children": [
|
||||
{
|
||||
"id": "ecb78d624b56a7aa",
|
||||
"id": "84f271ce812cecdd",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "graph",
|
||||
@@ -301,7 +415,7 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 285.5
|
||||
"width": 331.5
|
||||
},
|
||||
"right": {
|
||||
"id": "e96076b6c37da0cc",
|
||||
@@ -400,38 +514,45 @@
|
||||
"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,
|
||||
"obsidian-excalidraw-plugin:New drawing": false
|
||||
}
|
||||
},
|
||||
"active": "ecb78d624b56a7aa",
|
||||
"active": "9516a3b5a3aad816",
|
||||
"lastOpenFiles": [
|
||||
"math/dot product.md",
|
||||
"math/quadratics.md",
|
||||
"math/vectors.md",
|
||||
"d.md",
|
||||
"chemistry/nomenclature.md",
|
||||
"chemistry/Matter and Chemical Bonding.md",
|
||||
"biology/biology.md",
|
||||
"root.md",
|
||||
"math/linear algebra.md",
|
||||
"math/matrices.md",
|
||||
"math/algebra.md",
|
||||
"math/calculus.md",
|
||||
"math/integrals.md",
|
||||
"math/math.md",
|
||||
"Pasted image 20260716183501.png",
|
||||
"medical/medical.md",
|
||||
"Recording 20260716183349.m4a",
|
||||
"Recording 20260716183320.m4a",
|
||||
"math/derivatives.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"
|
||||
"physics/constants.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user