vault backup: 2024-04-01 15:00:26

This commit is contained in:
2024-04-01 15:00:26 +08:00
parent 789a6d58fc
commit 876e6b0afb
33 changed files with 35006 additions and 31350 deletions

View File

@@ -1,5 +1,5 @@
{
"shouldDebug": false,
"logLevel": "off",
"createAtObsidianAttachmentFolder": false,
"customFolderForNewFiles": "",
"removeMarkdownOnExport": true,
@@ -9,7 +9,8 @@
"showWelcomeModal": false,
"showWhatsNewModal": true,
"defaultFrozenColumnCount": 1,
"pluginVersion": "8.15.4",
"pluginVersion": "8.15.12",
"shouldDebug": false,
"showSupportModal": true,
"data": {
"table-id-ncD19n": {

File diff suppressed because one or more lines are too long

View File

@@ -9,5 +9,5 @@
"fundingUrl": {
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
},
"version": "8.15.4"
"version": "8.15.12"
}

View File

@@ -584,12 +584,20 @@ svg.dataloom-svg--xl {
cursor: pointer;
color: var(--text-normal);
}
.dataloom-cell--body__container--no-padding {
padding: 0;
}
.dataloom-cell--uneditable {
cursor: default;
}
.dataloom-cell--disabled {
cursor: default;
/* src/react/loom-app/disabled-cell/styles.css */
.dataloom-disabled-cell {
width: 100%;
height: 100%;
background-color: var(--background-secondary);
cursor: default;
padding: var(--dataloom-cell-spacing-x) var(--dataloom-cell-spacing-y);
}
/* src/react/loom-app/table/styles.css */