vault backup: 2023-04-15 20:41:13

This commit is contained in:
2023-04-15 20:41:13 +02:00
parent 326697d83f
commit 939b97725a
7 changed files with 24173 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
[ [
"obsidian-git", "obsidian-git",
"obsidian-mind-map", "obsidian-mind-map",
"better-pdf-plugin" "better-pdf-plugin",
"table-editor-obsidian"
] ]

View File

@@ -0,0 +1,6 @@
{
"formatType": "normal",
"showRibbonIcon": true,
"bindEnter": true,
"bindTab": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
{
"id": "table-editor-obsidian",
"name": "Advanced Tables",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "1.0.0",
"version": "0.18.1",
"js": "main.js",
"donation": "https://buymeacoffee.com/tgrosinger"
}

View File

@@ -0,0 +1,78 @@
:root {
--advanced-tables-helper-size: 28px;
}
.HyperMD-table-row span.cm-inline-code {
font-size: 100%;
padding: 0px;
}
.advanced-tables-buttons>div>.title {
font-weight: var(--font-medium);
font-size: var(--nav-item-size);
color: var(--nav-item-color);
text-decoration: underline;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
column-gap: 0.2rem;
margin: 0.2rem 0 0.2rem 0;
justify-content: start;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container::before {
min-width: 2.6rem;
line-height: var(--advanced-tables-helper-size);
font-size: var(--nav-item-size);
font-weight: var(--nav-item-weight);
color: var(--nav-item-color);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container>* {
height: var(--advanced-tables-helper-size);
line-height: var(--advanced-tables-helper-size);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button {
width: var(--advanced-tables-helper-size);
height: var(--advanced-tables-helper-size);
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--radius-s);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button:hover {
background-color: var(--nav-item-background-hover);
color: var(--nav-item-color-hover);
font-weight: var(--nav-item-weight-hover);
}
.advanced-tables-row-label {
width: 50px;
}
.widget-icon {
width: 20px;
height: 20px;
fill: var(--text-muted);
}
.widget-icon:hover {
fill: var(--text-normal);
}
.advanced-tables-csv-export textarea {
height: 200px;
width: 100%;
}
.advanced-tables-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.advanced-tables-donate-button {
margin: 10px;
}

View File

@@ -6,6 +6,7 @@
{ {
"id": "08ad9b53ade42d31", "id": "08ad9b53ade42d31",
"type": "tabs", "type": "tabs",
"dimension": 37.274368231046935,
"children": [ "children": [
{ {
"id": "bd69cec7a0f30b48", "id": "bd69cec7a0f30b48",
@@ -16,7 +17,14 @@
"file": "FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf" "file": "FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf"
} }
} }
}
]
}, },
{
"id": "f25fa43f3ff34c47",
"type": "tabs",
"dimension": 62.72563176895307,
"children": [
{ {
"id": "90d0b00747e29420", "id": "90d0b00747e29420",
"type": "leaf", "type": "leaf",
@@ -95,7 +103,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf", "file": "FH/Informationssicherheit/Ueb2/Ueb2.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -112,7 +120,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf", "file": "FH/Informationssicherheit/Ueb2/Ueb2.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -135,11 +143,20 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf" "file": "FH/Informationssicherheit/Ueb2/Ueb2.md"
} }
} }
},
{
"id": "631d374a04a792db",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
} }
] }
],
"currentTab": 4
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@@ -153,13 +170,14 @@
"canvas:Create new canvas": false, "canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false, "daily-notes:Open today's daily note": false,
"templates:Insert template": false, "templates:Insert template": false,
"command-palette:Open command palette": false "command-palette:Open command palette": false,
"table-editor-obsidian:Advanced Tables Toolbar": false
} }
}, },
"active": "bd69cec7a0f30b48", "active": "90d0b00747e29420",
"lastOpenFiles": [ "lastOpenFiles": [
"README.md",
"FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf", "FH/Informationssicherheit/Ueb2/02-ueb_uebungsblatt.pdf",
"README.md",
"FH/Informationssicherheit/Ueb2/Ueb2.md", "FH/Informationssicherheit/Ueb2/Ueb2.md",
"FH/Informationssicherheit/Ueb1/01-ueb_uebungsblatt.pdf", "FH/Informationssicherheit/Ueb1/01-ueb_uebungsblatt.pdf",
"FH/Informationssicherheit/VL/01-orga-motivation-handout.pdf", "FH/Informationssicherheit/VL/01-orga-motivation-handout.pdf",

View File

@@ -0,0 +1,11 @@
# 2.1
| Schritt | Sicheheitsziele | Assets | Parteien |
| ------------------------------- | --------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------- |
| Formular-basierte Webseite | Verfügbarkeit | Webseite und Webserver | Bank und Kunde |
| Eingabe der Überweisungsdetails | Vertraulichkeit und Integrität | Überweisungsinformationen (Empfänger, IBAN, Betrag) | Kunde, Bank und Empfänger |
| Anforderung einer TAN | Vertraulichkeit und Integrität | TAN-Liste, Index und TAN-Verfahren | Kunde und Bank |
| Eingabe und Bestätigung der TAN | Vertraulichkeit, Integrität und Authentizität | Eingegebene TAN und Überweisungsdetails | Kunde, Bank und Empfänger |
| Anzeige der Quittung | Vertraulichkeit und Integrität | Quittungsinformationen (z.B. Überweisungsdetails, Datum, Uhrzeit) | Parteien: Kunde, Bank und Empfänger |
# 2.2