vault backup: 2023-10-03 08:17:00

This commit is contained in:
2023-10-03 08:17:00 +02:00
parent 4dfd5c0931
commit d1d2667156
27 changed files with 11001 additions and 2634 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,7 @@
} }
.table-view-table > tbody > tr:hover { .table-view-table > tbody > tr:hover {
background-color: var(--text-selection) !important; background-color: var(--table-row-background-hover);
} }
.table-view-table > thead > tr > th { .table-view-table > thead > tr > th {

View File

@@ -2,7 +2,7 @@
"userAdmonitions": {}, "userAdmonitions": {},
"syntaxHighlight": false, "syntaxHighlight": false,
"copyButton": false, "copyButton": false,
"version": "9.3.2", "version": "10.1.1",
"autoCollapse": false, "autoCollapse": false,
"defaultCollapseType": "open", "defaultCollapseType": "open",
"injectColor": true, "injectColor": true,

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-admonition", "id": "obsidian-admonition",
"name": "Admonition", "name": "Admonition",
"version": "9.3.2", "version": "10.1.1",
"minAppVersion": "1.1.0", "minAppVersion": "1.1.0",
"description": "Enhanced callouts for Obsidian.md", "description": "Enhanced callouts for Obsidian.md",
"author": "Jeremy Valentine", "author": "Jeremy Valentine",

File diff suppressed because one or more lines are too long

View File

@@ -14,11 +14,14 @@
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss", "drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"useExcalidrawExtension": true, "useExcalidrawExtension": true,
"displaySVGInPreview": true, "displaySVGInPreview": true,
"previewImageType": "SVGIMG",
"allowImageCache": true,
"displayExportedImageIfAvailable": false, "displayExportedImageIfAvailable": false,
"previewMatchObsidianTheme": false, "previewMatchObsidianTheme": false,
"width": "400", "width": "400",
"dynamicStyling": "colorful", "dynamicStyling": "colorful",
"isLeftHanded": false, "isLeftHanded": false,
"iframeMatchExcalidrawTheme": true,
"matchTheme": true, "matchTheme": true,
"matchThemeAlways": true, "matchThemeAlways": true,
"matchThemeTrigger": false, "matchThemeTrigger": false,
@@ -220102,7 +220105,7 @@
} }
}, },
"defaultTrayMode": false, "defaultTrayMode": false,
"previousRelease": "1.9.3", "previousRelease": "1.9.20",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js", "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

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.9.3", "version": "1.9.20",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

View File

@@ -21,29 +21,33 @@
display: none; display: none;
} }
img.excalidraw-embedded-img { .excalidraw-embedded-img {
width: 100%; width: 100%;
} }
img.excalidraw-svg-right-wrap { .excalidraw-svg-right-wrap {
float: right; float: right;
margin: 0px 0px 20px 20px; margin: 0px 0px 20px 20px;
width: 100%;
} }
img.excalidraw-svg-left-wrap { .excalidraw-svg-left-wrap {
float: left; float: left;
margin: 0px 35px 20px 0px; margin: 0px 35px 20px 0px;
width: 100%;
} }
img.excalidraw-svg-right { .excalidraw-svg-right {
float: right; float: right;
} }
.excalidraw-svg-center { .excalidraw-svg-center {
text-align: center; text-align: center;
margin: auto;
width: 100%;
} }
img.excalidraw-svg-left { .excalidraw-svg-left {
float: left; float: left;
} }
@@ -99,6 +103,10 @@ li[data-testid] {
border: 0 !important; border: 0 !important;
box-shadow: 0 !important; box-shadow: 0 !important;
background-color: transparent !important; background-color: transparent !important;
}
.excalidraw .popover {
position: fixed !important;
} }
.disable-zen-mode--visible { .disable-zen-mode--visible {
@@ -344,4 +352,75 @@ div.excalidraw-draginfo {
.excalidraw [data-radix-popper-content-wrapper] { .excalidraw [data-radix-popper-content-wrapper] {
position: absolute !important; position: absolute !important;
}
.excalidraw__embeddable-container .view-header {
display: none !important;
}
.excalidraw__embeddable-container input {
background: initial;
}
.excalidraw .HelpDialog__key {
background-color: var(--color-gray-80) !important;
}
.excalidraw .embeddable-menu {
width: fit-content;
height: fit-content;
position: absolute;
display: block;
z-index: var(--zIndex-layerUI);
}
.excalidraw .welcome-screen-center__logo svg {
width: 5rem !important;
}
.excalidraw-image-wrapper {
text-align: center;
}
.excalidraw-image-wrapper img {
margin: auto;
}
.modal-content.excalidraw-scriptengine-install .search-bar-wrapper {
position: sticky;
top: 1em;
margin-right: 1em;
display: flex;
align-items: center;
gap: 5px;
flex-wrap: nowrap;
z-index: 10;
background: var(--background-secondary);
padding: 0.5em;
border-bottom: 1px solid var(--background-modifier-border);
float: right;
max-width: 28em;
}
.modal-content.excalidraw-scriptengine-install .hit-count {
margin-left: 0.5em;
white-space: nowrap;
}
.modal-content.excalidraw-scriptengine-install .active-highlight {
border: 2px solid var(--color-accent-2);
background-color: var(--color-accent);
}
.excalidraw-svg svg a {
text-decoration: none;
}
.excalidraw .Modal {
background-color: initial;
border: initial;
max-width: initial;
max-height: initial;
width: initial;
height: initial;
} }

View File

@@ -1,6 +1,6 @@
{ {
"settings": { "settings": {
"migrated": true, "migrated": 3,
"iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons", "iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons",
"fontSize": 16, "fontSize": 16,
"iconColor": null, "iconColor": null,

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,10 @@
{ {
"id": "obsidian-icon-folder", "id": "obsidian-icon-folder",
"name": "Icon Folder", "name": "Iconize",
"version": "2.1.2", "version": "2.3.1",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji or an icon to a folder or file.", "description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
"author": "Florian Woelki", "author": "Florian Woelki",
"authorUrl": "https://florianwoelki.com/", "authorUrl": "https://florianwoelki.com/",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@@ -52,7 +52,7 @@
flex-direction: column-reverse; flex-direction: column-reverse;
text-align: center; text-align: center;
font-size: 13px; font-size: 13px;
color: gray; color: var(--text-muted);
padding: 16px 8px; padding: 16px 8px;
line-break: auto; line-break: auto;
word-break: break-word; word-break: break-word;

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.16.0", "version": "1.20.0",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao", "author": "Victor Tao",

View File

@@ -144,6 +144,7 @@
/** /**
* Full-width text areas * Full-width text areas
* Based on https://github.com/nyable/obsidian-code-block-enhancer/blob/bb0c636c1e7609b6d26c48a8d7ca15d5cd9abdcf/src/styles/index.scss
*/ */
textarea.full-width { textarea.full-width {
width: 100%; width: 100%;
@@ -151,3 +152,74 @@ textarea.full-width {
margin-top: 0.8em; margin-top: 0.8em;
margin-bottom: 0.8em; margin-bottom: 0.8em;
} }
.full-width-textbox-input-wrapper {
position: relative;
}
.settings-copy-button {
position: absolute;
top: 0.8em;
right: 0.8em;
margin: 0 0 0 auto;
padding: 4px;
}
.settings-copy-button svg.linter-clipboard path {
fill: var(--text-faint);
}
.settings-copy-button svg.linter-success path {
fill: var(--interactive-success);
}
.settings-copy-button:hover, .settings-copy-button:active {
cursor: pointer;
}
.settings-copy-button:hover svg path, .settings-copy-button:active svg path {
fill: var(--text-accent-hover);
transition: all ease 0.3s;
}
.settings-copy-button:focus {
outline: 0;
}
/**
* Custom regex replacement
*/
.linter-custom-regex-replacement-container div:last-child{
border: none;
}
.linter-custom-regex-replacement {
margin-bottom: 15px;
border: none;
border-bottom: var(--hr-thickness) solid;
border-color: var(--hr-color);
}
.linter-custom-regex-replacement-row2 {
flex-wrap: wrap;
}
.linter-custom-regex-replacement-normal-input {
width: 40%;
}
.linter-custom-regex-replacement-flags {
width: 15%;
}
.linter-custom-regex-replacement-label {
flex-direction: row-reverse;
}
.linter-custom-regex-replacement-label-input {
width: 50%;
}
/**
* Setting item no border
*/
.linter-no-border {
border: none;
}
/**
* Custom row
*/
.custom-row-description {
margin-top: 0px;
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-outliner", "id": "obsidian-outliner",
"name": "Outliner", "name": "Outliner",
"version": "4.7.1", "version": "4.8.0",
"minAppVersion": "1.1.16", "minAppVersion": "1.1.16",
"description": "Work with your lists like in Workflowy or RoamResearch.", "description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko", "author": "Viacheslav Slinko",

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
{ {
"id": "obsidian-plantuml", "id": "obsidian-plantuml",
"name": "PlantUML", "name": "PlantUML",
"version": "1.6.6", "version": "1.7.0",
"minAppVersion": "0.15.0", "minAppVersion": "1.3.0",
"description": "Render PlantUML Diagrams", "description": "Render PlantUML Diagrams",
"author": "Johannes Theiner", "author": "Johannes Theiner",
"authorUrl": "https://github.com/joethei/", "authorUrl": "https://github.com/joethei/",

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,10 @@
{ {
"id": "obsidian-style-settings", "id": "obsidian-style-settings",
"name": "Style Settings", "name": "Style Settings",
"version": "1.0.6", "version": "1.0.7",
"minAppVersion": "0.11.5", "minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.", "description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers", "author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings", "authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false "isDesktopOnly": false
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "quick-latex", "id": "quick-latex",
"name": "Quick Latex for Obsidian", "name": "Quick Latex for Obsidian",
"version": "2.6.2", "version": "2.6.3",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc", "description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc",
"author": "joeyuping", "author": "joeyuping",

View File

@@ -236,12 +236,14 @@
"3d-graph:3D Graph": false, "3d-graph:3D Graph": false,
"juggl:Juggl global graph": false, "juggl:Juggl global graph": false,
"random-note:Open random note": false, "random-note:Open random note": false,
"obsidian-excalidraw-plugin:Create new drawing": false, "breadcrumbs:Breadcrumbs Visualisation": false,
"breadcrumbs:Breadcrumbs Visualisation": false "obsidian-excalidraw-plugin:Create new drawing": false
} }
}, },
"active": "11755906ffae0147", "active": "11755906ffae0147",
"lastOpenFiles": [ "lastOpenFiles": [
"AMiAL/ICT/Ćwiczenia/1 SEM/20221014121234.md",
"AMiAL/CS/Ćwiczenia/1 SEM/0..md",
"AMiAL/CS/CS.md", "AMiAL/CS/CS.md",
"AMiAL/CS/Ćwiczenia/Untitled.md", "AMiAL/CS/Ćwiczenia/Untitled.md",
"AMiAL/AMiAL.md", "AMiAL/AMiAL.md",
@@ -252,7 +254,6 @@
"AMiAL/ICT/Ćwiczenia/Zadania/Różniczki/Zadanie 1.md", "AMiAL/ICT/Ćwiczenia/Zadania/Różniczki/Zadanie 1.md",
"AMiAL/ICT/Ćwiczenia/Zadania/Całki_Zast/Zadanie 2.md", "AMiAL/ICT/Ćwiczenia/Zadania/Całki_Zast/Zadanie 2.md",
"AMiAL/ICT/Ćwiczenia/Zadania/Całki/Zadanie 5.md", "AMiAL/ICT/Ćwiczenia/Zadania/Całki/Zadanie 5.md",
"AMiAL/CS/Ćwiczenia/1 SEM/0..md",
"PI/Ćwiczenia/3. Projektowanie rozkazów.md", "PI/Ćwiczenia/3. Projektowanie rozkazów.md",
"PI/Ćwiczenia/20221010123607.md", "PI/Ćwiczenia/20221010123607.md",
"PI/Ćwiczenia/Ćwiczenia.md", "PI/Ćwiczenia/Ćwiczenia.md",
@@ -268,7 +269,6 @@
"AMiAL/CS/Ćwiczenia/1 SEM", "AMiAL/CS/Ćwiczenia/1 SEM",
"AMiAL/ICT/Wykłady/1 SEM/20221014083923.md", "AMiAL/ICT/Wykłady/1 SEM/20221014083923.md",
"AMiAL/ICT/Wykłady/Wykłady.md", "AMiAL/ICT/Wykłady/Wykłady.md",
"AMiAL/Ściągi.md",
"AMiAL/CS/Ćwiczenia", "AMiAL/CS/Ćwiczenia",
"AMiAL/CS", "AMiAL/CS",
"AMiAL/ICT", "AMiAL/ICT",

View File

@@ -7,7 +7,5 @@ Date:
## 1 ## 1
$$\begin{gathered} $$\begin{gathered}
\begin{bmatrix} \Upsigma
a & b \\ c & d
\end{bmatrix}
\end{gathered}$$ \end{gathered}$$