vault backup: 2025-06-12 18:46:55

Affected files:
.obsidian/plugins/mermaid-tools/main.js
.obsidian/plugins/mermaid-tools/manifest.json
.obsidian/plugins/mermaid-tools/styles.css
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
.obsidian/workspace.json
99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Robotics/Kalman Filter.md
99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Robotics/kalman_filter.excalidraw.md
OneNote/PhD/Kalman Filter.md
This commit is contained in:
2025-06-12 18:46:55 +03:00
parent dd3594022c
commit 63f54f27b0
8 changed files with 2223 additions and 28 deletions

2056
.obsidian/plugins/mermaid-tools/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"id": "mermaid-tools",
"name": "Mermaid Tools",
"version": "1.2.1",
"minAppVersion": "1.4.0",
"description": "Improved Mermaid.js experience for Obsidian: visual toolbar with common elements & more",
"author": "dartungar",
"authorUrl": "https://dartungar.com",
"fundingUrl": "https://www.paypal.com/paypalme/dartungar",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,55 @@
.mermaid-toolbar-container, .mermaid-toolbar-container * {
max-width: 100%;
max-height: 100%;
}
.mermaid-toolbar-top-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
}
.mermaid-toolbar-elements-container {
padding-top: 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.mermaid-toolbar-element {
font-size: var(--font-ui-small);
cursor: pointer;
padding: 2px 2px 2px 5px;
border-radius: 3px;
flex: 1 0 auto;
}
.mermaid-toolbar-element:hover {
background-color: var(--interactive-hover);
}
.mermaid-tools-element-category-header::before {
content: "▼ ";
font-size: 70%;
padding-bottom: 2px;
}
.mermaid-tools-element-category-header.collapsed::before {
content: "▶ ";
font-size: 70%;
padding-bottom: 2px;
}
.mermaid-tools-element-container {
padding-top: 6px;
border-bottom: var(--border-width) solid var(--color-base-35);
}
.mermaid-tools-edit-element-modal > div {
margin-bottom: 0.5rem;
}
.mermaid-tools-edit-element-modal label {
margin-right: 1rem;
}

View File

@@ -103,7 +103,26 @@
"mdFontColor": "Black",
"mdBorderColor": "Black",
"mdCSS": "",
"scriptEngineSettings": {},
"scriptEngineSettings": {
"Downloaded/Mindmap format": {
"MindMap Format": {
"value": "Excalidraw/MindMap Format",
"description": "This is prepared for the namespace of MindMap Format and does not need to be modified"
},
"default gap": {
"value": 10,
"description": "Interval size of element"
},
"curve length": {
"value": 40,
"description": "The length of the curve part in the mind map line"
},
"length between element and line": {
"value": 50,
"description": "The distance between the tail of the connection and the connecting elements of the mind map"
}
}
},
"defaultTrayMode": false,
"previousRelease": "2.5.0",
"showReleaseNotes": true,