vault backup: 2023-03-24 12:29:32

This commit is contained in:
2023-03-24 12:29:32 +01:00
parent a10a57aecc
commit 1a05c47564
52 changed files with 109351 additions and 3825 deletions

View File

@@ -209899,7 +209899,7 @@
}
},
"defaultTrayMode": false,
"previousRelease": "1.8.17",
"previousRelease": "1.8.20",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.8.17",
"minAppVersion": "1.0.0",
"version": "1.8.20",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",

View File

@@ -21,6 +21,10 @@
display: none;
}
img.excalidraw-embedded-img {
width: 100%;
}
img.excalidraw-svg-right-wrap {
float: right;
margin: 0px 0px 20px 20px;