This commit is contained in:
2026-07-18 13:33:42 -04:00
parent 28ebb35123
commit e8afa51d15
31 changed files with 1259 additions and 92 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,
+3 -3
View File
@@ -7,16 +7,16 @@
"showOrphans": true,
"collapse-color-groups": true,
"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.554975466409209,
"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 {
+24 -75
View File
@@ -1,42 +1,20 @@
{
"main": {
"id": "1d60a9785f69aac9",
"id": "14e3fd988d4c6907",
"type": "split",
"children": [
{
"id": "a01830abf05802cb",
"id": "afdb20ea5624f6c9",
"type": "tabs",
"children": [
{
"id": "b33c506dcbc68764",
"id": "4113f5c6ad4fc2b2",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chemistry/polyatomic ions.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "polyatomic ions"
}
}
]
},
{
"id": "e2086dc1e5f9d385",
"type": "tabs",
"children": [
{
"id": "ba6cb47b7ba630bb",
"type": "leaf",
"pinned": true,
"state": {
"type": "graph",
"type": "empty",
"state": {},
"pinned": true,
"icon": "lucide-git-fork",
"title": "Graph view"
"icon": "lucide-file",
"title": "New tab"
}
}
]
@@ -45,15 +23,15 @@
"direction": "vertical"
},
"left": {
"id": "8ee099bb473a4f17",
"id": "19b49cd4c3759a9a",
"type": "split",
"children": [
{
"id": "d7378f1095090234",
"id": "2e293f6e16891a3c",
"type": "tabs",
"children": [
{
"id": "713a2ea9096a5d46",
"id": "85385ac3fdc16167",
"type": "leaf",
"state": {
"type": "file-explorer",
@@ -66,7 +44,7 @@
}
},
{
"id": "fb224541f09f4cda",
"id": "f5a4ddad0de631f7",
"type": "leaf",
"state": {
"type": "search",
@@ -83,7 +61,7 @@
}
},
{
"id": "69e0d96b02da1e42",
"id": "047575a510f168a2",
"type": "leaf",
"state": {
"type": "bookmarks",
@@ -96,18 +74,18 @@
}
],
"direction": "horizontal",
"width": 285.5
"width": 300
},
"right": {
"id": "e96076b6c37da0cc",
"id": "d7adab66dcffbce9",
"type": "split",
"children": [
{
"id": "f7651d30e9565d20",
"id": "abb8d4c5f9274c80",
"type": "tabs",
"children": [
{
"id": "ee135818d6c8b392",
"id": "fbdabe4afce5f930",
"type": "leaf",
"state": {
"type": "backlink",
@@ -125,7 +103,7 @@
}
},
{
"id": "9d9896c2b88ffecf",
"id": "f814b5bbfa3764c5",
"type": "leaf",
"state": {
"type": "outgoing-link",
@@ -138,7 +116,7 @@
}
},
{
"id": "bdf9798b4aa2a890",
"id": "154e2efca20c3f30",
"type": "leaf",
"state": {
"type": "tag",
@@ -153,7 +131,7 @@
}
},
{
"id": "ffe9bfad7660d2a1",
"id": "1a115061a16528f5",
"type": "leaf",
"state": {
"type": "all-properties",
@@ -167,7 +145,7 @@
}
},
{
"id": "2641f0e649856341",
"id": "9b98b23e8032b9bf",
"type": "leaf",
"state": {
"type": "outline",
@@ -195,40 +173,11 @@
"daily-notes:Open today's daily note": false,
"templates:Insert template": 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": "b33c506dcbc68764",
"lastOpenFiles": [
"chemistry/polar molecules.md",
"chemistry/electronegativity.md",
"chemistry/bonds.md",
"chemistry/polyatomic ions.md",
"chemistry/periodic table.md",
"chemistry/chemical reactions.md",
"medical/medical.md",
"math.md",
"biology",
"biology/biology.md",
"medical",
"math/vectors.md",
"root.md",
"math/calculus.md",
"chemistry/vsepr.md",
"math/probability.md",
"math/math.md",
"math",
"physics/physics.md",
"chemistry/chemistry.md",
"chemistry/Stoichiometry.md",
"chemistry/nomenclature.md",
"chemistry/Matter and Chemical Bonding.md",
"physics",
"physics/constants.md",
"physics/random math shit i probably need to know.md",
"physics/dynamics.md",
"physics/kinesmatics formulas.md",
"physics/kinesmatics.md",
"Welcome.md"
]
"active": "4113f5c6ad4fc2b2",
"lastOpenFiles": []
}