vault backup: 2023-11-30 18:13:54
This commit is contained in:
38
.obsidian/plugins/easy-typing-obsidian/main.js
vendored
38
.obsidian/plugins/easy-typing-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "easy-typing-obsidian",
|
||||
"name": "Easy Typing",
|
||||
"version": "5.1.10",
|
||||
"version": "5.1.11",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Autoformat your note as typing.(Auto captalize, autospace)",
|
||||
"author": "yaozhuwa",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"showWelcomeModal": false,
|
||||
"showWhatsNewModal": true,
|
||||
"defaultFrozenColumnCount": 1,
|
||||
"pluginVersion": "8.12.1",
|
||||
"pluginVersion": "8.15.4",
|
||||
"showSupportModal": true,
|
||||
"data": {
|
||||
"table-id-ncD19n": {
|
||||
|
||||
10901
.obsidian/plugins/notion-like-tables/main.js
vendored
10901
.obsidian/plugins/notion-like-tables/main.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"id": "notion-like-tables",
|
||||
"name": "DataLoom",
|
||||
"minAppVersion": "1.2.0",
|
||||
"description": "Weave together data from diverse sources into a cohesive table view. Inspired by Excel Spreadsheets and Notion.so.",
|
||||
"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",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
|
||||
},
|
||||
"version": "8.12.1"
|
||||
"version": "8.15.4"
|
||||
}
|
||||
|
||||
54
.obsidian/plugins/notion-like-tables/styles.css
vendored
54
.obsidian/plugins/notion-like-tables/styles.css
vendored
@@ -217,7 +217,6 @@ svg.dataloom-svg--xl {
|
||||
align-items: center;
|
||||
width: max-content !important;
|
||||
height: max-content;
|
||||
padding: 6px !important;
|
||||
white-space: nowrap;
|
||||
color: var(--text-normal);
|
||||
font-size: var(--font-size-normal);
|
||||
@@ -238,9 +237,15 @@ svg.dataloom-svg--xl {
|
||||
.dataloom-button--link:hover {
|
||||
box-shadow: var(--input-shadow) !important;
|
||||
}
|
||||
.dataloom-button--small {
|
||||
.dataloom-button--sm {
|
||||
padding: 2px !important;
|
||||
}
|
||||
.dataloom-button--md {
|
||||
padding: 6px !important;
|
||||
}
|
||||
.dataloom-button--lg {
|
||||
padding: 10px !important;
|
||||
}
|
||||
.dataloom-button--full-width {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
@@ -532,26 +537,16 @@ svg.dataloom-svg--xl {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/embed-cell/embed/styles.css */
|
||||
.dataloom-embed {
|
||||
width: 100%;
|
||||
}
|
||||
.dataloom-embed iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.dataloom-embed p {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/embed-cell/styles.css */
|
||||
.dataloom-embed-cell {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dataloom-embed-cell p {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/source-file-cell/styles.css */
|
||||
.dataloom-source-file-cell p {
|
||||
@@ -589,9 +584,13 @@ svg.dataloom-svg--xl {
|
||||
cursor: pointer;
|
||||
color: var(--text-normal);
|
||||
}
|
||||
.dataloom-cell--body__container--default-cursor {
|
||||
.dataloom-cell--uneditable {
|
||||
cursor: default;
|
||||
}
|
||||
.dataloom-cell--disabled {
|
||||
cursor: default;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
/* src/react/loom-app/table/styles.css */
|
||||
.dataloom-table {
|
||||
@@ -822,17 +821,23 @@ svg.dataloom-svg--xl {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/option-bar/sources-menu/dataloom-source/styles.css */
|
||||
.dataloom-source {
|
||||
width: 100%;
|
||||
height: 2.2em;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/option-bar/sources-menu/base-content/styles.css */
|
||||
.dataloom-source-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/option-bar/sources-menu/source-item/styles.css */
|
||||
.dataloom-source-item {
|
||||
width: 100%;
|
||||
height: 2.2em;
|
||||
}
|
||||
.dataloom-source-item input {
|
||||
width: 150px;
|
||||
}
|
||||
.dataloom-source-item select {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
/* src/react/loom-app/option-bar/styles.css */
|
||||
.dataloom-option-bar {
|
||||
width: 100%;
|
||||
@@ -844,6 +849,9 @@ svg.dataloom-svg--xl {
|
||||
position: relative;
|
||||
height: 60px;
|
||||
}
|
||||
.dataloom-bottom-bar--mobile {
|
||||
height: 100px;
|
||||
}
|
||||
.dataloom-bottom-bar > div {
|
||||
border-top: 1px solid var(--table-border-color);
|
||||
position: absolute;
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"defaultTrayMode": true,
|
||||
"previousRelease": "2.0.1",
|
||||
"previousRelease": "2.0.4",
|
||||
"showReleaseNotes": true,
|
||||
"showNewVersionNotification": true,
|
||||
"latexBoilerplate": "\\color{blue}",
|
||||
@@ -419,5 +419,21 @@
|
||||
"DECAY_TIME": 1000,
|
||||
"COLOR": "#ff0000"
|
||||
},
|
||||
"embeddableMarkdownDefaults": {
|
||||
"useObsidianDefaults": false,
|
||||
"backgroundMatchCanvas": false,
|
||||
"backgroundMatchElement": true,
|
||||
"backgroundColor": "#fff",
|
||||
"backgroundOpacity": 60,
|
||||
"borderMatchElement": true,
|
||||
"borderColor": "#fff",
|
||||
"borderOpacity": 0,
|
||||
"filenameVisible": false
|
||||
},
|
||||
"canvasImmersiveEmbed": true,
|
||||
"startupScriptPath": "",
|
||||
"openAIAPIToken": "",
|
||||
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
|
||||
"openAIDefaultVisionModel": "gpt-4-vision-preview",
|
||||
"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
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.4",
|
||||
"minAppVersion": "1.1.6",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
|
||||
@@ -345,7 +345,7 @@ label.color-input-container > input {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.excalidraw-settings input {
|
||||
.excalidraw-settings input:not([type="color"]) {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
@@ -471,4 +471,36 @@ summary.excalidraw-setting-h4 {
|
||||
|
||||
hr.excalidraw-setting-hr {
|
||||
margin: 1rem 0rem 0rem 0rem;
|
||||
}
|
||||
}
|
||||
|
||||
.excalidraw-mdEmbed-hideFilename .mod-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.excalidraw__embeddable-container .canvas-node:not(.is-editing).transparent {
|
||||
::-webkit-scrollbar,
|
||||
::-webkit-scrollbar-horizontal {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.canvas-node:not(.is-editing):has(.excalidraw-canvas-immersive) {
|
||||
::-webkit-scrollbar,
|
||||
::-webkit-scrollbar-horizontal {
|
||||
display: none;
|
||||
}
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.canvas-node:not(.is-editing) .canvas-node-container:has(.excalidraw-canvas-immersive) {
|
||||
border: unset;
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
.excalidraw .canvas-node .ex-md-font-hand-drawn {
|
||||
--font-text: "Virgil";
|
||||
}
|
||||
|
||||
.excalidraw .canvas-node .ex-md-font-code {
|
||||
--font-text: "Cascadia";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-minimal-settings",
|
||||
"name": "Minimal Theme Settings",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"minAppVersion": "1.1.9",
|
||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
||||
"author": "@kepano",
|
||||
|
||||
Reference in New Issue
Block a user