vault backup: 2021-10-21 21:22:03

This commit is contained in:
Daniel Bulant 2021-10-21 21:22:03 +02:00
parent 0586eb4c51
commit 6597265f04
85 changed files with 3806 additions and 33790 deletions

View file

@ -22,5 +22,6 @@
"templater-obsidian",
"wikilinks-to-mdlinks-obsidian",
"obsidian-outliner",
"obsidian-chartsview-plugin"
"obsidian-chartsview-plugin",
"obsidian-activity-history"
]

View file

@ -1,7 +1,7 @@
{
"collapse-filter": true,
"collapse-filter": false,
"search": "",
"showTags": false,
"showTags": true,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
@ -83,11 +83,11 @@
"textFadeMultiplier": -1.5,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"collapse-forces": false,
"centerStrength": 0.476470588235294,
"repelStrength": 10.7058823529412,
"linkStrength": 1,
"linkDistance": 218,
"scale": 0.1431045030516977,
"linkDistance": 85,
"scale": 0.3503656304628013,
"close": false
}

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "cycle-through-panes",
"name": "Cycle through Panes",
"version": "0.0.6",
"minAppVersion": "0.9.7",
"version": "0.0.8",
"minAppVersion": "0.12.5",
"description": "Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser!, ctrl+shift+Tab for Reverse",
"author": "Vinadon & Rythm",
"authorUrl": "https://github.com/phibr0",

View file

@ -0,0 +1,14 @@
{
"renderNullAs": "\\-",
"warnOnEmptyResult": true,
"refreshInterval": 1000,
"defaultDateFormat": "MMMM dd, yyyy",
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
"maxRecursiveRenderDepth": 6,
"tableIdColumnName": "Soubor",
"tableGroupColumnName": "Skupina",
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"enableDataviewJs": true,
"schemaVersion": 1
}

File diff suppressed because one or more lines are too long

View file

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

View file

@ -38,3 +38,34 @@
.dataview.result-group {
padding-left: 8px;
}
/** Inline Field Rendering. */
.dataview.inline-field-key {
border-top-left-radius: 250px;
border-bottom-left-radius: 250px;
padding-left: 16px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-value {
border-top-right-radius: 250px;
border-bottom-right-radius: 250px;
padding-left: 8px;
padding-right: 16px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-standalone-value {
border-radius: 250px;
padding-left: 16px;
padding-right: 16px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "emoji-shortcodes",
"name": "Emoji Shortcodes",
"version": "2.0.0",
"minAppVersion": "0.12.11",
"version": "2.1.0",
"minAppVersion": "0.12.17",
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",

View file

@ -16,5 +16,6 @@ a[href="https://www.buymeacoffee.com/phibr0"]{
}
.ES-suggestion-item {
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
}
}

View file

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2021-10-19",
"size": 44567
"date": "2021-10-21",
"size": 56947
}
],
"activityHistory": [
@ -119,6 +119,10 @@
{
"date": "2021-10-19",
"value": 1661
},
{
"date": "2021-10-21",
"value": 12918
}
]
}

View file

@ -2,7 +2,7 @@
"userAdmonitions": {},
"syntaxHighlight": false,
"copyButton": false,
"version": "6.3.2",
"version": "6.4.0",
"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.2",
"version": "6.4.0",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-charts",
"name": "Obsidian Charts",
"version": "2.5.2",
"version": "3.0.1",
"minAppVersion": "0.12.7",
"description": "This Plugin lets you create Charts within Obsidian",
"author": "phibr0",

View file

@ -1,858 +1,20 @@
.theme-light text.ct-label {
fill: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, .7);
font-size: .75rem;
line-height: 1
.picker_wrapper.popup,
.picker_wrapper.popup .picker_arrow::before,
.picker_wrapper.popup .picker_arrow::after,
.picker_editor > input {
background-color: var(--background-primary);
}
.theme-dark text.ct-label {
fill: rgba(255, 255, 255, .7);
color: rgba(255, 255, 255, .7);
font-size: .75rem;
line-height: 1
.picker_editor > input {
color: var(--text-normal);
}
.theme-light .ct-grid {
stroke: rgba(0, 0, 0, .4);
stroke-width: 1px;
stroke-dasharray: 2px
div.chart-error {
padding: 1rem;
border-radius: 1rem;
background-color: var(--background-secondary);
}
.theme-dark .ct-grid {
stroke: rgba(255, 255, 255, .4);
stroke-width: 1px;
stroke-dasharray: 2px
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #d70206
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
fill: #d70206
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #f05b4f
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
fill: #f05b4f
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #f4c63d
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
fill: #f4c63d
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #d17905
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
fill: #d17905
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
stroke: #453d3f
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-slice-pie {
fill: #453d3f
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
stroke: #59922b
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-slice-pie {
fill: #59922b
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
stroke: #0544d3
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-slice-pie {
fill: #0544d3
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
stroke: #6b0392
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-slice-pie {
fill: #6b0392
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
stroke: #f05b4f
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-slice-pie {
fill: #f05b4f
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
stroke: #dda458
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-slice-pie {
fill: #dda458
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
stroke: #eacf7d
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-slice-pie {
fill: #eacf7d
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
stroke: #86797d
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-slice-pie {
fill: #86797d
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
stroke: #b2c326
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-slice-pie {
fill: #b2c326
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
stroke: #6188e2
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-slice-pie {
fill: #6188e2
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
stroke: #a748ca
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-slice-pie {
fill: #a748ca
}
.ct-double-octave:after,
.ct-major-eleventh:after,
.ct-major-second:after,
.ct-major-seventh:after,
.ct-major-sixth:after,
.ct-major-tenth:after,
.ct-major-third:after,
.ct-major-twelfth:after,
.ct-minor-second:after,
.ct-minor-seventh:after,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-octave:after,
.ct-perfect-fifth:after,
.ct-perfect-fourth:after,
.ct-square:after {
content: "";
clear: both
}
.ct-grid-background,
.ct-line {
fill: none
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
}
.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
dominant-baseline: central
}
.ct-label.ct-horizontal.ct-start {
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-label.ct-horizontal.ct-end {
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-label.ct-vertical.ct-start {
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-box-pack: flex-end;
-webkit-justify-content: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
text-align: right;
text-anchor: end
}
.ct-label.ct-vertical.ct-end {
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: flex-end;
-webkit-justify-content: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
text-align: right;
text-anchor: end
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: end
}
.ct-point {
stroke-width: 10px;
stroke-linecap: round
}
.ct-line {
stroke-width: 4px
}
.ct-area {
stroke: none;
fill-opacity: .1
}
.ct-bar {
fill: none;
stroke-width: 10px
}
.ct-slice-donut {
fill: none;
stroke-width: 60px
}
.ct-square {
display: block;
position: relative;
width: 100%
}
.ct-square:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 100%
}
.ct-square:after {
display: table
}
.ct-square>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-second {
display: block;
position: relative;
width: 100%
}
.ct-minor-second:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 93.75%
}
.ct-minor-second:after {
display: table
}
.ct-minor-second>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-second {
display: block;
position: relative;
width: 100%
}
.ct-major-second:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 88.8888888889%
}
.ct-major-second:after {
display: table
}
.ct-major-second>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-third {
display: block;
position: relative;
width: 100%
}
.ct-minor-third:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 83.3333333333%
}
.ct-minor-third:after {
display: table
}
.ct-minor-third>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-third {
display: block;
position: relative;
width: 100%
}
.ct-major-third:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 80%
}
.ct-major-third:after {
display: table
}
.ct-major-third>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-perfect-fourth {
display: block;
position: relative;
width: 100%
}
.ct-perfect-fourth:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 75%
}
.ct-perfect-fourth:after {
display: table
}
.ct-perfect-fourth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-perfect-fifth {
display: block;
position: relative;
width: 100%
}
.ct-perfect-fifth:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 66.6666666667%
}
.ct-perfect-fifth:after {
display: table
}
.ct-perfect-fifth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-sixth {
display: block;
position: relative;
width: 100%
}
.ct-minor-sixth:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 62.5%
}
.ct-minor-sixth:after {
display: table
}
.ct-minor-sixth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-golden-section {
display: block;
position: relative;
width: 100%
}
.ct-golden-section:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 61.804697157%
}
.ct-golden-section:after {
content: "";
display: table;
clear: both
}
.ct-golden-section>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-sixth {
display: block;
position: relative;
width: 100%
}
.ct-major-sixth:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 60%
}
.ct-major-sixth:after {
display: table
}
.ct-major-sixth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-seventh {
display: block;
position: relative;
width: 100%
}
.ct-minor-seventh:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 56.25%
}
.ct-minor-seventh:after {
display: table
}
.ct-minor-seventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-seventh {
display: block;
position: relative;
width: 100%
}
.ct-major-seventh:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 53.3333333333%
}
.ct-major-seventh:after {
display: table
}
.ct-major-seventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-octave {
display: block;
position: relative;
width: 100%
}
.ct-octave:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 50%
}
.ct-octave:after {
display: table
}
.ct-octave>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-tenth {
display: block;
position: relative;
width: 100%
}
.ct-major-tenth:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 40%
}
.ct-major-tenth:after {
display: table
}
.ct-major-tenth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-eleventh {
display: block;
position: relative;
width: 100%
}
.ct-major-eleventh:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 37.5%
}
.ct-major-eleventh:after {
display: table
}
.ct-major-eleventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-twelfth {
display: block;
position: relative;
width: 100%
}
.ct-major-twelfth:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 33.3333333333%
}
.ct-major-twelfth:after {
display: table
}
.ct-major-twelfth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-double-octave {
display: block;
position: relative;
width: 100%
}
.ct-double-octave:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 25%
}
.ct-double-octave:after {
display: table
}
.ct-double-octave>svg {
display: block;
position: absolute;
top: 0;
left: 0
div.chart-error pre > code {
color: crimson !important;
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-gist",
"name": "Gist",
"version": "0.7.0",
"version": "0.8.1",
"minAppVersion": "0.9.12",
"description": "This is a plugin to display the GitHub Gist.",
"author": "Jun Lin",

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.13.0"
"version": "1.13.1"
}

File diff suppressed because one or more lines are too long

View file

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

View file

@ -23,20 +23,24 @@
}
/* lines */
.outliner-plugin-bls .cm-hmd-list-indent .cm-tab {
position: relative;
}
.outliner-plugin-bls .cm-hmd-list-indent .cm-tab::before {
content: "";
border-left: 1px solid var(--text-faint);
position: absolute;
left: 3px;
top: -9px;
bottom: -9999px;
}
.outliner-plugin-bls .cm-s-obsidian .CodeMirror-line {
position: relative;
.outliner-plugin-bls .cm-s-obsidian .HyperMD-list-line {
overflow: hidden;
}
.cm-hmd-list-indent {
position: relative;
}
.outliner-plugin-bls .CodeMirror-line .cm-hmd-list-indent::before {
content: '';
display: block;
position: absolute;
background-image: linear-gradient(to right, var(--text-faint) 1px, transparent 1px);
/* https://developer.mozilla.org/en-US/docs/Web/CSS/length#units */
background-size: 1.8ch 1px;
background-position-x: 3px;
width: 100%;
left: 0;
top: -1.6em;
padding-bottom: 999em;
}

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.9.4",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"isDesktopOnly": false
}
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.9.9",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"isDesktopOnly": false
}

View file

@ -1,291 +1,266 @@
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div > .setting-item > .setting-item-control > .setting-editor-extra-setting-button {
align-self: center;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command{
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008BFF;
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #C0D700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00A7AA;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
color: #F39B35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
color: #98E342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #E6DB74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #F39B35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #D4D4D4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98E342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #C42412;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.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;
}
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command {
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008bff;
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #c0d700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #e6db74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #d4d4d4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark
.cm-s-obsidian
.cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.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, 0.2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 5px rgba(0, 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

@ -16,4 +16,40 @@ Podporováno pouze v Obsidian zobrazení.
```ActivityHistory
/
```
## Seznam učitelů
```dataviewjs
dv.table(["Jméno", "Zkratka", "Předmět", "Kabinet", "Email"], dv.pages("#učitelé").sort(u => u.name).map(u => ["[" + u.name + "](./" + encodeURI(u.file.path) + ")", u.shortName, u.class, u.kabinet, u.mail]))
```
## Látky
Jak a kde začít:
```dataviewjs
dv.table(["Předmět", "Popis"], dv.pages("#README").map(t => [
"[" + t.file.folder.toUpperCase() + "](" + t.file.path + ")", t.desc]))
```
## Testy a úkoly
```dataviewjs
function highlightDate(date) {
if(!date) return date;
const text = dv.date(date).toFormat("dd. MM. yyyy");
if(DateTime.now() < dv.date(date) && dv.date(date).diff(DateTime.now(), "days").as("days") < 7) return `&nbsp;==${text}==`;
return "&nbsp;" + text;
}
dv.table(["Předmět", "Datum", "Test"], dv.pages("#testy or #úkoly").map(t => [t.file.path.split("/")[0], highlightDate(t.file.day), t.file.link]))
```
## Prezentace
```dataviewjs
function highlightDate(date) {
if(!date) return date;
const text = dv.date(date).toFormat("dd. MM. yyyy");
if(DateTime.now() < dv.date(date) && dv.date(date).diff(DateTime.now(), "days").as("days") < 7) return `&nbsp;==${text}==`;
return "&nbsp;" + text;
}
dv.table(["Předmět", "Datum", "Téma"], dv.pages("#pdv or #prezentace").map(t => [t.file.path.split("/")[0], highlightDate(t.file.day), t.file.link]))
```

View file

@ -1,5 +1,6 @@
---
tags:
- ang
- ang/testy
- testy
---

View file

@ -1,5 +1,6 @@
---
tags:
- ang
- ang/listening
---
# listening

View file

@ -1,5 +1,6 @@
---
tags:
- ang
- ang/slovesa
---
# slovesa

View file

@ -1,5 +1,6 @@
---
tags:
- cjl
- cjl/jména
---
# jména

View file

@ -1,5 +1,8 @@
---
tags:
- cjl
- cjl/literatura
- cjl/literatura/pojmy
- cjl/literatura/tropy
- cjl/literatura/figury
---

View file

@ -1,5 +1,7 @@
---
tags:
- cjl
- cjl/literatura
- cjl/literatura/pojmy
- cjl/literatura/žánry
---

View file

@ -1,6 +1,8 @@
---
tags:
- cjl
- cjl/literatura
- cjl/literatura/žánry
---
# poznávání žánrů
1. lyrika - kaligram

7
notes/dej/Data.md Normal file
View file

@ -0,0 +1,7 @@
# Data
Důležitá data:
```dataviewjs
dv.table(["Datum", "Název", "Popis"], dv.pages("#dej").filter(t => t.file.day).map(t => [t.file.day, t.file.name, t.desc]))
```
^806fb9

View file

@ -1,5 +1,7 @@
---
tags:
- dej
- dej/moderní
- dej/moderní/první-světová
---
# 1. světová válka

View file

@ -1,5 +1,8 @@
---
tags:
- dej
- dej/moderní
- dej/moderní/první-světová
- dej/moderní/první-světová/plyny
---
# Použití plynů

View file

@ -1,6 +1,10 @@
---
date: 28. 06. 1914
Date: 1914-06-28
desc: Atentát na Rakousko-uherského krále, zahájení 1. světové války.
tags:
- dej
- dej/moderní
- dej/moderní/první-světová
- dej/moderní/první-světová/atentát
---
# Sarajevský atentát

View file

@ -1,5 +1,8 @@
---
tags:
- dej
- dej/moderní
- dej/moderní/první-světová
- dej/moderní/první-světová/východní-fronta
---
# Východní fronta

View file

@ -1,5 +1,8 @@
---
tags:
- dej
- dej/moderní
- dej/moderní/první-světová
- dej/moderní/první-světová/zbraně
---
# Zbraně

View file

@ -1,5 +1,8 @@
---
tags:
- dej
- dej/moderní
- dej/moderní/první-světová
- dej/moderní/první-světová/západní-fronta
---
# Západní fronta

View file

@ -1,6 +1,7 @@
---
tags:
- dej
- dej/starší
---
# Hrad Kalich
1. Kdo a proč si nechal hrad Kalich postavit?

View file

@ -1,6 +1,9 @@
---
title: Jeskyně pod Býčí skálou
location: 8M4V+XW Habrůvka
tags:
- dej
- dej/starší
---
# Jeskyně pod Býčí skálou
<iframe width="560" height="315" src="https://www.youtube.com/embed/lvu8KVU-lEM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View file

@ -2,6 +2,9 @@
title: Stonehenge
location: 55HF+HG Salisbury, United Kingdom
creation: -2100
tags:
- dej
- dej/starší
---
# Stonehenge
Komplex kamenů uspořádáných v kruzích.

View file

@ -1,4 +1,12 @@
# Test 11.10.2021
---
Day: 2021-10-11
tags:
- dej
- testy
- testy/dej
- dej/starší
---
# Test 11.10.
1. Jaký kódovací systém rozluštil Alan Turing?
-> Enigma
2. Jakým způsobem funguje letecká archeologie?

View file

@ -1,4 +1,9 @@
# Pravěk
---
tags:
- dej
- dej/starší
---
# úvod
- období lidských dějin písemně (historicky) nezachycené
-> **pre**-historie
- informace přináší:

View file

@ -1,11 +1,16 @@
---
desc: Dějepis
tags:
- dej
- dej/README
- README
---
# uvod
# Úvod
- humanitní a společenská věda
- dějiny člověka a jeho civilizace
## Důležitá data
![[Data#^806fb9]]
## Prameny
1. písemné
2. hmotné

View file

@ -1,5 +1,6 @@
---
tags:
- ech
- ech/Mendělejev
- osobnosti
---

View file

@ -1,8 +0,0 @@
---
tags:
- ech/učitel
- učitelé
---
# Učitel
- Ladislav Trnka
- Kabinet 309

View file

@ -1,5 +1,6 @@
---
tags:
- ech
- ech/vazby
---
# Vazby

View file

@ -1,5 +1,6 @@
---
tags:
- ech
- ech/hmota
---
# hmota

View file

@ -1,5 +1,6 @@
---
tags:
- ech
- ech/atom
- ech/shrodingerova-rovnice
- ech/kvantová-čísla

View file

@ -1,12 +1,13 @@
---
tags:
- ech
- ech/radioaktivita
- ech/radioaktivita/fúzní
- ech/radioaktivita/rozklad
---
# radioaktivita
- přírodní proces
- Objevil fyzik [[Antoine Henri Becquerel]]
- Objevil fyzik Antoine Henri Becquerel
## Syntetické procesy (fúzní)
- Probíhá u lehčích jader, vznikají těžší

View file

@ -1,5 +1,6 @@
---
tags:
- fyz
- fyz/exponencionální-zápis
---
# Exponencionální zápis

View file

@ -1,5 +1,7 @@
---
tags:
- fyz
- fyz/SI
- fyz/SI/jednotky
- fyz/SI/příklady
---

View file

@ -1,5 +1,6 @@
---
tags:
- fyz
- fyz/pohyb
---
# Pohyb

View file

@ -1,6 +1,7 @@
---
tags:
- fyz/příklad
- fyz
- fyz/příklady
---
# Příklad
$$

View file

@ -1,5 +1,6 @@
---
tags:
- fyz
- fyz/rychlost
---
# Rychlost

View file

@ -1,8 +0,0 @@
---
tags:
- fyz/učitel
- učitelé
---
# Učitel
kabinet 309

View file

@ -1,5 +1,7 @@
---
tags:
- fyz
- fyz/veličiny
- fyz/veličiny/vektory
- fyz/veličiny/síla
- fyz/veličiny/rychlost
@ -10,6 +12,7 @@ tags:
- fyz/veličiny/teplota
- fyz/veličiny/čas
- fyz/veličiny/náboj
- fyz/SI
- fyz/SI/jednotky
- fyz/SI/předpony
---

View file

@ -1,5 +1,6 @@
---
tags:
- har
- har/cpu
- har/cpu/alu
- har/cpu/fpu

View file

@ -1,5 +1,6 @@
---
tags:
- har
- har/IQRF
---
# IQRF

View file

@ -1,5 +1,7 @@
---
tags:
- har
- dej
- har/history
- dej/počítače
---

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/druhá-odmocnina
---
# Druhá odmocnina

10
notes/mat/Matematika.md Normal file
View file

@ -0,0 +1,10 @@
---
desc: Matematika
tags:
- mat/README
- README
---
# Matematika
```dataviewjs
dv.table(["Téma", "Klíčová slova"], dv.pages('"mat"').filter(t => !t.tags.includes("README") && !t.tableIgnored).map(t => ["[[" + t.file.name + "]]", t.file.etags.join(", ")]))
```

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/množiny
- mat/množiny/průnik
- mat/množiny/podmnožina

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/násobek
- mat/dělitel
---

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/prvočísla/rozklad
---
# Rozklad složených čísel na součin prvočísel

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/zakrouhlení
---
# Zakrouhlení

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/zlomky
---
# Zlomky

View file

@ -1,7 +0,0 @@
---
tags:
- mat/učitel
- učitelé/tkáč
---
# učitel
Tkáč

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/číselné-obory
- mat/imaginárni-číslo
---

View file

@ -1,5 +1,6 @@
---
tags:
- mat
- mat/číselne-soustavy
---
# Číselné soustavy

View file

@ -1,9 +1,10 @@
---
Day: 2021-09-16
tags:
- pdv
- pdv/linux
---
# 30let linuxu
# 30 let linuxu
Necelé 2 týdny zpátky (v době psaní) bylo výročí 30 let od oznámení linuxu. Linus Torvalds 25. srpna poslal email kde psal o tom, jak pracuje na operačním systému pro procesory řady 386/486, a taky napsal že to nebude nic velkého a profesionálního jako GNU (ironicky). Napsal že Linux není portovatelný, protože používá hodně funkcí specifických pro 386 procesory. Nedávno byl naportován na VRChat shader (pomocí emulace RISC-V procesoru, který má úplně jinou architekturu než 386).
> It will never be the professional OS that Hurd will be.
> &mdash; <cite>Linus Torvalds</cite>

View file

@ -1,4 +1,5 @@
---
Day: 2021-11-04
tags:
- pdv
- pdv/procesor

10
notes/psi/Sítě.md Normal file
View file

@ -0,0 +1,10 @@
---
desc: Počítačové sítě
tags:
- psi
- README
---
# Sítě
```dataviewjs
dv.table(["Téma", "Popis", "Klíčová slova"], dv.pages('"psi"').filter(t => !t.tags.includes("README") && !t.tableIgnored).map(t => ["[[" + t.file.name + "]]", t.desc, t.file.etags.join(", ")]))
```

View file

@ -1,8 +1,9 @@
---
desc: Základní pojmy a věci okolo internetu.
tags:
- psi
- psi/protokol
- psi/isoosi
- psi/iso-osi
- psi/tcp
- psi/ip
- psi/udp

View file

@ -0,0 +1,13 @@
---
name: RNDr. Alena Rybáková
shortName: Rb
kabinet: 209
mail: alena.rybakova@ssps.cz
class: fyz
tags:
- fyz
- učitelé
---
# Alena Rybáková
- RNDr. Alena Rybáková
- 209

View file

@ -0,0 +1,13 @@
---
name: Mgr. Andrea Vlasáková
shortName: Vl
kabinet: 205
mail: andrea.vlasakova@ssps.cz
class: ang
tags:
- ang
- učitelé
---
# Andrea Vlasáková
- Mgr. Andrea Vlasáková
- 204

View file

@ -0,0 +1,13 @@
---
name: Ing. Aramis Tochjan
shortName: Tn
kabinet: 204
mail: aramis.tochjan@ssps.cz
class: har
tags:
- har
- učitelé
---
# Aramis Tochjan
- Ing. Aramis Tochjan
- 204

View file

@ -0,0 +1,13 @@
---
name: Mgr. Ivona Vítová
shortName: Vt
kabinet: 303
mail: ivona.vitova@ssps.cz
class: cjl
tags:
- cjl
- učitelé
---
# Ivona Vítová
- Mgr. Ivona Vítová
- 303

View file

@ -0,0 +1,13 @@
---
name: Ing. Ladislav Trnka
shortName: Ta
kabinet: 209
mail: ladislav.trnka@ssps.cz
class: ech
tags:
- ech
- učitelé
---
# Ladislav Trnka
- Ing. Ladislav Trnka
- 209

View file

@ -0,0 +1,13 @@
---
name: Mgr. Tomáš Tkáč
shortName: Tk
kabinet: 305
mail: tomas.tkac@ssps.cz
class: mat
tags:
- mat
- učitelé
---
# Tomáš Tkáč
- Mgr. Tomáš Tkáč
- 305