vault backup: 2023-11-15 14:41:44

This commit is contained in:
2023-11-15 14:41:44 +08:00
parent b5ecce21c5
commit d1a97e0c19
14 changed files with 11235 additions and 9223 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.5.61", "version": "0.5.64",
"minAppVersion": "0.13.11", "minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.", "description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>", "author": "Michael Brenan <blacksmithgu@gmail.com>",

View File

@@ -7,10 +7,10 @@
"defaultEmbedHeight": "340px", "defaultEmbedHeight": "340px",
"hasMigratedTo800": true, "hasMigratedTo800": true,
"showWelcomeModal": false, "showWelcomeModal": false,
"showSupportModal": true,
"showWhatsNewModal": true, "showWhatsNewModal": true,
"defaultFrozenColumnCount": 1, "defaultFrozenColumnCount": 1,
"pluginVersion": "8.7.2", "pluginVersion": "8.12.1",
"showSupportModal": true,
"data": { "data": {
"table-id-ncD19n": { "table-id-ncD19n": {
"model": { "model": {

File diff suppressed because it is too large Load Diff

View File

@@ -7,8 +7,7 @@
"authorUrl": "https://github.com/trey-wallis", "authorUrl": "https://github.com/trey-wallis",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": { "fundingUrl": {
"GitHub": "https://github.com/sponsors/trey-wallis",
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis" "Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
}, },
"version": "8.7.2" "version": "8.12.1"
} }

File diff suppressed because it is too large Load Diff

View File

@@ -58,6 +58,7 @@
"autoExportLightAndDark": false, "autoExportLightAndDark": false,
"autoexportExcalidraw": false, "autoexportExcalidraw": false,
"embedType": "excalidraw", "embedType": "excalidraw",
"embedMarkdownCommentLinks": true,
"embedWikiLink": true, "embedWikiLink": true,
"syncExcalidraw": false, "syncExcalidraw": false,
"experimentalFileType": false, "experimentalFileType": false,
@@ -84,7 +85,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "1.9.25", "previousRelease": "2.0.1",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",
@@ -407,8 +408,16 @@
"pdfScale": 4, "pdfScale": 4,
"pdfBorderBox": true, "pdfBorderBox": true,
"pdfGapSize": 20, "pdfGapSize": 20,
"pdfGroupPages": false,
"pdfLockAfterImport": true, "pdfLockAfterImport": true,
"pdfNumColumns": 1, "pdfNumColumns": 1,
"pdfNumRows": 1,
"pdfDirection": "right",
"pdfImportScale": 0.3, "pdfImportScale": 0.3,
"laserSettings": {
"DECAY_LENGTH": 50,
"DECAY_TIME": 1000,
"COLOR": "#ff0000"
},
"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"
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,12 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.9.25", "version": "2.0.1",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog", "authorUrl": "https://zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt", "fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@@ -183,8 +183,12 @@ li[data-testid] {
} }
.excalidraw-videoWrapper { .excalidraw-videoWrapper {
max-width:600px max-width:600px;
} }
.excalidraw-videoWrapper.settings {
max-width:340px;
}
.excalidraw-videoWrapper div{ .excalidraw-videoWrapper div{
position: relative; position: relative;
padding-bottom: 56.25%; padding-bottom: 56.25%;
@@ -192,6 +196,11 @@ li[data-testid] {
margin: 0 auto; margin: 0 auto;
} }
.excalidraw-videoWrapper.settings iframe {
position: relative;
margin-bottom: 1rem;
}
.excalidraw-videoWrapper iframe { .excalidraw-videoWrapper iframe {
position: absolute; position: absolute;
top: 0; top: 0;
@@ -362,10 +371,6 @@ div.excalidraw-draginfo {
background: initial; background: initial;
} }
.excalidraw .HelpDialog__key {
background-color: var(--color-gray-80) !important;
}
.excalidraw .embeddable-menu { .excalidraw .embeddable-menu {
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
@@ -424,3 +429,46 @@ div.excalidraw-draginfo {
width: initial; width: initial;
height: initial; height: initial;
} }
summary.excalidraw-setting-h1 {
font-variant: var(--h1-variant);
letter-spacing: -0.015em;
line-height: var(--h1-line-height);
font-size: var(--h1-size);
color: var(--h1-color);
font-weight: var(--h1-weight);
font-style: var(--h1-style);
font-family: var(--h1-font);
/*margin-block-start: var(--p-spacing);*/
margin-block-end: var(--p-spacing);
}
summary.excalidraw-setting-h3 {
font-variant: var(--h3-variant);
letter-spacing: -0.015em;
line-height: var(--h3-line-height);
font-size: var(--h3-size);
color: var(--h3-color);
font-weight: var(--h3-weight);
font-style: var(--h3-style);
font-family: var(--h3-font);
margin-block-start: var(--p-spacing);
margin-block-end: var(--p-spacing);
}
summary.excalidraw-setting-h4 {
font-variant: var(--h4-variant);
letter-spacing: -0.015em;
line-height: var(--h4-line-height);
font-size: var(--h4-size);
color: var(--h4-color);
font-weight: var(--h4-weight);
font-style: var(--h4-style);
font-family: var(--h4-font);
margin-block-start: var(--p-spacing);
margin-block-end: var(--p-spacing);
}
hr.excalidraw-setting-hr {
margin: 1rem 0rem 0rem 0rem;
}

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.20.0", "version": "1.20.1",
"minAppVersion": "0.15.6", "minAppVersion": "1.4.16",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao", "author": "Victor Tao",
"authorUrl": "https://github.com/platers", "authorUrl": "https://github.com/platers",

View File

@@ -1,6 +1,6 @@
{ {
"name": "Minimal", "name": "Minimal",
"version": "7.3.3", "version": "7.3.5",
"minAppVersion": "1.1.9", "minAppVersion": "1.1.9",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://twitter.com/kepano", "authorUrl": "https://twitter.com/kepano",

File diff suppressed because one or more lines are too long