vault backup: 2022-11-25 13:18:18

This commit is contained in:
2022-11-25 13:18:18 +01:00
parent 7f18165d32
commit b073a34c47
29 changed files with 15795 additions and 19425 deletions

View File

@@ -75,8 +75,10 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": false,
"previousRelease": "1.7.29",
"previousRelease": "1.8.0",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js"
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
"taskboneEnabled": false,
"taskboneAPIkey": ""
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.7.29",
"version": "1.8.0",
"minAppVersion": "0.15.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

View File

@@ -268,7 +268,7 @@ textarea.excalidraw-wysiwyg {
}
.excalidraw .ToolIcon__keybinding {
font-size: 0.5rem;
font-size: 0.45rem !important;
}
.Island > .Stack > .Stack {
@@ -284,4 +284,8 @@ label.color-input-container > input {
top: 10px !important;
right: 10px !important;
bottom: 10px !important;
}
.excalidraw-hidden {
display: none !important;
}