vault backup: 2021-11-01 21:43:07

This commit is contained in:
Daniel Bulant 2021-11-01 21:43:07 +01:00
parent ac438a073e
commit 2f71e97601
34 changed files with 133 additions and 58 deletions

View file

@ -1,4 +1,6 @@
{ {
"newFileLocation": "current", "newFileLocation": "current",
"attachmentFolderPath": "data" "attachmentFolderPath": "data",
"useMarkdownLinks": true,
"alwaysUpdateLinks": true
} }

View file

@ -8,12 +8,10 @@
"dataview", "dataview",
"cm-editor-syntax-highlight-obsidian", "cm-editor-syntax-highlight-obsidian",
"emoji-shortcodes", "emoji-shortcodes",
"obsidian-emoji-toolbar",
"obsidian-latex", "obsidian-latex",
"obsidian-filename-heading-sync", "obsidian-filename-heading-sync",
"obsidian-gist", "obsidian-gist",
"hotkey-helper", "hotkey-helper",
"obsidian-icons-plugin",
"obsidian-mind-map", "obsidian-mind-map",
"obsidian-charts", "obsidian-charts",
"url-into-selection", "url-into-selection",

View file

@ -88,6 +88,6 @@
"repelStrength": 10.2352941176471, "repelStrength": 10.2352941176471,
"linkStrength": 0.458823529411765, "linkStrength": 0.458823529411765,
"linkDistance": 240, "linkDistance": 240,
"scale": 0.3414744101388251, "scale": 0.28548580833377807,
"close": false "close": false
} }

View file

@ -13,7 +13,7 @@
{ {
"path": "/", "path": "/",
"date": "2021-11-01", "date": "2021-11-01",
"size": 71879 "size": 73717
} }
], ],
"activityHistory": [ "activityHistory": [
@ -142,7 +142,7 @@
}, },
{ {
"date": "2021-11-01", "date": "2021-11-01",
"value": 14780 "value": 16800
} }
] ]
} }

View file

@ -7,6 +7,7 @@ tags:
# ang # ang
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[ang/listening|listening]] - [[ang/listening|listening]]

View file

@ -7,6 +7,7 @@ tags:
# cjl # cjl
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[cjl/jména|jména]] - [[cjl/jména|jména]]

View file

@ -2,59 +2,20 @@
tags: tags:
- cjl - cjl
- cjl/literatura - cjl/literatura
- cjl/cizý
--- ---
# Cizý literatura # Cizý literatura
## Společensko-historické pozadí
- odehráva se v době pravěku kdy umění bylo nepsané
- patřili sem zaříkadla, zaklínadla, příslový, pranostiky...
- nejstarší písemné památky byly vytvořeny orientálními kulturamy (Mezopotamie, Egypt, Indie, Čína)
## Sumerská literatura ![Společensko-historické pozadí](Společensko-historické%20pozadí.md)
- Sumeruvé vynalezli obrázkove písmo ze kterého pak vzniklo klínové
- knihovna v Ninive s hlíněnými destičkami
- Epos o Gilgamešovi - nejstarší dílo (1700 př.n.l)
## Staroegyptská literatura ![Sumerská literatura](Sumerská%20literatura.md)
- umění starého Egypta - vznik na konci 4. tisicileti
- Díla:
- Vlastní životopis Sinuhetův
- Texty pyramid
- kniha mrtvých
- Achnatonův hymnus na Slunce
## Indická literatura ![Staroegyptská literatura](Staroegyptská%20literatura.md)
- Pákistan - Indie (mezi Indusem a Gangou) 2500 pr.n.l
- védy = posvatné vědení (rozsahem jsou 6x vetsi nez bible)
- védy se psali védskym jazykem a sánskrtem
- Díla:
- Mahábhárata - nejznámější epos
- Rámájana - hrdinský epos
- Kamasutra - příručka sexuálního života
- Paňčatantra - sbírka příběhů, pohádek a bajek
- Šakuntala
- Oblak poslem lásky - milostná báseň
## Čínská literatura ![Indická literatura](Indická%20literatura.md)
- Čínska kultura má smysl pro pečlivé zaznamenávání historie
- Konfucius (551-479 pr.n.l) - čínský filozof a zakladatel konfucianismu
- jeho dilo:
- Hovory (dilo plne moralnich rad)
- LAO-Č (6.st pr.n.l) - myslitel, zakladatel taoismu
- Tao-te-ťing - kniha o taoismu
- TU FU (712-770 pr.n.l) - cinsky basnik, ktery byl kriticky vuci spolecnosti
- LI PO (701 - 762 pr.n.l) - autor versu o prirode
### Jiná díla ![Čínská literatura](Čínská%20literatura.md)
Kniha písní - soubor čínského básnictví
## Perská literatura ![Perská literatura](Perská%20literatura.md)
- vzali si útržky cizích kultur a udělali si z toho vlastní
- Dila:
- Avesta - sborník modliteb, mýtů, lyriky, právnickych textů, jejiž autorem je ZARATHUSTRA - filozof
## Arabská literatura ![Arabská literatura](Arabská%20literatura.md)
- umění ktere vychází s islámu - Arabský poloostrov
- Dila:
- Korán - základní text islámu
- Hadith - náboženský text o skutcích Muhammada
- Tisíc a jedna noc - soubor lidových vyprávění princezny Šeherezády

View file

@ -0,0 +1,12 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Arabská literatura
- umění ktere vychází s islámu - Arabský poloostrov
- Dila:
- Korán - základní text islámu
- Hadith - náboženský text o skutcích Muhammada
- Tisíc a jedna noc - soubor lidových vyprávění princezny Šeherezády

View file

@ -0,0 +1,10 @@
# Cizý literatura
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[cjl/literatura/Cizý literatura/Arabská literatura|Arabská literatura]]
- [[cjl/literatura/Cizý literatura/Čínská literatura|Čínská literatura]]
- [[cjl/literatura/Cizý literatura/Indická literatura|Indická literatura]]
- [[cjl/literatura/Cizý literatura/Perská literatura|Perská literatura]]
- [[cjl/literatura/Cizý literatura/Společensko-historické pozadí|Společensko-historické pozadí]]
- [[cjl/literatura/Cizý literatura/Staroegyptská literatura|Staroegyptská literatura]]
- [[cjl/literatura/Cizý literatura/Sumerská literatura|Sumerská literatura]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -0,0 +1,17 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Indická literatura
- Pákistan - Indie (mezi Indusem a Gangou) 2500 pr.n.l
- védy = posvatné vědení (rozsahem jsou 6x vetsi nez bible)
- védy se psali védskym jazykem a sánskrtem
- Díla:
- Mahábhárata - nejznámější epos
- Rámájana - hrdinský epos
- Kamasutra - příručka sexuálního života
- Paňčatantra - sbírka příběhů, pohádek a bajek
- Šakuntala
- Oblak poslem lásky - milostná báseň

View file

@ -0,0 +1,10 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Perská literatura
- vzali si útržky cizích kultur a udělali si z toho vlastní
- Dila:
- Avesta - sborník modliteb, mýtů, lyriky, právnickych textů, jejiž autorem je ZARATHUSTRA - filozof

View file

@ -0,0 +1,10 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Společensko-historické pozadí
- odehráva se v době pravěku kdy umění bylo nepsané
- patřili sem zaříkadla, zaklínadla, příslový, pranostiky...
- nejstarší písemné památky byly vytvořeny orientálními kulturamy (Mezopotamie, Egypt, Indie, Čína)

View file

@ -0,0 +1,13 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Staroegyptská literatura
- umění starého Egypta - vznik na konci 4. tisicileti
- Díla:
- Vlastní životopis Sinuhetův
- Texty pyramid
- kniha mrtvých
- Achnatonův hymnus na Slunce

View file

@ -0,0 +1,10 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Sumerská literatura
- Sumeruvé vynalezli obrázkove písmo ze kterého pak vzniklo klínové
- knihovna v Ninive s hlíněnými destičkami
- Epos o Gilgamešovi - nejstarší dílo (1700 př.n.l)

View file

@ -0,0 +1,15 @@
---
tags:
- cjl
- cjl/literatura
- cjl/cizý
---
# Čínská literatura
- Čínska kultura má smysl pro pečlivé zaznamenávání historie
- Konfucius (551-479 pr.n.l) - čínský filozof a zakladatel konfucianismu
- jeho dilo:
- Hovory (dilo plne moralnich rad)
- LAO-Č (6.st pr.n.l) - myslitel, zakladatel taoismu
- Tao-te-ťing - kniha o taoismu
- TU FU (712-770 pr.n.l) - cinsky basnik, ktery byl kriticky vuci spolecnosti
- LI PO (701 - 762 pr.n.l) - autor versu o prirode

View file

@ -1,5 +1,5 @@
--- ---
tags: tags: [MOC]
- cjl - cjl
- cjl/literatura - cjl/literatura
- generated - generated
@ -8,8 +8,10 @@ tags:
# literatura # literatura
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[cjl/literatura/Cizý literatura/Cizý literatura|Cizý literatura]]
- [[cjl/literatura/Cizý literatura|Cizý literatura]] - [[cjl/literatura/Cizý literatura|Cizý literatura]]
- [[cjl/literatura/poznávání žánrů|poznávání žánrů]] - [[cjl/literatura/poznávání žánrů|poznávání žánrů]]
- [[cjl/literatura/Tropy a figury|Tropy a figury]] - [[cjl/literatura/Tropy a figury|Tropy a figury]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 KiB

View file

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View file

@ -6,9 +6,10 @@ tags:
# data # data
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[data/Pasted image 20210915110856.png|Pasted image 20210915110856.png]] - [[akabus.png|Pasted image 20210915110856.png]]
- [[data/Pasted image 20210917093532.png|Pasted image 20210917093532.png]] - [[data/Pasted image 20210917093532.png|Pasted image 20210917093532.png]]
- [[data/Pasted image 20210920101314.png|Pasted image 20210920101314.png]] - [[data/Pasted image 20210920101314.png|Pasted image 20210920101314.png]]
- [[data/Pasted image 20211101144629.png|Pasted image 20211101144629.png]] - [[data/Pasted image 20211101144629.png|Pasted image 20211101144629.png]]

View file

@ -7,6 +7,7 @@ tags:
# dej # dej
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[dej/Data|Data]] - [[dej/Data|Data]]

View file

@ -7,6 +7,7 @@ tags:
# 1. světová válka # 1. světová válka
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[dej/moderní/1. světová válka/Český zahraniční odboj|Český zahraniční odboj]] - [[dej/moderní/1. světová válka/Český zahraniční odboj|Český zahraniční odboj]]

View file

@ -9,9 +9,9 @@ tags:
# Sarajevský atentát # Sarajevský atentát
28.6.1914 28.6.1914
- **František Ferdinand d\`Este** na oficiální návštěvě Sarajeva (vojenské manévry) - **[[František Ferdinand d`Este]]** na oficiální návštěvě Sarajeva (vojenské manévry)
- atentátník **Gavrilo Princip** - srbská nacionalistická organizace Černá ruka - atentátník **Gavrilo Princip** - srbská nacionalistická organizace Černá ruka
- **Rakousko** vyhlašuje válku **Srbsku** -> **Rusko** vstupuje na obranu -> **Německo** mu vyhlašuje válku, následně **Francii** (přelom července a srpna) - **Rakousko** vyhlašuje válku **Srbsku** -> **Rusko** vstupuje na obranu -> **Německo** mu vyhlašuje válku, následně **Francii** (přelom července a srpna)
- po napadení neutrální Belgie vstupuje do války i **Velká Británie** - po napadení neutrální Belgie vstupuje do války i **Velká Británie**
![[František Ferdinand d`Este]] ![](Pasted%20image%2020211101211904.png)

View file

@ -8,6 +8,7 @@ tags:
# moderní # moderní
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[dej/moderní/1. světová válka/1. světová válka|1. světová válka]] - [[dej/moderní/1. světová válka/1. světová válka|1. světová válka]]

View file

@ -8,6 +8,7 @@ tags:
# starší # starší
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[dej/starší/Hrad Kalich|Hrad Kalich]] - [[dej/starší/Hrad Kalich|Hrad Kalich]]

View file

@ -7,6 +7,7 @@ tags:
# ech # ech
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[ech/hmota|hmota]] - [[ech/hmota|hmota]]

View file

@ -7,6 +7,7 @@ tags:
# ele # ele
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[ele/Náboj, proud, napětí a odpor|Náboj, proud, napětí a odpor]] - [[ele/Náboj, proud, napětí a odpor|Náboj, proud, napětí a odpor]]

View file

@ -7,6 +7,7 @@ tags:
# fyz # fyz
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[fyz/Exponencionální zápis|Exponencionální zápis]] - [[fyz/Exponencionální zápis|Exponencionální zápis]]

View file

@ -7,6 +7,7 @@ tags:
# har # har
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[har/CPU|CPU]] - [[har/CPU|CPU]]

View file

@ -15,7 +15,7 @@ tags:
- kuličkové počítadla - kuličkové počítadla
- calculli (řecko/řím) - calculli (řecko/řím)
- sčot (rusko) - sčot (rusko)
![[Pasted image 20210915110856.png]] ![akabus.png](akabus.png)
### Anglie ### Anglie
#### 17. století #### 17. století
- logaritmické tabulky a pravítko - logaritmické tabulky a pravítko

View file

@ -7,6 +7,7 @@ tags:
# mat # mat
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[mat/Číselné obory|Číselné obory]] - [[mat/Číselné obory|Číselné obory]]

View file

@ -7,6 +7,7 @@ tags:
# pdv # pdv
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[pdv/30 let linuxu|30 let linuxu]] - [[pdv/30 let linuxu|30 let linuxu]]

View file

@ -7,6 +7,7 @@ tags:
# psi # psi
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[psi/Sítě|Sítě]] - [[psi/Sítě|Sítě]]

View file

@ -6,6 +6,7 @@ tags:
# učitelé # učitelé
```ccard ```ccard
type: folder_brief_live type: folder_brief_live
imagePrefix: 'data/'
``` ```
%% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[učitelé/Alena Rybáková|Alena Rybáková]] - [[učitelé/Alena Rybáková|Alena Rybáková]]