vault backup: 2021-09-30 11:20:35

This commit is contained in:
Daniel Bulant 2021-09-30 11:20:35 +02:00
parent c00d5ba36b
commit f314896746
21 changed files with 5974 additions and 2116 deletions

View file

@ -9,5 +9,7 @@
"obsidian-mind-map",
"obsidian-outliner",
"obsidian-admonition",
"table-editor-obsidian"
"table-editor-obsidian",
"obsidian-auto-link-title",
"open-note-to-window-title"
]

File diff suppressed because one or more lines are too long

View file

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

View file

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2021-09-24",
"size": 23364
"date": "2021-09-30",
"size": 25512
}
],
"activityHistory": [
@ -67,6 +67,14 @@
{
"date": "2021-09-24",
"value": 2420
},
{
"date": "2021-09-29",
"value": 2117
},
{
"date": "2021-09-30",
"value": 51
}
]
}

View file

@ -2,7 +2,7 @@
"userAdmonitions": {},
"syntaxHighlight": false,
"copyButton": false,
"version": "6.3.0",
"version": "6.3.2",
"autoCollapse": false,
"defaultCollapseType": "open",
"syncLinks": true,

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "6.3.0",
"version": "6.3.2",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",

View file

@ -227,3 +227,9 @@ input.is-invalid {
.admonition-file-upload > input[type="file"] {
display: none;
}
.insert-admonition-modal button:focus,
.insert-admonition-modal .clickable-icon:focus {
box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
border-color: var(--background-modifier-border-focus);
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-auto-link-title",
"name": "Auto Link Title",
"version": "1.2.3",
"minAppVersion": "0.9.12",
"description": "This plugin automatically fetches the titles of links from the web",
"author": "Matt Furden",
"authorUrl": "https://github.com/zolrath",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

View file

@ -4,5 +4,5 @@
"description": "Backup your vault with git.",
"isDesktopOnly": true,
"js": "main.js",
"version": "1.10.2"
"version": "1.13.0"
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,9 @@
{
"author": "Joost Plattel",
"authorUrl": "https://jplattel.nl",
"description": "Allows template-based customization of the app window title",
"id": "open-note-to-window-title",
"isDesktopOnly": false,
"name": "Custom window title",
"version": "0.3.2"
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.8.1",
"version": "1.9.4",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",

View file

@ -43,10 +43,6 @@
justify-content: center;
}
.templater_button:hover {
background-color: #00496A !important;
}
.templater-prompt-div {
display: flex;
}
@ -70,7 +66,6 @@
}
.cm-s-obsidian .cm-templater-command{
color: #d4d4d4;
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
@ -100,157 +95,197 @@
color: green;
}
.cm-s-obsidian .cm-templater-command.cm-keyword {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00A7AA;
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.cm-atom {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
color: #F39B35;
}
.cm-s-obsidian .cm-templater-command.cm-number {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-type {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-def {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
color: #98E342;
}
.cm-s-obsidian .cm-templater-command.cm-property {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-variable {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-variable-2 {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.cm-s-obsidian .cm-templater-command.cm-variable-3 {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-property.cm-def {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-callee {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-operator {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-qualifier {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-tag {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-attribute {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-comment {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-string {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #E6DB74;
}
.cm-s-obsidian .cm-templater-command.cm-string-2 {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #F39B35;
}
.cm-s-obsidian .cm-templater-command.cm-meta {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #D4D4D4;
background: inherit;
}
.cm-s-obsidian .cm-templater-command.cm-builtin {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-header {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.cm-s-obsidian .cm-templater-command.cm-hr {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98E342;
}
.cm-s-obsidian .cm-templater-command.cm-link {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.cm-s-obsidian .cm-templater-command.cm-error {
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #C42412;
}
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.CodeMirror-activeline-background {
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #D4D4D4 !important;
}
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
border-radius: 3px;
border: 1px solid silver;
background: white;
font-size: 90%;
font-family: monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror-hint {
margin: 0;
padding: 0 4px;
border-radius: 2px;
white-space: pre;
color: black;
cursor: pointer;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
}

View file

@ -60,4 +60,5 @@
16. speak spoke spoken
17. steal stole stolen
18. sell sold sold
19. spend spent spent
19. spend spent spent

View file

@ -0,0 +1,46 @@
# Tropy a figury
- tu zní, tam volá a burácí všady -> Gradace
- země truchlí -> Personifikace
- čelo postele -> Metafora
- krev teče mi z čela, krev teče mi z očí -> Anafora
- počítačová myš -> metafora
- Ty tu máš ale pořádek -> ironie
- kolik je hodin? Jsou tři. -> elipson
- život a smrt -> ~~oxymón~~ kontrast
- hrdliččin zval ku lásce hlas -> metonymie
- umřelé hvězdy svit -> oxymónon
- opustil nás -> eufenismus
- nevytáhl paty z domu -> epanastrocea
- domy vytřeštily oči -> personifikace
- to bych mohl čekat sto let -> hyperbola
- pojďme, pojďme, ale zticha -> epizeuxis
- nad ouvalem sova houká -> onomutopie
- hladový jako vlk -> přirovnávání
- její modré pomněnky na mě hleděly -> personifikace
- Jana miluje Čajkovského -> metonymie
- stříbrný vítr -> epiteton
- nade mnou kolo - kůl - kostlivec - lebka bledá -> aliterace
- mrtvé milenky cit -> oxymoron
- uchýlil se pod rodnou střechu -> synekdocha
- objal celý svět -> hyperbola
- řítí se, padí, běží -> gradace
- ó, matko má, v světlo proměněná! -> apostrofa
- kolik je hodin? Jsou dvě. -> elipsa
- kachna s peřím zelenavým -> inverze
- listopad toulá se krajinou, ryšavý koník s bílou lysinou... -> metafora
- z dálky vykoukl strom -> personifikace
- do malého prostěradla se vejde celý svět -> hyperbola
- provolným krokem on zločince doprovází -> inverze
- růžový večer -> epiteton
- světlo a tma -> kontrast
- ach, zemi krásná, zemi milovaná -> apostrofa, gradace, epizeusix
- jaký je to divný kraj, milý bože, divný kraj! -> epifona
- tys vrchol blaha, štěstí, plesu, slávy -> gradace
- kapka štěstí -> metafora
- bojovat za kalich -> metonimie
- pojďme, pojďme, ale zticha -> epizeuxis
**lyrika**
1. epizeuxis (a když bude pršet zmokneme, zmokneme)
2. apostrofa (Radosti, ty jiskro boží)

View file

@ -18,7 +18,8 @@
## Napětí - U
- Jednotka - 1V = 1 Volt
- Výpočet $U = \frac{W}{Q}$
- Elektrické napětí je práce **W** vykonaná elektrickými silami při přemísťování kladného elektrického náboje **Q**. Rozdíl počtů volných elektronů na svorkách zdroje.
- Elektrické napětí je práce **W** vykonaná elektrickými silami při přemísťování kladného elektrického náboje
- **Q** -> rozdíl počtů volných elektronů na svorkách zdroje.
## Elektrická práce - W
- Jednotka: 1J = 1 Joule
- Výpočet $W = U * Q$
@ -27,8 +28,10 @@
- Jednotka: $R = 1 \ohm$ (ohm)
- Brání průchodu proudu
- Vlastnost spotřebiče/vodiče
## Výkon
## Práce
## Výkon - P
- Jednotka: $P = W$ (watt)
- Výpočet $P = \frac{W}{t}$
- Vykonaná elektrická práce za jednotku času.
## Zdroj x Spotřebič
- zdroj vytváří proud, spotřebič spotřebovává
## Rozdělení látek podle vodivosti

View file

@ -0,0 +1,4 @@
# Násobek a dělitel
Číslo $a$ je násobkem čísla $b$ (číslo $b$ je dělitel čísla $a$) právě tehdy, když existuje přirozené číslo $k$ takové, že $a = k * b$.
## Prvočíslo
Číslo, jež má právě dva dělitele