vault backup: 2024-08-23 11:36:46
This commit is contained in:
@@ -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": {
|
||||
|
||||
548
.obsidian/plugins/notion-like-tables/main.js
vendored
548
.obsidian/plugins/notion-like-tables/main.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
|
||||
11
.obsidian/plugins/notion-like-tables/styles.css
vendored
11
.obsidian/plugins/notion-like-tables/styles.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user