vault backup: 2023-03-24 12:29:32

This commit is contained in:
2023-03-24 12:29:32 +01:00
parent a10a57aecc
commit 1a05c47564
52 changed files with 109351 additions and 3825 deletions

View File

@@ -16,5 +16,12 @@
"emoji-shortcodes",
"obsidian-excalidraw-plugin",
"highlightr-plugin",
"obsidian-git"
"obsidian-git",
"obsidian-desmos",
"3d-graph",
"graph-analysis",
"juggl",
"obsidian-functionplot",
"obsidian-tikzjax",
"obsidian-export-image"
]

31211
.obsidian/plugins/3d-graph/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
{
"id": "3d-graph",
"name": "3D Graph",
"version": "1.0.3",
"description": "A 3D Graph for Obsidian",
"author": "Alexander Weichart",
"authorUrl": "https://github.com/AlexW00",
"isDesktopOnly": false
}

57
.obsidian/plugins/3d-graph/styles.css vendored Normal file
View File

@@ -0,0 +1,57 @@
.graph-3d-view .tree-item.is-collapsed > .tree-item-children {
display: none;
visibility: hidden;
}
.graph-3d-view {
padding: 0 !important;
position: relative;
overflow: hidden !important;
}
.graph-3d-view .graph-controls.is-collapsed > .graph-control-section {
display: none;
visibility: hidden;
}
.graph-3d-view .graph-controls:hover > .control-buttons {
opacity: 0.5;
}
.graph-3d-view .graph-controls > .control-buttons:hover {
opacity: 1;
}
.graph-3d-view .graph-controls > .control-buttons {
float: right;
margin-right: 0;
opacity: 0;
}
.graph-3d-view .hidden {
display: none;
visibility: hidden;
}
.graph-3d-view .control-buttons {
display: block;
}
.graph-3d-view .control-buttons > * {
display: inline-block;
margin: 0;
}
.graph-3d-view .graph-settings-view > .clickable-icon {
position: absolute;
top: 8px;
right: 8px;
}
.graph-3d-view .node-label {
color: var(--text-normal);
}
.graph-3d-view .scene-nav-info {
display: none;
visibility: hidden;
}

36162
.obsidian/plugins/graph-analysis/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "graph-analysis",
"name": "Graph Analysis",
"version": "0.15.4",
"minAppVersion": "0.12.10",
"description": "Analyse your Obsidian graph.",
"author": "SkepticMystic",
"authorUrl": "https://github.com/SkepticMystic/graph-analysis",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,126 @@
td.internal-link,
div.internal-link,
span.internal-link {
color: var(--text-accent);
text-decoration-line: none !important;
}
td.internal-link:hover,
div.internal-link:hover,
span.internal-link:hover {
color: var(--text-accent-hover, var(--text-accent));
}
tr.GA-linked td:first-child::before,
span.GA-linked::before,
div.GA-linked::before {
}
tr.GA-not-linked,
span.GA-not-linked {
/* background-color: yellow; */
}
.GA-icon {
color: var(--text-normal);
width: 13px;
height: 13px;
display: inline-block;
padding-top: 2px !important;
}
.GA-Global {
color: red;
}
.GA-Global::before {
content: '🌍';
}
td.GA-measure {
/* display:none */
}
td.GA-node {
/* background-color: yellow */
}
select.dropdown.GA-DD {
line-height: normal;
padding: 0.2em 1.9em 0.2em 0.4em;
width: fit-content;
}
button.GA-Refresh-Button {
margin-left: 5px;
padding: 3px;
}
body.is-mobile .GA-details,
body.is-mobile .GA-details::before {
font-size: larger;
}
.GA-highlight-sentence {
animation: highlightSentence 1.5s 1;
border-radius: 3px;
}
@keyframes highlightSentence {
0% {
background-color: transparent;
}
10% {
background-color: var(--text-highlight-bg);
}
80% {
background-color: var(--text-highlight-bg);
}
100% {
background-color: transparent;
}
}
.GA-View ::-webkit-scrollbar {
width: 1em;
height: 0px;
border-radius: 10px;
background-color: var(--scrollbar-bg);
}
.scrollContainer {
padding: 0px 0px 4px 0px;
}
.scrollContainer:hover {
padding: 0px;
}
.GA-View .scrollContainer:hover ::-webkit-scrollbar {
height: 4px;
}
.GA-View ::-webkit-scrollbar-track {
border-radius: 10px;
}
.GA-View ::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: var(--scrollbar-thumb-bg);
}
div.CC-sentence > ul,
div.CC-sentence > ol,
div.CC-sentence > p {
margin-block-start: 0;
margin-block-end: 0;
}
mark.CC-mark {
color: var(--text-normal);
background-color: var(--text-highlight-bg);
}
.CC-edit {
margin-block-start: 0;
margin-block-end: 0;
}
.CC-hr {
margin-block-start: 0.3em;
margin-block-end: 0.3em;
}

2
.obsidian/plugins/juggl/graph.css vendored Normal file
View File

@@ -0,0 +1,2 @@
/* For a full overview of styling options, see https://js.cytoscape.org/#style */

15
.obsidian/plugins/juggl/main.js vendored Normal file

File diff suppressed because one or more lines are too long

10
.obsidian/plugins/juggl/manifest.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "juggl",
"name": "Juggl",
"version": "1.4.0",
"minAppVersion": "0.11.5",
"description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.",
"author": "Emile",
"authorUrl": "https://twitter.com/emilevankrieken",
"isDesktopOnly": false
}

210
.obsidian/plugins/juggl/styles.css vendored Normal file
View File

@@ -0,0 +1,210 @@
div.neovis_setting {
width: content-box;
}
div.cxtmenu-item {
opacity: 0.8;
}
/*.cytoscape-navigatorView,*/
div.cy-navigator {
width: 150px;
height: 150px;
position: fixed;
z-index: 3;
bottom: 10px;
right: 27px;
border: #828282 1px solid;
border-radius: 2px;
background-color: rgba(130, 130, 130, 0.1);
cursor: default;
overflow: hidden;
}
div.juggl-error {
background-color: red;
}
.cy-navigator > img{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.8;
}
.cytoscape-navigatorView{
position: relative;
top: 0;
left: 0;
cursor: move;
background: #828282;
-moz-opacity: 0.20;
opacity: 0.20;
width: 50%;
height: 50%;
z-index: 0;
}
.cytoscape-navigatorOverlay{
position: relative;
top: 0;
left: 0;
z-index: 103;
width: 100%;
height: 100%;
}
.juggl-hover.is-loaded.hover-popover.popover {
opacity: 0.9;
height: max-content;
}
.juggl-preview-edge {
height: 140px !important;
}
.cy-content {
padding: 0 !important;
}
.cy-toolbar {
position: relative;
left: 8px;
top: 8px;
width: fit-content;
max-width: inherit;
height: 0;
margin: 2px;
margin-block-start: 0;
margin-block-end: 0;
z-index: 1000;
background-color: rgba(0, 0, 0, 0);
}
.cy-toolbar-section {
width: fit-content;
text-align: center;
background-color: var(--background-primary);
display: inline-block;
margin: 1px;
padding: 1px;
border-color: var(--background-modifier-border);
border-radius: 4px;
border-width: 1px;
border-style: solid;
opacity: 1;
}
.cy-toolbar > input[type='text'] {
font-size: var(--font-small);
background-color: var(--background-secondary);
height: 30px;
padding: 5px 7px;
}
button.juggl-button {
width: 27px;
height: 27px;
text-align: center;
background-color: var(--background-secondary);
padding: 0 !important;
margin: 1px;
}
.cy-toolbar-section > button:disabled {
background: var(--background-primary);
cursor: not-allowed;
}
button.juggl-button > svg > path {
fill: var(--text-muted);
opacity: 0.6;
}
button.juggl-button:hover > svg > path {
opacity: 1;
}
button.juggl-button:disabled > svg > path {
opacity: 0.3;
}
button.juggl-button-pane {
background: none;
margin: 0;
padding: 0;
width: 15px;
height: 15px;
}
div.juggl-list-text {
font-size: var(--font-small);
word-break: break-word;
}
div.juggl-style-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-bottom: 6px;
padding-top: 6px;
border-bottom: 1px solid var(--background-modifier-border-focus);
}
div.juggl-style-group-hidden {
width: auto;
display: inline;
}
div.juggl-nodes-pane,
div.juggl-style-pane {
overflow-y: auto;
padding: 0 10px;
font-size: 14px;
}
.break {
flex-basis: 100%;
height: 3px;
}
/* Use a collapsed column to break to a new column */
.break-column {
flex-basis: 100%;
width: 0;
}
.react-icon {
display: inline-flex;
width: 24px;
box-sizing: content-box;
height: 24px;
stroke-width: 0;
}
.react-icon > svg {
vertical-align: top;
line-height: 0;
font-size: 0;
margin-bottom: 3px;
}
.juggl-icon-picker > .suggestion-item {
height: auto;
min-height: 24px;
}
button.juggl-icon-button {
height: 30px;
}
.juggl-style-pane-left {
display: inline-flex;
width: 50px;
justify-content: center;
}

View File

@@ -1352,6 +1352,10 @@ Przepalenie
Przepływ
Potencjometr
PTC
Prąd
Przekazuje
Parametry
Prądy
obj
oh
oq
@@ -2710,6 +2714,7 @@ omega
odpowiadające
oporze
okładkami
obszaru
GoTo
GS
Gl
@@ -3968,6 +3973,7 @@ GAnQR
Goqg
Gcge
GLkr
Głośnikowe
Outline
ON
OD
@@ -7976,6 +7982,7 @@ LZMAAAAAAAAAAAAAA
Layout
Layers
Laboratoria
Laplace
Filter
FlateDecode
Font
@@ -10718,6 +10725,16 @@ skokowa
stycznikami
sterują
siedzi
sinusoidy
szeregowa
stałe
strat
straty
służy
sprawność
siatce
strukturalny
strukturze
JQ
Js
JX
@@ -15965,6 +15982,7 @@ further
from
focus
fazy
funkcyjny
Bi
Border
Bh
@@ -18700,6 +18718,10 @@ Trzeci
Termistory
Temp
Termometr
TWP
Transformatory
Transformator
Tylko
Annots
Annot
Aac
@@ -21308,6 +21330,10 @@ Schemat
Sołecka
Steruje
Szachownica
SHS
Statyczny
SHF
Rect
Re
Resources
@@ -22618,6 +22644,7 @@ Rozdzielność
Rekurencyjny
Rezystory
Rezystancja
Rodzaje
Navigation
No
Nj
@@ -23926,6 +23953,7 @@ Nominalne
Nieliniowy
Niska
Niepewności
Npięcia
ColorSpace
Contents
Cx
@@ -25264,6 +25292,8 @@ Components
Charakterystyka
CTR
Critical
Cewki
Częstotliwość
ExtGState
Eu
EV
@@ -26595,6 +26625,8 @@ Emojis
Error
Elementy
Element
ESR
ESL
Xmo
XB
XK
@@ -27878,6 +27910,7 @@ XqM
XDj
XPc
Xora
XOR
VB
Vp
VE
@@ -30599,6 +30632,9 @@ iloczynu
idempotentności
implikacja
idealnego
indukcyjność
impedancji
impulsowe
vK
vE
vD
@@ -33203,6 +33239,8 @@ Direction
Disco
Domowe
Duża
Dławik
DHS
dA
dET
dg
@@ -34588,6 +34626,12 @@ dyspozycji
doświadczenia
dzielnikiem
dzielnika
doprowadzeń
doprowadzone
długotrawale
dobroć
dopuszczalna
dużej
YI
YT
Yv
@@ -37278,6 +37322,9 @@ czasowej
ciepło
ciepła
cena
cewka
czyli
częstotliwości
bI
bx
bM
@@ -38656,6 +38703,8 @@ bierny
bibt
bin
będą
bezstykowo
bramek
jW
je
jz
@@ -42597,6 +42646,9 @@ userSpacingStr
userSpacingArr
uległa
uszkodzeń
upływność
upływu
uśrednianie
Mh
MediaBox
MI
@@ -43957,6 +44009,7 @@ MOhm
Maciej
Malczyk
Matlab
Małej
lauG
lc
lS
@@ -45278,6 +45331,7 @@ layoutOptionsJson
layoutOptions
logarytmowi
logarytmiczne
leży
Kz
KM
Kw
@@ -47894,6 +47948,8 @@ Ile
Inaczej
Internet
Indukcja
Indukcyjność
Izolacja
qF
qIF
qy
@@ -50471,6 +50527,7 @@ Wieża
Warystory
Wszystko
Wykresy
Współczynnik
rM
ra
rv
@@ -51855,6 +51912,9 @@ rezystorów
regulowanym
rośnie
resistor
rdzeniem
rezonansu
rdzenia
tI
tU
ta
@@ -53198,6 +53258,7 @@ trzy
temperaturą
temperatur
tyg
trident
wo
wHJ
wKe
@@ -54504,6 +54565,9 @@ wraz
wzrostem
wrażliwość
wykrywa
własnego
wejsciowy
wykresami
pDJ
parenleftbigg
parenrightbigg
@@ -55942,6 +56006,12 @@ progi
promieniowanie
pracowni
podane
pojemność
pojemności
powietrzne
przekładnia
przyczyna
pole
HD
Ho
Hg
@@ -57180,6 +57250,7 @@ HHMb
Hybrydowo
Huffmana
Hanoi
Hazardy
UDq
Ue
UV
@@ -61127,6 +61198,10 @@ Znajdź
Zmienna
Zadania
Zapis
Zastępcza
Zakres
Znamionowa
Zasilające
mD
ma
mj
@@ -62482,6 +62557,8 @@ mieści
moc
maksymalne
maleje
magnettcznym
multiplekserze
nD
nF
nZ
@@ -63819,6 +63896,8 @@ nich
napięciowa
nieliniowy
niezawodność
nieliniowość
nieergodyczne
gNx
gHI
gri
@@ -65155,6 +65234,8 @@ gromadzenia
grzałkami
grzałki
gray
gromadzi
galwaniczna
kXk
kQ
kx
@@ -66545,6 +66626,7 @@ klasie
kOhm
który
końcó
konwersji
üx
ün
ür
@@ -67905,6 +67987,8 @@ href
head
harmoniczny
harmoniczna
histereza
hazard
zC
zZ
zZes
@@ -69256,6 +69340,12 @@ zmienny
zależny
zmiana
zdolny
zapamiętania
znamionowe
zmian
zmienne
zniamionowe
zawartego
ÜI
Üj
ÜX
@@ -69495,6 +69585,7 @@ zdolny
Źt
Źp
ŹR
Źródło
óz
óH
óVo

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"id": "obsidian-desmos",
"name": "Desmos",
"version": "0.6.4",
"minAppVersion": "0.9.12",
"description": "Embed Desmos graphs into your notes",
"author": "Nigecat"
}

View File

@@ -209899,7 +209899,7 @@
}
},
"defaultTrayMode": false,
"previousRelease": "1.8.17",
"previousRelease": "1.8.20",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"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,8 +1,8 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.8.17",
"minAppVersion": "1.0.0",
"version": "1.8.20",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",

View File

@@ -21,6 +21,10 @@
display: none;
}
img.excalidraw-embedded-img {
width: 100%;
}
img.excalidraw-svg-right-wrap {
float: right;
margin: 0px 0px 20px 20px;

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-export-image",
"name": "Export Image plugin",
"version": "1.0.3",
"minAppVersion": "0.15.0",
"description": "Easily convert your article to image.",
"author": "Zhou Hua",
"authorUrl": "",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,27 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.epxort-image-force-no-margin {
margin: 0 !important;
padding: 20px 20px 40px 20px !important;
box-sizing: content-box;
text-align: justify;
hyphens: auto;
}
.epxort-image-force-no-margin .obsidian-metatable {
display: none;
}
.export-image-clone {
position: fixed !important;
left: -400% !important;
top: 200% !important;
border-radius: 10px !important;
overflow: hidden !important;
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-functionplot",
"name": "Obsidian Functionplot",
"minAppVersion": "0.12.2",
"description": "A plugin for displaying mathematical graphs in obsidian.md.",
"author": "leonhma",
"authorUrl": "https://github.com/leonhma",
"isDesktopOnly": false,
"version": "1.2.1"
}

View File

@@ -1,6 +1,5 @@
{
"commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 5,
"autoPushInterval": 0,
@@ -23,5 +22,9 @@
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"autoCommitMessage": "vault backup: {{date}}"
}

File diff suppressed because one or more lines are too long

View File

@@ -5,5 +5,5 @@
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.17.0"
"version": "2.19.0"
}

View File

@@ -12,6 +12,10 @@
padding: 0;
}
.workspace-leaf-content[data-type='git-history-view'] .view-content {
padding: 0;
}
.loading>svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
@@ -42,21 +46,28 @@
.tooltip.mod-right {
overflow-wrap: break-word;
}
.obsidian-git-shortcuts {
margin: 10px;
}
.diff-err {
height: 100%;
.git-tools {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-left: auto;
}
.diff-err-sign {
font-size: 2em;
.git-tools .type {
padding-left: var(--size-2-1);
display: flex;
align-items: center;
justify-content: center;
}
.git-tools .type[data-type="M"] {
color: orange;
}
.git-tools .type[data-type="D"] {
color: red;
}
.git-tools .buttons {
display: flex;
}
.git-tools .buttons > * {
padding: 0 0;
height: auto;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {

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.6.0",
"version": "1.7.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

@@ -93,3 +93,19 @@
align-items: center;
justify-content: center;
}
/* Custom rule modal. */
.obsidian-icon-folder-custom-rule-modal .modal-title h3 {
margin: 0;
}
.obsidian-icon-folder-custom-rule-modal .modal-content {
display: flex;
align-items: center;
justify-content: center;
}
.obsidian-icon-folder-custom-rule-modal .modal-content input {
width: 100%;
margin-right: 0.5rem;
}

File diff suppressed because one or more lines are too long

View File

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

18558
.obsidian/plugins/obsidian-tikzjax/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-tikzjax",
"name": "TikZJax",
"version": "0.5.1",
"minAppVersion": "0.12.0",
"description": "Render LaTeX and TikZ diagrams in your notes",
"author": "artisticat",
"authorUrl": "https://github.com/artisticat1",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

View File

@@ -4,22 +4,35 @@
"type": "split",
"children": [
{
"id": "84f2bbbfb7106bcd",
"id": "0151c4c9984436ee",
"type": "tabs",
"children": [
{
"id": "7e12c4f8093568b3",
"id": "d1df4f21c129a033",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Elektrotechnika/Ćwiczenia/20230317101750.md",
"file": "TIiK/Wykład/3. Łańcuchy markowa.md",
"mode": "source",
"source": false
}
}
},
{
"id": "8b7988c9bc4c348d",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "TIiK/Ćwiczenia/2. Markow.md",
"mode": "source",
"source": false
}
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
@@ -85,7 +98,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Elektrotechnika/Ćwiczenia/20230317101750.md",
"file": "TIiK/Ćwiczenia/2. Markow.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -102,7 +115,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Elektrotechnika/Ćwiczenia/20230317101750.md",
"file": "TIiK/Ćwiczenia/2. Markow.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -125,7 +138,7 @@
"state": {
"type": "outline",
"state": {
"file": "Elektrotechnika/Ćwiczenia/20230317101750.md"
"file": "TIiK/Ćwiczenia/2. Markow.md"
}
}
},
@@ -160,9 +173,32 @@
"type": "git-view",
"state": {}
}
},
{
"id": "d238c13b31e2e21f",
"type": "leaf",
"state": {
"type": "graph-analysis",
"state": {}
}
},
{
"id": "3fec19637d48d3eb",
"type": "leaf",
"state": {
"type": "juggl_nodes",
"state": {}
}
},
{
"id": "9b4aa83d4065586b",
"type": "leaf",
"state": {
"type": "juggl_style",
"state": {}
}
}
],
"currentTab": 7
]
}
],
"direction": "horizontal",
@@ -181,37 +217,41 @@
"zk-prefixer:Create new unique note": false,
"audio-recorder:Start/stop recording": false,
"obsidian-excalidraw-plugin:Create new drawing": false,
"3d-graph:3D Graph": false,
"juggl:Juggl global graph": false,
"breadcrumbs:Breadcrumbs Visualisation": false
}
},
"active": "7e12c4f8093568b3",
"active": "8b7988c9bc4c348d",
"lastOpenFiles": [
"!Załączniki/20230317101750 2023-03-17 10.54.28.excalidraw.md",
"Elektrotechnika/Ćwiczenia/20230317101750.md",
"!Załączniki/20230317101750 2023-03-17 10.44.12.excalidraw.md",
"!Załączniki/20230317101750 2023-03-17 10.39.20.excalidraw.md",
"!Załączniki/20230317101750 2023-03-17 10.24.54.excalidraw.md",
"!Załączniki/20230317101750 2023-03-17 10.23.58.excalidraw.md",
"!Załączniki/20230317101750 2023-03-17 10.23.15.excalidraw.md",
"!Załączniki/20230317101750 2023-03-17 10.17.53.excalidraw.md",
"TC/Ćwiczenia/2. Realizacja układów na stykach.md",
"!Załączniki/Excalidraw/Playgorund.md",
"!Załączniki/2. Realizacja układów na stykach 2023-03-15 10.49.05.excalidraw.md",
"!Załączniki/2. Realizacja układów na stykach 2023-03-15 10.43.24.excalidraw.md",
"TC/Ćwiczenia/Ćwiczenia.md",
"EiM/Wykłady/1. Wstęp.md",
"Fizyka/Laboratoria/Laboratoria.md",
"TC/Wykład/2. Optymalizacja ze stanem nieokreślonym.md",
"!Załączniki/2. Realizacja układów na stykach 2023-03-15 10.31.32.excalidraw.md",
"!Załączniki/2. Realizacja układów na stykach 2023-03-15 10.29.16.excalidraw.md",
"!Załączniki/2. Realizacja układów na stykach 2023-03-15 10.25.15.excalidraw.md",
"TC/Wykład/Untitled 1.md",
"!Załączniki/Untitled 1 2023-03-15 08.38.15.excalidraw.md",
"TC/Wykład/Untitled.md",
"!Załączniki/Untitled 2023-03-15 08.17.25.excalidraw.md",
"TC/Wykład/Wykład.md",
"TIiK/Wykład/3. Łańcuchy markowa.md",
"TIiK/Ćwiczenia/2. Markow.md",
"TIiK/Wykład/2..md",
"TIiK/Wykład/1..md",
"TIiK/Ćwiczenia/1. Logarytmy.md",
"TIiK/TIiK.md",
"AMiAL/AMiAL.md",
"TC/Wykład/4. ?.md",
"AMiAL/Ćwiczenia/Zadania/Całki_Zast/Zadanie 2.md",
"AiSD/AiSD.md",
"TC/TC.md",
"TI/TI.md",
"AMiAL/Ćwiczenia/Zadania/Całki/Zadanie 1.md",
"AMiAL/Ćwiczenia/Zadania/Untitled 1.md",
"AiSD/Ćwiczenia/1. Rozwiązywanie równań rekurencyjnych.md",
"AiSD/Ćwiczenia/2. Ćwiczenia.md",
"AMiAL/Ćwiczenia/Zadania/Całki_Zast/Zadanie 2.tex",
"AMiAL/Ćwiczenia/Zadania/Całki_Zast",
"TC/Wykład/5..md",
"!Załączniki/5. 2023-03-22 10.19.43.excalidraw.md",
"TC/Wykład/3. ?.md",
"TC/Wykład/Wykład.md",
"EiM/EiM.md",
"EiM/Wykłady/2. Elementy bierne.md",
"EiM/Wykłady/3. Półprzewodniki oraz złącze pn.md",
"AMiAL/Wykłady/2 SEM/10. Całka niewłaściwa.md",
"Elektrotechnika/Ćwiczenia/20230317101750.md",
"!Załączniki/20230317101750 2023-03-17 11.25.47.excalidraw.md",
"!Załączniki/20230317101750 2023-03-17 11.06.40.excalidraw.md",
"Fizyka/Laboratoria",
"!Załączniki/Pasted image 20230314104143.png",
"AMiAL/!Materiały/calki_1.pdf",
@@ -229,8 +269,6 @@
"!Załączniki/Recording 20230307101855.webm",
"!Załączniki/Drawing 2022-10-28 10.29.21.excalidraw.svg",
"!Załączniki/Recording 20230307101521.webm",
"EiM/Wykłady",
"EiM",
"TC/Untitled.canvas"
]
}