vault backup: 2025-10-24 17:35:51

This commit is contained in:
2025-10-24 17:35:51 +02:00
parent 24af38004a
commit b15f00e47b
26 changed files with 513 additions and 9 deletions

View File

@@ -26,5 +26,6 @@
"obsidian-columns", "obsidian-columns",
"extended-graph", "extended-graph",
"background-image", "background-image",
"pdf-plus" "pdf-plus",
"terminal"
] ]

View File

@@ -256,7 +256,7 @@
"lastShownVersion": "", "lastShownVersion": "",
"latestKnownRelease": "1.6.3", "latestKnownRelease": "1.6.3",
"lastAnnouncedRelease": "", "lastAnnouncedRelease": "",
"lastReleaseCheckAt": 1761199468193, "lastReleaseCheckAt": 1761315249168,
"rootFolderOrder": [], "rootFolderOrder": [],
"rootTagOrder": [], "rootTagOrder": [],
"showTagsAboveFolders": false, "showTagsAboveFolders": false,

View File

@@ -61,8 +61,8 @@
"openLinkNextToExistingPDFTab": true, "openLinkNextToExistingPDFTab": true,
"openPDFWithDefaultApp": false, "openPDFWithDefaultApp": false,
"openPDFWithDefaultAppAndObsidian": true, "openPDFWithDefaultAppAndObsidian": true,
"focusObsidianAfterOpenPDFWithDefaultApp": true, "focusObsidianAfterOpenPDFWithDefaultApp": false,
"syncWithDefaultApp": true, "syncWithDefaultApp": false,
"dontActivateAfterOpenPDF": true, "dontActivateAfterOpenPDF": true,
"dontActivateAfterOpenMD": true, "dontActivateAfterOpenMD": true,
"highlightDuration": 0.75, "highlightDuration": 0.75,

154
.obsidian/plugins/terminal/data.json vendored Normal file
View File

@@ -0,0 +1,154 @@
{
"addToCommand": true,
"addToContextMenu": true,
"createInstanceNearExistingOnes": true,
"errorNoticeTimeout": 0,
"exposeInternalModules": true,
"focusOnNewInstance": true,
"hideStatusBar": "focused",
"interceptLogging": true,
"language": "",
"newInstanceBehavior": "newHorizontalSplit",
"noticeTimeout": 5,
"openChangelogOnUpdate": true,
"pinNewInstance": true,
"preferredRenderer": "webgl",
"profiles": {
"darwinExternalDefault": {
"args": [
"\"$PWD\""
],
"executable": "/System/Applications/Utilities/Terminal.app/Contents/macOS/Terminal",
"name": "",
"platforms": {
"darwin": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"darwinIntegratedDefault": {
"args": [],
"executable": "/bin/zsh",
"name": "",
"platforms": {
"darwin": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
"developerConsole": {
"name": "",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "developerConsole"
},
"linuxExternalDefault": {
"args": [],
"executable": "xterm",
"name": "",
"platforms": {
"linux": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"linuxIntegratedDefault": {
"args": [],
"executable": "/bin/sh",
"name": "",
"platforms": {
"linux": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
"win32ExternalDefault": {
"args": [],
"executable": "C:\\Windows\\System32\\cmd.exe",
"name": "",
"platforms": {
"win32": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"win32IntegratedDefault": {
"args": [],
"executable": "C:\\Windows\\System32\\cmd.exe",
"name": "",
"platforms": {
"win32": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
}
}
}

197
.obsidian/plugins/terminal/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
{
"author": "polyipseity",
"description": "Integrate consoles, shells, and terminals.",
"fundingUrl": {
"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
},
"version": "3.20.0",
"authorUrl": "https://github.com/polyipseity",
"id": "terminal",
"isDesktopOnly": false,
"minAppVersion": "1.4.11",
"name": "Terminal"
}

32
.obsidian/plugins/terminal/styles.css vendored Normal file
View File

@@ -0,0 +1,32 @@
.obsidian-plugin-library\:icon{fill:none;stroke:currentColor}.obsidian-plugin-library\:await-css{display:unset!important}.obsidian-plugin-library\:hide-status-bar{display:none}/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
* Fabrice Bellard's javascript vt100 for jslinux:
* http://bellard.org/jslinux/
* Copyright (c) 2011 Fabrice Bellard
* The original design remains. The terminal itself
* has been extended to include xterm CSI codes, among
* other features.
*/.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.workspace-leaf-content[data-type="terminal:terminal"] .view-content{overflow:clip;display:flex;flex-direction:column}.terminal\:terminal{flex:1;min-width:0;min-height:0}.is-phone .workspace-leaf-content[data-type="terminal:terminal"] .view-content{padding-bottom:max(var(--size-4-4),calc(var(--icon-l) + var(--size-4-2) + max(var(--size-4-2),var(--safe-area-inset-bottom))))}

View File

@@ -22,9 +22,9 @@ uuid: "1761199580513"
>Computer voll geladen mitnehmenµ >Computer voll geladen mitnehmenµ
(http://www.iaaa.tu-bs.de/vbach) (http://www.iaa.tu-bs.de/vbach/)
39 * 9
## Vorlesungskonzept ## Vorlesungskonzept
- Flipped Classroom - Flipped Classroom
- OMB+ ist Rückgrat der Vorlesung (Studienleistung) - OMB+ ist Rückgrat der Vorlesung (Studienleistung)

View File

@@ -514,7 +514,6 @@ const catppuccinColors = [
catppuccin.rosewater, catppuccin.rosewater,
catppuccin.flamingo, catppuccin.flamingo,
catppuccin.pink, catppuccin.pink,
catppuccin.mauve,
catppuccin.red, catppuccin.red,
catppuccin.maroon, catppuccin.maroon,
catppuccin.peach, catppuccin.peach,
@@ -523,8 +522,9 @@ const catppuccinColors = [
catppuccin.teal, catppuccin.teal,
catppuccin.sky, catppuccin.sky,
catppuccin.sapphire, catppuccin.sapphire,
catppuccin.blue, catppuccin.blue,
catppuccin.lavender catppuccin.lavender,
catppuccin.mauve
]; ];
// === Helpers === // === Helpers ===

View File

@@ -0,0 +1,106 @@
---
title: Base - Note
short_desc: Base Note for Medienrecht
tags:
- Note
- Semester
- Uni
timestamp: 24.10.2025 - 13:13
path:
public: true
update: true
editor: markdown
uuid: "1761304437779"
---
>[!info]
# Formulierungen
Schwammig = Unbestimmt
P. = Problem
RF = Rechtfertigung
# Notes
Grundrechte (GG) ≠ einfaches Recht
Grundrecht steht über allen anderen Rechten
**Gesetz**: Sammlung von Rechtsnormen :LiBook:
Jede Rechtsnorm hat eine *Wenn-Dann-Strucktur*
- **Tatbestand** (Wenn-Teil)
- **Rechtsfolge** (Dann-Teil)
Tatbestand :LiArrowRight: Rechtsfolge
Lebenssachverhalt: Jedes alltäglich Rechtliche Problem z.b. "Stehlen aus Supermarkt" :LiArrowRight: Anspruchsvorraussetzung
Person A muss X und Y sowie Z erfüllen :LiArrowRight: Rechtsfolge tritt ein.
# Artikel 5 GG
> ([[VL_Medienrecht_Handout_1_Theissen.pdf#page=2&selection=2,0,59,30&color=important|VL_Medienrecht_Handout_1_Theissen, p.2]])
>**Meinungsfreiheit**
>(1) Jeder hat das Recht, seine Meinung in Wort, Schrift und Bild frei zu äußern und zu verbreiten
Was wird geschützt? (sachlicher Schutzbereich):
1. **Meinung = Werturteil**: Die Richtigkeit der Äußerung ist Sache der persönlichen Überzeugung
2. **Tatsachenäußerungen**: Beweis zugängliche Umstände
-> Jede Meinung beruht auf einer Tatsache
3. **Negative Meinungsäußerung**: Meinung nicht zu äußern
*Katzen existieren (Tatsache) :LiArrowRight: Katzen sind süß. (Werturteil)*
Was wird nicht geschützt?:
1. Unwahre Tatsachen Behauptungen
2. Schmähkritik ≠ herabsetzende Äußerung
**Eingriff**: Jede Staatliche Maßnahme, die die Ausübung der Meinungsfreiheit behindert.
**Rechtfertigung des Eingriffes**: Schranken gem. Art 5 II GG
>**Informationsfreiheit**
>und sich aus allgemein zugänglichen Quellen ungehindert zu unterrichten.
:LiArrowRight: Vorraussetzung für die Meinungsbildung
- **Quelle**: jeder denkbare Träger von Informationen
- **allgemein zugänglich**: *geeignet* und *bestimmt* für die Allgemeinheit, Informationen zu verschaffen.
- **sich unterrichten**: Jede Form der Kenntnisnahme
>**Pressefreiheit**
>Die Pressefreiheit und
>**Rundfunkfreiheit**
>die Freiheit der Berichterstattung durch Rundfunk und
>**Filmfreiheit**
>Film werden gewährleistet.
>**Zensurfreiheit**
>*Eine Zensur findet nicht statt.*
>- **Vorzensur** nicht zulässig
>- **Nachzensur** im Zweigel möglich (Keine erneute Veröffentlichung)
**Schrankentrias**:
>(2) Diese Rechte finden ihre *Schranken* in den Vorschriften der allgemeinen Gesetze,
Ein *Allgemeines Gesetzt* ist eine Rechtsnorm die keine bestimmte Meinung verbietet. *Unwahre Tatsachenbehauptungen*
"Holocaust war nicht so schlimm" :LiArrowRight: Tatsachen Äußerung: "Holocaust existiert / hat Stattgefunden"
Bsp: Wohngebiet, Nachts 2h, Megafon "Meinungsäußerung"
**Jugendschutz**
>den gesetzlichen Bestimmungen zum Schutze der Jugend
**Schutz der Ehre**:
>und in dem Recht der persönlichen Ehre.
>(3) Kunst und Wissenschaft, Forschung und Lehre sind frei. Die Freiheit der Lehre entbindet nicht von der Treue zur Verfassung.
>Artikel 19 GG (1) … (2) … (3) Die Grundrechte gelten auch für inländische juristische Personen, soweit sie ihrem Wesen nach auf diese anwendbar sind.
>
>(4) Wird jemand durch die öffentliche Gewalt in seinen Rechten verletzt, so steht ihm der Rechtsweg offen.
---