vault backup: 2023-03-01 08:29:54

This commit is contained in:
2023-03-01 08:29:54 +01:00
parent 944ebaa725
commit e98ad1c490
37 changed files with 88070 additions and 9319 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.47",
"version": "0.5.55",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",

View File

@@ -3,6 +3,10 @@
line-height: 1.0;
}
.block-language-dataview {
overflow-y: auto;
}
/*****************/
/** Table Views **/
/*****************/

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,11 @@
{
"id": "emoji-shortcodes",
"name": "Emoji Shortcodes",
"version": "2.1.3",
"minAppVersion": "0.12.17",
"version": "2.2.0",
"minAppVersion": "1.0.0",
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/phibr0"
}

View File

@@ -21,3 +21,11 @@ a[href="https://ko-fi.com/phibr0"]
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
}
.ES-sub-setting {
padding-left: 2em;
}
.ES-sub-setting + .ES-sub-setting {
padding-left: 0;
margin-left: 2em;
}

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "9.0.5",
"minAppVersion": "0.14.0",
"version": "9.2.1",
"minAppVersion": "1.1.0",
"description": "Enhanced callouts for Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",

View File

@@ -0,0 +1,164 @@
[
{
"displayName": "Note",
"replacement": "note",
"icon": "lucide-pencil",
"color": "#448aff"
},
{
"displayName": "Summary",
"replacement": "summary",
"icon": "lucide-clipboard-list",
"color": "#00b0ff"
},
{
"displayName": "Abstract",
"replacement": "abstract",
"icon": "lucide-clipboard-list",
"color": "#00b0ff"
},
{
"displayName": "TL;DR",
"replacement": "tldr",
"icon": "lucide-clipboard-list",
"color": "#00b0ff"
},
{
"displayName": "Info",
"replacement": "info",
"icon": "lucide-info",
"color": "#00b8d4"
},
{
"displayName": "To-Do",
"replacement": "todo",
"icon": "lucide-check-circle-2",
"color": "#00b8d4"
},
{
"displayName": "Tip",
"replacement": "tip",
"icon": "lucide-flame",
"color": "#00bfa6"
},
{
"displayName": "Hint",
"replacement": "hint",
"icon": "lucide-flame",
"color": "#00bfa6"
},
{
"displayName": "Important",
"replacement": "important",
"icon": "lucide-flame",
"color": "#00bfa6"
},
{
"displayName": "Success",
"replacement": "success",
"icon": "lucide-check",
"color": "#00c853"
},
{
"displayName": "Check",
"replacement": "check",
"icon": "lucide-check",
"color": "#00c853"
},
{
"displayName": "Done",
"replacement": "done",
"icon": "lucide-check",
"color": "#00c853"
},
{
"displayName": "Question",
"replacement": "question",
"icon": "lucide-help-circle",
"color": "#63dd17"
},
{
"displayName": "Help",
"replacement": "Help",
"icon": "lucide-help-circle",
"color": "#63dd17"
},
{
"displayName": "FAQ",
"replacement": "faq",
"icon": "lucide-help-circle",
"color": "#63dd17"
},
{
"displayName": "Warning",
"replacement": "warning",
"icon": "lucide-alert-triangle",
"color": "#ff9100"
},
{
"displayName": "Caution",
"replacement": "caution",
"icon": "lucide-alert-triangle",
"color": "#ff9100"
},
{
"displayName": "Attention",
"replacement": "attention",
"icon": "lucide-alert-triangle",
"color": "#ff9100"
},
{
"displayName": "Failure",
"replacement": "failure",
"icon": "lucide-x",
"color": "#ff5252"
},
{
"displayName": "Fail",
"replacement": "fail",
"icon": "lucide-x",
"color": "#ff5252"
},
{
"displayName": "Missing",
"replacement": "missing",
"icon": "lucide-x",
"color": "#ff5252"
},
{
"displayName": "Danger",
"replacement": "danger",
"icon": "lucide-zap",
"color": "#ff1744"
},
{
"displayName": "Error",
"replacement": "error",
"icon": "lucide-zap",
"color": "#ff1744"
},
{
"displayName": "Bug",
"replacement": "bug",
"icon": "lucide-bug",
"color": "#f50057"
},
{
"displayName": "Example",
"replacement": "example",
"icon": "lucide-list",
"color": "#7c4dff"
},
{
"displayName": "Quote",
"replacement": "quote",
"icon": "quote-glyph",
"color": "#9e9e9e"
},
{
"displayName": "Cite",
"replacement": "cite",
"icon": "quote-glyph",
"color": "#9e9e9e"
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-completr",
"name": "Completr",
"version": "3.0.1",
"version": "3.1.3",
"minAppVersion": "1.0.0",
"description": "This plugin provides advanced auto-completion functionality for LaTeX, Frontmatter and standard writing.",
"author": "tth05",

View File

@@ -6579,6 +6579,7 @@ eoN
eHK
euv
eyp
edges
Length
Link
LN
@@ -32847,6 +32848,7 @@ DYHMTS
Dqe
DnI
Dariusz
Dziekan
dA
dET
dg
@@ -62918,6 +62920,7 @@ nucg
nTk
neub
naszkicować
nodes
gNx
gHI
gri

View File

@@ -1,8 +1,31 @@
body {
--completr-suggestion-icon-height: 14px;
}
.completr-suggestion-item {
padding: 5px 10px 5px 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
}
.completr-suggestion-item > * {
display: inline-block;
}
.completr-suggestion-icon {
height: var(--completr-suggestion-icon-height);
min-height: var(--completr-suggestion-icon-height);
max-height: var(--completr-suggestion-icon-height);
margin-right: 0.5ch;
color: var(--completr-suggestion-color);
}
.completr-suggestion-text {
}
.completr-suggestion-placeholder {

View File

@@ -6,6 +6,8 @@
"compress": true,
"autosave": true,
"autosaveInterval": 15000,
"autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000,
"drawingFilenamePrefix": "Drawing ",
"drawingEmbedPrefixWithFilename": true,
"drawingFilnameEmbedPostfix": " ",
@@ -21,6 +23,9 @@
"matchThemeTrigger": false,
"defaultMode": "normal",
"defaultPenMode": "never",
"allowPinchZoom": false,
"allowWheelZoom": false,
"zoomToFitOnOpen": true,
"zoomToFitOnResize": true,
"zoomToFitMaxLevel": 2,
"linkPrefix": "📍",
@@ -75,10 +80,324 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": false,
"previousRelease": "1.8.0",
"previousRelease": "1.8.17",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
"taskboneEnabled": false,
"taskboneAPIkey": ""
"taskboneAPIkey": "",
"pinnedScripts": [],
"customPens": [
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
},
{
"type": "highlighter",
"freedrawOnly": true,
"strokeColor": "#FFC47C",
"backgroundColor": "#FFC47C",
"fillStyle": "solid",
"strokeWidth": 2,
"roughness": null,
"penOptions": {
"highlighter": true,
"constantPressure": true,
"hasOutline": true,
"outlineWidth": 4,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"taper": 0,
"cap": true,
"easing": "linear"
},
"end": {
"taper": 0,
"cap": true,
"easing": "linear"
}
}
}
},
{
"type": "finetip",
"freedrawOnly": false,
"strokeColor": "#3E6F8D",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0.5,
"roughness": 0,
"penOptions": {
"highlighter": false,
"hasOutline": false,
"outlineWidth": 1,
"constantPressure": true,
"options": {
"smoothing": 0.4,
"thinning": -0.5,
"streamline": 0.4,
"easing": "linear",
"start": {
"taper": 5,
"cap": false,
"easing": "linear"
},
"end": {
"taper": 5,
"cap": false,
"easing": "linear"
}
}
}
},
{
"type": "fountain",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 2,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"smoothing": 0.2,
"thinning": 0.6,
"streamline": 0.2,
"easing": "easeInOutSine",
"start": {
"taper": 150,
"cap": true,
"easing": "linear"
},
"end": {
"taper": 1,
"cap": true,
"easing": "linear"
}
}
}
},
{
"type": "marker",
"freedrawOnly": true,
"strokeColor": "#B83E3E",
"backgroundColor": "#FF7C7C",
"fillStyle": "dashed",
"strokeWidth": 2,
"roughness": 3,
"penOptions": {
"highlighter": false,
"constantPressure": true,
"hasOutline": true,
"outlineWidth": 4,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"taper": 0,
"cap": true,
"easing": "linear"
},
"end": {
"taper": 0,
"cap": true,
"easing": "linear"
}
}
}
},
{
"type": "thick-thin",
"freedrawOnly": true,
"strokeColor": "#CECDCC",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": null,
"penOptions": {
"highlighter": true,
"constantPressure": true,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"taper": 0,
"cap": true,
"easing": "linear"
},
"end": {
"cap": true,
"taper": true,
"easing": "linear"
}
}
}
},
{
"type": "thin-thick-thin",
"freedrawOnly": true,
"strokeColor": "#CECDCC",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": null,
"penOptions": {
"highlighter": true,
"constantPressure": true,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"cap": true,
"taper": true,
"easing": "linear"
},
"end": {
"cap": true,
"taper": true,
"easing": "linear"
}
}
}
},
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
},
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
},
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
}
],
"numberOfCustomPens": 0
}

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,11 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.8.0",
"minAppVersion": "0.15.6",
"version": "1.8.17",
"minAppVersion": "1.0.0",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt",
"isDesktopOnly": false
}

View File

@@ -67,6 +67,17 @@ button.ToolIcon_type_button[title="Export"] {
flex-grow: 1;
}
.excalidraw-prompt-button {
width: 9em;
}
.excalidraw-prompt-buttons-div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
li[data-testid] {
border: 0 !important;
margin: 0 !important;
@@ -156,6 +167,7 @@ li[data-testid] {
.workspace-leaf-content .excalidraw-view {
padding: 0px 1px; /*1px so on ipad swipe in from left and right still works*/
overflow: hidden;
}
.excalidraw-videoWrapper {
@@ -184,7 +196,7 @@ li[data-testid] {
.excalidraw-release .modal {
max-height: 80%;
max-width: 100ch;
max-width: 42em;
}
.excalidraw .Island .scrollbar {
@@ -276,7 +288,7 @@ textarea.excalidraw-wysiwyg {
}
label.color-input-container > input {
max-width: 8rem;
max-width: 5rem;
}
.excalidraw .FixedSideContainer_side_top {
@@ -289,3 +301,39 @@ label.color-input-container > input {
.excalidraw-hidden {
display: none !important;
}
.excalidraw .panelColumn .buttonList {
max-width: 13rem;
}
.excalidraw button {
width: initial;
}
.excalidraw input[type="color"] {
width: 1.65rem;
height: 1.65rem;
}
.excalidraw input[type="color"]::-webkit-color-swatch {
height: 1.65rem;
}
.excalidraw input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
.excalidraw-settings input {
min-width: 10em;
}
div.excalidraw-draginfo {
position: absolute;
z-index: 1000;
color: var(--text-normal);
padding: 3px;
background: var(--color-base-40);
display: block;
border-radius: 5px;
}

View File

@@ -22,5 +22,6 @@
"changedFilesInStatusBar": true,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false
}

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
"name": "Obsidian Git",
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.10.2"
"version": "2.17.0"
}

View File

@@ -18,7 +18,8 @@
"right": 2,
"bottom": 2,
"left": 2
}
},
"emojiStyle": "none"
},
"Fizyka": "FasGear",
"AMiAL": "RiCalculatorLine",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-icon-folder",
"name": "Icon Folder",
"version": "1.4.1",
"version": "1.6.0",
"minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
"author": "Florian Woelki",

View File

@@ -63,6 +63,10 @@
justify-content: center;
}
.obsidian-icon-folder-icon-preview {
font-size: 22px;
}
.obsidian-icon-folder-icon-preview img {
width: 16px;
height: 16px;

View File

@@ -202,6 +202,7 @@
}
},
"lintOnSave": false,
"recordLintOnSaveLogs": false,
"displayChanged": true,
"foldersToIgnore": [],
"linterLocale": "system-default",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-linter",
"name": "Linter",
"version": "1.8.0",
"version": "1.10.3",
"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.",
"author": "Victor Tao",

View File

@@ -141,3 +141,13 @@
width: 1px;
white-space: nowrap;
}
/**
* Full-width text areas
*/
textarea.full-width {
width: 100%;
min-height: 10em;
margin-top: 0.8em;
margin-bottom: 0.8em;
}

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "0.4.12",
"version": "1.0.3",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",

File diff suppressed because one or more lines are too long

View File

@@ -18,21 +18,8 @@
"source": false
}
}
},
{
"id": "0ee343ca37da94bc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "TC/Wykład/1..md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
@@ -98,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "TC/Wykład/1..md",
"file": "TC/Wykład/Wykład.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -115,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "TC/Wykład/1..md",
"file": "TC/Wykład/Wykład.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -138,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "TC/Wykład/1..md"
"file": "TC/Wykład/Wykład.md"
}
}
},
@@ -184,7 +171,6 @@
},
"left-ribbon": {
"hiddenItems": {
"obsidian-excalidraw-plugin:New Excalidraw drawing": false,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
@@ -194,13 +180,15 @@
"markdown-importer:Open format converter": false,
"zk-prefixer:Create new unique note": false,
"audio-recorder:Start/stop recording": false,
"breadcrumbs:Breadcrumbs Visualisation": false
"breadcrumbs:Breadcrumbs Visualisation": false,
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "0ee343ca37da94bc",
"active": "a1be2d379fe1a8a8",
"lastOpenFiles": [
"TC/Wykład/0..md",
"TC/Wykład/Wykład.md",
"TC/Wykład/1..md",
"TC/Untitled.canvas",
"TC/TC.md",
"AMiAL/AMiAL.md",
"PI/Ćwiczenia/20221010123607.md",

View File

@@ -1,3 +1,7 @@
---
Date: [20230301080649]
---
#
##
###

View File

@@ -1,5 +1,27 @@
# Wykład Overview
Dziekan AEI Dariusz Kania
dkania@polsl.pl
CK-2 / Biuro dziekana
+48 692-119-268
Wykład, ćwiczenia, Laboratorium
Kolokwium:
- kombinacje - 5 zadań 0-1/2-1
- sekwencje
5.5 punkta do zaliczenia
Im później tym trudniej
https://platforma.polsl.pl/rau3/enrol/index.php?id=253
`TC`
```ccard
type: folder_brief_live
```