vault backup: 2024-04-01 15:00:26
This commit is contained in:
@@ -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": {
|
||||
|
||||
6897
.obsidian/plugins/notion-like-tables/main.js
vendored
6897
.obsidian/plugins/notion-like-tables/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -9,5 +9,5 @@
|
||||
"fundingUrl": {
|
||||
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
|
||||
},
|
||||
"version": "8.15.4"
|
||||
"version": "8.15.12"
|
||||
}
|
||||
|
||||
12
.obsidian/plugins/notion-like-tables/styles.css
vendored
12
.obsidian/plugins/notion-like-tables/styles.css
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user