vault backup: 2024-08-23 11:36:46

This commit is contained in:
2024-08-23 11:36:47 +08:00
parent 73f7ae4160
commit e2d271d982
35 changed files with 4884 additions and 4841 deletions

View File

@@ -7,9 +7,9 @@
"defaultEmbedHeight": "340px",
"hasMigratedTo800": true,
"showWelcomeModal": false,
"showWhatsNewModal": true,
"defaultFrozenColumnCount": 1,
"pluginVersion": "8.16.0",
"pluginVersion": "8.16.1",
"showWhatsNewModal": true,
"shouldDebug": false,
"showSupportModal": true,
"data": {

File diff suppressed because it is too large Load Diff

View File

@@ -3,11 +3,9 @@
"name": "DataLoom",
"minAppVersion": "1.4.0",
"description": "Weave together data from diverse sources into different views. Inspired by Excel Spreadsheets and Notion.so.",
"author": "Trey Wallis",
"authorUrl": "https://github.com/trey-wallis",
"author": "DecafDev",
"authorUrl": "https://github.com/decaf-dev",
"isDesktopOnly": false,
"fundingUrl": {
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
},
"version": "8.16.0"
"fundingUrl": "https://ko-fi.com/decaf_dev",
"version": "8.16.1"
}

View File

@@ -37,17 +37,6 @@
margin-bottom: 0.5em;
}
/* src/obsidian/modal/whats-new-modal/styles.css */
.dataloom-whats-new-modal__spacer {
height: 10px;
}
.dataloom-whats-new-modal__badge-container {
margin: 20px 0px;
}
.dataloom-whats-new-modal__content strong {
font-size: var(--font-ui-large);
}
/* src/shared/spacing/styles.css */
.dataloom-overflow--wrap {
overflow: hidden;