vault backup: 2024-05-15 19:12:54

This commit is contained in:
2024-05-15 19:12:54 +02:00
commit f51d8fdd2f
119 changed files with 154202 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"trashOption": "local",
"showLineNumber": true,
"attachmentFolderPath": "./attachments"
}
+5
View File
@@ -0,0 +1,5 @@
{
"accentColor": "",
"baseFontSize": 16,
"theme": "obsidian"
}
+10
View File
@@ -0,0 +1,10 @@
[
"table-editor-obsidian",
"excalibrain",
"obsidian-excalidraw-plugin",
"dataview",
"calendar",
"obsidian-charts",
"obsidian-tasks-plugin",
"obsidian-git"
]
+30
View File
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": true,
"file-recovery": true,
"publish": false,
"sync": false,
"properties": true
}
+22
View File
@@ -0,0 +1,22 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"properties",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"workspaces",
"file-recovery"
]
+22
View File
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1.392484646488363,
"close": false
}
+1
View File
@@ -0,0 +1 @@
{}
+10
View File
@@ -0,0 +1,10 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "locale",
"wordsPerDot": 250,
"showWeeklyNote": true,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}
+4457
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.10",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.9.11"
}
+20404
View File
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.64",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}
+146
View File
@@ -0,0 +1,146 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
.block-language-dataview {
overflow-y: auto;
}
/*****************/
/** Table Views **/
/*****************/
/* List View Default Styling; rendered internally as a table. */
.table-view-table {
width: 100%;
}
.table-view-table > thead > tr, .table-view-table > tbody > tr {
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}
.table-view-table > tbody > tr:hover {
background-color: var(--table-row-background-hover);
}
.table-view-table > thead > tr > th {
font-weight: 700;
font-size: larger;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid;
max-width: 100%;
}
.table-view-table > tbody > tr > td {
text-align: left;
border: none;
font-weight: 400;
max-width: 100%;
}
.table-view-table ul, .table-view-table ol {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Rendered value styling for any view. */
.dataview-result-list-root-ul {
padding: 0em !important;
margin: 0em !important;
}
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
}
/*******************/
/** Inline Fields **/
/*******************/
.dataview.inline-field-key {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-standalone-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
/***************/
/** Task View **/
/***************/
.dataview.task-list-item, .dataview.task-list-basic-item {
margin-top: 3px;
margin-bottom: 3px;
transition: 0.4s;
}
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
background-color: var(--text-selection);
box-shadow: -40px 0 0 var(--text-selection);
cursor: pointer;
}
/*****************/
/** Error Views **/
/*****************/
div.dataview-error-box {
width: 100%;
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
border: 4px dashed var(--background-secondary);
}
.dataview-error-message {
color: var(--text-muted);
text-align: center;
}
/*************************/
/** Additional Metadata **/
/*************************/
.dataview.small-text {
font-size: smaller;
color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
}
+239
View File
@@ -0,0 +1,239 @@
{
"compactView": false,
"excalibrainFilepath": "excalibrain.md",
"indexUpdateInterval": 5000,
"hierarchy": {
"exclusions": [
"excalidraw-border-color",
"excalidraw-css",
"excalidraw-default-mode",
"excalidraw-export-dark",
"excalidraw-export-pngscale",
"excalidraw-export-svgpadding",
"excalidraw-export-transparent",
"excalidraw-font",
"excalidraw-font-color",
"excalidraw-link-brackets",
"excalidraw-link-prefix",
"excalidraw-linkbutton-opacity",
"excalidraw-onload-script",
"excalidraw-plugin",
"excalidraw-url-prefix",
"kanban-plugin"
],
"parents": [
"inception",
"North",
"origin",
"Parent",
"Parents",
"parnet domain",
"source",
"u",
"up"
],
"children": [
"Child",
"Children",
"contributes to",
"d",
"down",
"leads to",
"nurtures",
"South"
],
"leftFriends": [
"advantages",
"alternatives",
"Friend",
"Friends",
"j",
"Jump",
"Jumps",
"pros",
"similar",
"supports"
],
"rightFriends": [
"cons",
"disadvantages",
"missing",
"opposes"
],
"previous": [
"Before",
"Prev",
"Previous",
"w",
"West"
],
"next": [
"After",
"e",
"East",
"n",
"Next"
]
},
"inferAllLinksAsFriends": false,
"inverseInfer": false,
"renderAlias": true,
"nodeTitleScript": "",
"backgroundColor": "#0c3e6aff",
"excludeFilepaths": [],
"showInferredNodes": true,
"showAttachments": true,
"showURLNodes": true,
"showVirtualNodes": true,
"showFolderNodes": false,
"showTagNodes": false,
"showPageNodes": true,
"showNeighborCount": true,
"showFullTagName": false,
"maxItemCount": 30,
"renderSiblings": true,
"baseNodeStyle": {
"prefix": "",
"backgroundColor": "#00000066",
"fillStyle": "solid",
"textColor": "#ffffffff",
"borderColor": "#00000000",
"fontSize": 20,
"fontFamily": 3,
"maxLabelLength": 30,
"roughness": 0,
"strokeShaprness": "round",
"strokeWidth": 1,
"strokeStyle": "solid",
"padding": 10,
"gateRadius": 5,
"gateOffset": 15,
"gateStrokeColor": "#ffffffff",
"gateBackgroundColor": "#ffffffff",
"gateFillStyle": "solid"
},
"centralNodeStyle": {
"fontSize": 30,
"backgroundColor": "#B5B5B5",
"textColor": "#000000ff"
},
"inferredNodeStyle": {
"backgroundColor": "#000005b3",
"textColor": "#95c7f3ff"
},
"urlNodeStyle": {
"prefix": "🌐 "
},
"virtualNodeStyle": {
"backgroundColor": "#ff000066",
"fillStyle": "hachure",
"textColor": "#ffffffff"
},
"siblingNodeStyle": {
"fontSize": 15
},
"attachmentNodeStyle": {
"prefix": "📎 "
},
"folderNodeStyle": {
"prefix": "📂 ",
"strokeShaprness": "sharp",
"borderColor": "#ffd700ff",
"textColor": "#ffd700ff"
},
"tagNodeStyle": {
"prefix": "#",
"strokeShaprness": "sharp",
"borderColor": "#4682b4ff",
"textColor": "#4682b4ff"
},
"tagNodeStyles": {},
"tagStyleList": [],
"baseLinkStyle": {
"strokeColor": "#696969FF",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"startArrowHead": "none",
"endArrowHead": "none",
"showLabel": false,
"fontSize": 10,
"fontFamily": 3,
"textColor": "#ffffffff"
},
"inferredLinkStyle": {
"strokeStyle": "dashed"
},
"folderLinkStyle": {
"strokeColor": "#ffd700ff"
},
"tagLinkStyle": {
"strokeColor": "#4682b4ff"
},
"hierarchyLinkStyles": {
"inception": {},
"North": {},
"origin": {},
"Parent": {},
"Parents": {},
"parnet domain": {},
"source": {},
"u": {},
"up": {},
"Child": {},
"Children": {},
"contributes to": {},
"d": {},
"down": {},
"leads to": {},
"nurtures": {},
"South": {},
"advantages": {},
"alternatives": {},
"Friend": {},
"Friends": {},
"j": {},
"Jump": {},
"Jumps": {},
"pros": {},
"similar": {},
"supports": {},
"cons": {},
"disadvantages": {},
"missing": {},
"opposes": {},
"Before": {},
"Prev": {},
"Previous": {},
"w": {},
"West": {},
"After": {},
"e": {},
"East": {},
"n": {},
"Next": {}
},
"navigationHistory": [
"ToDo's/ToDo's.md",
"Excalidraw/ExcaliBrain Snapshot - ExcaliBrain Snapshot - Drawing 2023-08-03 02.50.47.excalidraw.excalidraw.excalidraw.md",
"Excalidraw/ExcaliBrain Snapshot - Drawing 2023-08-03 02.50.47.excalidraw.excalidraw.md",
"Programmieren/Label Creator/Drawing 2023-08-03 02.50.47.excalidraw.md"
],
"allowOntologySuggester": true,
"ontologySuggesterParentTrigger": "::p",
"ontologySuggesterChildTrigger": "::c",
"ontologySuggesterLeftFriendTrigger": "::l",
"ontologySuggesterRightFriendTrigger": "::r",
"ontologySuggesterPreviousTrigger": "::e",
"ontologySuggesterNextTrigger": "::n",
"ontologySuggesterTrigger": ":::",
"ontologySuggesterMidSentenceTrigger": "(",
"boldFields": false,
"allowAutozoom": true,
"maxZoom": 1,
"allowAutofocuOnSearch": true,
"defaultAlwaysOnTop": false,
"embedCentralNode": false,
"centerEmbedWidth": 550,
"centerEmbedHeight": 700
}
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
{
"id": "excalibrain",
"name": "ExcaliBrain",
"version": "0.2.11",
"minAppVersion": "1.1.6",
"description": "A clean, intuitive and editable graph view for Obsidian",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",
"isDesktopOnly": false
}
+349
View File
@@ -0,0 +1,349 @@
/* Sets all the text color to red! */
.excalibrain-warning {
background-color: var(--text-highlight-bg);
color: var(--text-normal);
}
.excalibrain-prompt-center {
text-align: center;
}
.excalibrain-contentEl div.Island,
.excalibrain-contentEl button.help-icon {
display:none;
}
.excalibrain-contentEl {
overflow: hidden !important;
position: relative;
}
/* -----------
TOOLS PANEL
------------ */
.excalibrain-toolspanel-wrapper {
z-index: 3;
position: absolute;
top: 0.6em;
padding-left: 0.6em;
/* Set width to auto to fit its content */
width: 100%;
padding-right: 0.6em;
pointer-events: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.excalibrain-dropdown-wrapper,
.excalibrain-buttons {
pointer-events: none;
margin-top: 0.3em;
max-width: 37em;
justify-content: space-between;
}
.excalibrain-searchinput {
width: 26em;
vertical-align: middle;
pointer-events: all;
}
.excalibrain-buttons {
margin-left: -0.3em;
display: flex;
float: right;
flex: 1 0 30em;
}
.excalibrain-toolspanel-divider {
width: 0.15em;
background-color: var(--default-border-color);
margin-left: 0.5em;
margin-right: 0.2em;
}
.excalibrain-button {
pointer-events: all;
vertical-align: middle;
padding-left: 0.3em;
padding-right: 0.3em;
margin-left: 0.3em !important;
margin-right: 0px !important;
width: 2.4em !important;
justify-content: center !important;
box-shadow: none;
transition: box-shadow 0.3s ease;
}
.excalibrain-button.off {
background-color: var(--island-bg-color);
}
.excalibrain-button.on {
background-color: var(--color-primary-darker);
}
.excalibrain-button:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.excalibrain-button:active {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}
.excalibrain-button.disabled {
background-color: var(--island-bg-color);
pointer-events: none;
opacity: 0.5;
cursor: not-allowed;
}
/* -----------
HISTORY
------------ */
.excalibrain-history-wrapper {
z-index: 3;
position: absolute;
bottom: 0px;
padding-left: 7rem;
padding-bottom: 10px;
width: 100%;
padding-right: 10px;
overflow: hidden;
}
.excalibrain-history-container {
overflow-y: hidden;
display: -webkit-box;
overflow-x: scroll;
padding-left: 0.5em;
background-color: #00000030;
}
.excalibrain-history-divider {
color: gold;
margin-left: 5px;
margin-right: 5px;
font-size: smaller;
}
.excalibrain-history-item {
cursor: pointer;
color: silver;
font-size: smaller;
}
/* -----------
SETTINGS
------------ */
.excalibrain-settings-folding-L1 {
font-size: large;
font-weight: bold;
color: var(--text-title-h3);
}
.excalibrain-settings-h1 {
color: var(--text-title-h1);
}
.excalibrain-setting-style-section {
padding-left: 30px;
border-left: 10px solid var(--background-modifier-border);
}
.excalibrain-settings-demoimg {
max-width: 400px;
}
.excalibrain-setting-nameEl {
min-width: 10em;
max-width: 20em;
}
.excalibrain-setting-descEl {
min-width: 10em;
max-width: 20em;
}
.excalibrain-setting-controlEl {
width: 90%;
}
.excalibrain-settings-colorlabel {
padding-right: 5px;
min-width: 3em;
}
.excalibrain-settings-colorpicker {
max-width: 32px;
min-width: 32px;
width: 32px !important;
}
.excalibrain-settings-opacitylabel {
padding-right: 5px;
padding-left: 10px;
min-width: 5em;
}
.excalibrain-settings-sliderlabel {
min-width: 2em;
text-align: right;
}
.excalibrain-settings-toggle {
min-width: 2em;
margin-right: 5px;
}
.excalibrain-dropdown-wrapper {
display: inline-flex;
}
/* -----------
MULTISELECT
------------ */
.multiselect-container {
padding-left: 0.3em;
width:14.2em;
pointer-events: all;
}
.multiselect-container * {
box-sizing:border-box;
}
.multiselect-container .multiselect-header {
width:100%;
margin-bottom:6px;
}
.multiselect-container .multiselect-wrapper {
position:relative;
width:100%;
height:30px;
background: var(--island-bg-color); /*var(--background-modifier-form-field);*/
border:1px solid var(--background-modifier-border);
display:flex;
align-items:center;
padding:0 8px;
cursor:pointer
}
.multiselect-container .multiselect-wrapper:after {
content:"";
position:absolute;
width:8px;
height:8px;
right:12px;
top:8px;
border-right:2px solid var(--text-normal);
border-top:2px solid var(--text-normal);
transform:rotate(135deg);
transform-origin:center center;
transition:all .2s ease-in-out;
}
.multiselect-container .multiselect-wrapper .selected-value {
padding-right:30px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.multiselect-container .multiselect-wrapper .options-wrapper {
position:absolute;
top:100%;
left:0;
width:100%;
max-height:300px;
overflow:auto;
background-color:var(--background-secondary);
border:1px solid var(--background-modifier-border);
display:none;
flex-direction:column;
}
.multiselect-container .multiselect-wrapper .option:hover {
cursor:pointer;
background-color:rgba(0,0,0,0.1);
}
.multiselect-container .multiselect-wrapper .option-text {
display:none;
padding:6px 12px;
}
.multiselect-container .multiselect-wrapper .checkbox-wrapper {
display:flex;
align-items:center;min-height:19px;
position:relative;
padding:6px 12px 6px 36px;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.multiselect-container .multiselect-wrapper .checkbox-wrapper .checkbox-checkmark {
position:absolute;
top:6px;
left:6px;
height:19px;
width:19px;
background-color:#eee;
border-radius:4px;
border:1px solid #000;
}
.multiselect-container .multiselect-wrapper .checkbox-wrapper .checkbox-checkmark:after {
content:'';
position:absolute;display:none;
left:6px;
top:2px;
width:4px;
height:8px;
border:solid white;
border-width:0 2px 2px 0;
transform:rotate(45deg);
}
.multiselect-container .multiselect-wrapper .checkbox-wrapper input {
position:absolute;
opacity:0;
cursor:pointer;
height:0;
width:0;
}
.multiselect-container .multiselect-wrapper .checkbox-wrapper input:checked ~ .checkbox-checkmark {
background-color:#2196F3;
}
.multiselect-container .multiselect-wrapper .checkbox-wrapper input:checked ~ .checkbox-checkmark:after {
display:block;
}
.multiselect-container .multiselect-wrapper.single-select .checkbox-wrapper {
display:none;
}
.multiselect-container .multiselect-wrapper.single-select .option-text {
display:block;
}
.multiselect-container .multiselect-wrapper.single-select .option-text.selected {
background-color:#2196F3;
}
.multiselect-container .multiselect-wrapper.opened:after {
top:12px;
transform:rotate(315deg);
}
.multiselect-container .multiselect-wrapper.opened .options-wrapper {
display:flex;
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "obsidian-charts",
"name": "Obsidian Charts",
"version": "3.8.2",
"minAppVersion": "0.12.7",
"description": "This Plugin lets you create Charts within Obsidian",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/phibr0"
}
+30
View File
@@ -0,0 +1,30 @@
.picker_wrapper.popup,
.picker_wrapper.popup .picker_arrow::before,
.picker_wrapper.popup .picker_arrow::after,
.picker_editor > input {
background-color: var(--background-primary);
}
.picker_editor > input {
color: var(--text-normal);
}
div.chart-error {
padding: 1rem;
border-radius: 1rem;
background-color: var(--background-secondary);
}
div.chart-error pre > code {
color: crimson !important;
}
.print .block-language-chart {
/* Hardcoded with for printed Charts, see #41 */
width: 500px !important;
}
a[href="https://ko-fi.com/phibr0"] > img
{
height: 3em;
}
+729
View File
@@ -0,0 +1,729 @@
{
"folder": "Excalidraw",
"embedUseExcalidrawFolder": false,
"templateFilePath": "Excalidraw/Template.excalidraw",
"scriptFolderPath": "Excalidraw/Scripts",
"compress": false,
"autosave": true,
"autosaveInterval": 15000,
"autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000,
"drawingFilenamePrefix": "Drawing ",
"drawingEmbedPrefixWithFilename": true,
"drawingFilnameEmbedPostfix": " ",
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"useExcalidrawExtension": true,
"displaySVGInPreview": true,
"previewImageType": "SVGIMG",
"allowImageCache": true,
"displayExportedImageIfAvailable": false,
"previewMatchObsidianTheme": false,
"width": "400",
"dynamicStyling": "colorful",
"isLeftHanded": false,
"iframeMatchExcalidrawTheme": true,
"matchTheme": false,
"matchThemeAlways": false,
"matchThemeTrigger": false,
"defaultMode": "normal",
"defaultPenMode": "never",
"allowPinchZoom": false,
"allowWheelZoom": false,
"zoomToFitOnOpen": true,
"zoomToFitOnResize": true,
"zoomToFitMaxLevel": 2,
"linkPrefix": "📍",
"urlPrefix": "🌐",
"parseTODO": false,
"todo": "☐",
"done": "🗹",
"hoverPreviewWithoutCTRL": false,
"linkOpacity": 1,
"openInAdjacentPane": false,
"openInMainWorkspace": true,
"showLinkBrackets": true,
"allowCtrlClick": true,
"forceWrap": false,
"pageTransclusionCharLimit": 200,
"wordWrappingDefault": 0,
"removeTransclusionQuoteSigns": true,
"iframelyAllowed": true,
"pngExportScale": 1,
"exportWithTheme": true,
"exportWithBackground": true,
"exportPaddingSVG": 10,
"keepInSync": false,
"autoexportSVG": false,
"autoexportPNG": false,
"autoExportLightAndDark": false,
"autoexportExcalidraw": false,
"embedType": "excalidraw",
"embedMarkdownCommentLinks": true,
"embedWikiLink": true,
"syncExcalidraw": false,
"experimentalFileType": false,
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil",
"fieldSuggester": true,
"compatibilityMode": false,
"drawingOpenCount": 0,
"library": "deprecated",
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.13",
"libraryItems": []
},
"imageElementNotice": true,
"mdSVGwidth": 500,
"mdSVGmaxHeight": 800,
"mdFont": "Virgil",
"mdFontColor": "Black",
"mdBorderColor": "Black",
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": false,
"previousRelease": "2.0.13",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",
"taskboneEnabled": false,
"taskboneAPIkey": "",
"pinnedScripts": [],
"customPens": [
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
},
{
"type": "highlighter",
"freedrawOnly": true,
"strokeColor": "#FFC47C",
"backgroundColor": "#FFC47C",
"fillStyle": "solid",
"strokeWidth": 2,
"roughness": null,
"penOptions": {
"highlighter": true,
"constantPressure": true,
"hasOutline": true,
"outlineWidth": 4,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"taper": 0,
"cap": true,
"easing": "linear"
},
"end": {
"taper": 0,
"cap": true,
"easing": "linear"
}
}
}
},
{
"type": "finetip",
"freedrawOnly": false,
"strokeColor": "#3E6F8D",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0.5,
"roughness": 0,
"penOptions": {
"highlighter": false,
"hasOutline": false,
"outlineWidth": 1,
"constantPressure": true,
"options": {
"smoothing": 0.4,
"thinning": -0.5,
"streamline": 0.4,
"easing": "linear",
"start": {
"taper": 5,
"cap": false,
"easing": "linear"
},
"end": {
"taper": 5,
"cap": false,
"easing": "linear"
}
}
}
},
{
"type": "fountain",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 2,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"smoothing": 0.2,
"thinning": 0.6,
"streamline": 0.2,
"easing": "easeInOutSine",
"start": {
"taper": 150,
"cap": true,
"easing": "linear"
},
"end": {
"taper": 1,
"cap": true,
"easing": "linear"
}
}
}
},
{
"type": "marker",
"freedrawOnly": true,
"strokeColor": "#B83E3E",
"backgroundColor": "#FF7C7C",
"fillStyle": "dashed",
"strokeWidth": 2,
"roughness": 3,
"penOptions": {
"highlighter": false,
"constantPressure": true,
"hasOutline": true,
"outlineWidth": 4,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"taper": 0,
"cap": true,
"easing": "linear"
},
"end": {
"taper": 0,
"cap": true,
"easing": "linear"
}
}
}
},
{
"type": "thick-thin",
"freedrawOnly": true,
"strokeColor": "#CECDCC",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": null,
"penOptions": {
"highlighter": true,
"constantPressure": true,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"taper": 0,
"cap": true,
"easing": "linear"
},
"end": {
"cap": true,
"taper": true,
"easing": "linear"
}
}
}
},
{
"type": "thin-thick-thin",
"freedrawOnly": true,
"strokeColor": "#CECDCC",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": null,
"penOptions": {
"highlighter": true,
"constantPressure": true,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 1,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "linear",
"start": {
"cap": true,
"taper": true,
"easing": "linear"
},
"end": {
"cap": true,
"taper": true,
"easing": "linear"
}
}
}
},
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
},
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
},
{
"type": "default",
"freedrawOnly": false,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 0,
"roughness": 0,
"penOptions": {
"highlighter": false,
"constantPressure": false,
"hasOutline": false,
"outlineWidth": 1,
"options": {
"thinning": 0.6,
"smoothing": 0.5,
"streamline": 0.5,
"easing": "easeOutSine",
"start": {
"cap": true,
"taper": 0,
"easing": "linear"
},
"end": {
"cap": true,
"taper": 0,
"easing": "linear"
}
}
}
}
],
"numberOfCustomPens": 0,
"pdfScale": 4,
"pdfBorderBox": true,
"pdfGapSize": 20,
"pdfGroupPages": false,
"pdfLockAfterImport": true,
"pdfNumColumns": 1,
"pdfNumRows": 1,
"pdfDirection": "right",
"pdfImportScale": 0.3,
"laserSettings": {
"DECAY_LENGTH": 50,
"DECAY_TIME": 1000,
"COLOR": "#ff0000"
},
"embeddableMarkdownDefaults": {
"useObsidianDefaults": false,
"backgroundMatchCanvas": false,
"backgroundMatchElement": true,
"backgroundColor": "#fff",
"backgroundOpacity": 60,
"borderMatchElement": true,
"borderColor": "#fff",
"borderOpacity": 0,
"filenameVisible": false
},
"canvasImmersiveEmbed": true,
"startupScriptPath": "",
"openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
"openAIDefaultVisionModel": "gpt-4-vision-preview",
"openAIDefaultImageGenerationModel": "dall-e-3",
"openAIURL": "https://api.openai.com/v1/chat/completions",
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
"modifierKeyConfig": {
"Mac": {
"LocalFileDragAction": {
"defaultAction": "image-import",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "embeddable"
}
]
},
"WebBrowserDragAction": {
"defaultAction": "image-url",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "link"
},
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
}
]
},
"InternalDragAction": {
"defaultAction": "link",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": true,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": true,
"result": "image-fullsize"
}
]
},
"LinkClickAction": {
"defaultAction": "new-tab",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "active-pane"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "new-tab"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "new-pane"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "popout-window"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": true,
"result": "md-properties"
}
]
}
},
"Win": {
"LocalFileDragAction": {
"defaultAction": "image-import",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "embeddable"
}
]
},
"WebBrowserDragAction": {
"defaultAction": "image-url",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
}
]
},
"InternalDragAction": {
"defaultAction": "link",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "image-fullsize"
}
]
},
"LinkClickAction": {
"defaultAction": "new-tab",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "active-pane"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "new-tab"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "new-pane"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "popout-window"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": true,
"result": "md-properties"
}
]
}
}
},
"slidingPanesSupport": false,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js"
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.0.13",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
+58
View File
@@ -0,0 +1,58 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 60,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
}
File diff suppressed because one or more lines are too long
+9
View File
@@ -0,0 +1,9 @@
{
"id": "obsidian-git",
"name": "Git",
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.24.1"
}
+551
View File
@@ -0,0 +1,551 @@
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.workspace-leaf-content[data-type="git-view"] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0;
}
.workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0;
}
.loading > svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
display: inline-block;
}
.obsidian-git-center {
margin: auto;
text-align: center;
width: 50%;
}
.obsidian-git-textarea {
display: block;
margin-left: auto;
margin-right: auto;
}
.obsidian-git-center-button {
display: block;
margin: 20px auto;
}
.tooltip.mod-left {
overflow-wrap: break-word;
}
.tooltip.mod-right {
overflow-wrap: break-word;
}
.git-tools {
display: flex;
margin-left: auto;
}
.git-tools .type {
padding-left: var(--size-2-1);
display: flex;
align-items: center;
justify-content: center;
width: 11px;
}
.git-tools .type[data-type="M"] {
color: orange;
}
.git-tools .type[data-type="D"] {
color: red;
}
.git-tools .buttons {
display: flex;
}
.git-tools .buttons > * {
padding: 0 0;
height: auto;
}
.git-author {
color: var(--text-accent);
}
.git-date {
color: var(--text-accent);
}
.git-ref {
color: var(--text-accent);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
display: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
background-color: var(--background-primary);
border-bottom: 1px solid var(--interactive-accent);
font-family: var(--font-monospace);
height: 35px;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
font-size: 14px;
margin-left: auto;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
border: 1px solid #b4e2b4;
border-radius: 5px 0 0 5px;
color: #399839;
padding: 2px;
text-align: right;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
border: 1px solid #e9aeae;
border-radius: 0 5px 5px 0;
color: #c33;
margin-left: 1px;
padding: 2px;
text-align: left;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 15px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
margin-bottom: 1em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
background-color: #c8e1ff;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
margin: 0 4px 0 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
border-collapse: collapse;
font-family: Menlo, Consolas, monospace;
font-size: 13px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
overflow-y: hidden;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
display: inline-block;
margin-bottom: -8px;
margin-right: -4px;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
padding: 0 8em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
padding: 0 4.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
word-wrap: normal;
background: none;
display: inline-block;
padding: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
white-space: pre;
width: 100%;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #ffb6ba;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #8d232881;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
vertical-align: middle;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #97f295;
text-align: left;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #1d921996;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1 {
float: left;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1,
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 0 0.5em;
text-overflow: ellipsis;
width: 3.5em;
}
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
float: right;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 7.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0 0.5em;
position: absolute;
text-align: right;
text-overflow: ellipsis;
width: 4em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
direction: rtl;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #fee8e9;
border-color: #e9aeae;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: #dfd;
border-color: #b4e2b4;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #521b1d83;
border-color: #691d1d73;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: rgba(30, 71, 30, 0.5);
border-color: #13501381;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-info {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
color: var(--text-normal);
}
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #fdf2d0;
}
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #55492480;
}
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: #ded;
}
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: rgba(37, 78, 37, 0.418);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
margin-bottom: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
color: #3572b0;
text-decoration: none;
}
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-list-wrapper
a:visited {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
font-weight: 700;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
border-bottom: 1px solid var(--background-modifier-border);
margin: 0;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
border-bottom: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
color: #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added {
color: #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
color: #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
background-color: var(--background-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
border: 2px solid #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
border: 1px solid #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
border: 1px solid #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
border: 1px solid #3572b0;
}
/* ====================== Line Authoring Information ====================== */
.cm-gutterElement.obs-git-blame-gutter {
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
border-width: 0px 2px 0.2px 2px;
border-style: solid;
border-color: var(--background-secondary);
background-color: var(--background-secondary);
}
.cm-gutterElement.obs-git-blame-gutter > div,
.line-author-settings-preview {
/* delegate text color to settings */
color: var(--obs-git-gutter-text);
font-family: monospace;
height: 100%; /* ensure, that age-based background color occupies entire parent */
text-align: right;
padding: 0px 6px 0px 6px;
white-space: pre; /* Keep spaces and do not collapse them. */
}
+61
View File
@@ -0,0 +1,61 @@
{
"globalQuery": "",
"globalFilter": "",
"removeGlobalFilter": false,
"taskFormat": "tasksPluginEmoji",
"setCreatedDate": false,
"setDoneDate": true,
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 6,
"provideAccessKeys": true,
"useFilenameAsScheduledDate": false,
"filenameAsDateFolders": [],
"recurrenceOnNextLine": false,
"statusSettings": {
"coreStatuses": [
{
"symbol": " ",
"name": "Todo",
"nextStatusSymbol": "x",
"availableAsCommand": true,
"type": "TODO"
},
{
"symbol": "x",
"name": "Done",
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "DONE"
}
],
"customStatuses": [
{
"symbol": "/",
"name": "In Progress",
"nextStatusSymbol": "x",
"availableAsCommand": true,
"type": "IN_PROGRESS"
},
{
"symbol": "-",
"name": "Cancelled",
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "CANCELLED"
}
]
},
"features": {
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
},
"generalSettings": {},
"headingOpened": {
"Core Statuses": true,
"Custom Statuses": true
},
"debugSettings": {
"ignoreSortInstructions": false,
"showTaskHiddenData": false
}
}
File diff suppressed because one or more lines are too long
+12
View File
@@ -0,0 +1,12 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "5.4.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Martin Schenck and Clare Macrae",
"authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false
}
+356
View File
@@ -0,0 +1,356 @@
:root {
--tasks-details-icon: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z'/></svg>");
}
/* Fix indentation of wrapped task lines in Tasks search results, when in Live Preview. */
ul.contains-task-list .task-list-item-checkbox {
margin-inline-start: calc(var(--checkbox-size) * -1.5) !important;
}
.plugin-tasks-query-explanation{
/* Prevent long explanation lines wrapping, so they are more readable,
especially on small screens.
A horizontal scroll bar will be displayed, if the explanation
is too wide to fit.
*/
--code-white-space: pre;
}
.tasks-count {
color: var(--text-faint);
padding-left: 20px;
}
/* Tooltip pop up above the description in short mode */
.tooltip.pop-up {
animation: pop-up-animation 200ms forwards ease-in-out;
}
@keyframes pop-up-animation {
0% {
opacity: 0;
transform: translateY(-100%) scale(1);
}
20% {
opacity: 0.7;
transform: translateY(-100%) scale(1.02);
}
40% {
opacity: 1;
transform: translateY(-100%) scale(1.05);
}
100% {
opacity: 1;
transform: translateY(-100%) scale(1);
}
}
/* Pencil icon. */
.tasks-edit {
background-color: var(--text-faint);
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22-ms-transform%3A%20rotate(360deg)%3B%20-webkit-transform%3A%20rotate(360deg)%3B%20transform%3A%20rotate(360deg)%3B%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%201536%201536%22%3E%3Cpath%20d%3D%22M363%201408l91-91l-235-235l-91%2091v107h128v128h107zm523-928q0-22-22-22q-10%200-17%207l-542%20542q-7%207-7%2017q0%2022%2022%2022q10%200%2017-7l542-542q7-7%207-17zm-54-192l416%20416l-832%20832H0v-416zm683%2096q0%2053-37%2090l-166%20166l-416-416l166-165q36-38%2090-38q53%200%2091%2038l235%20234q37%2039%2037%2091z%22%20fill%3D%22%23626262%22%2F%3E%3C%2Fsvg%3E");
-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22-ms-transform%3A%20rotate(360deg)%3B%20-webkit-transform%3A%20rotate(360deg)%3B%20transform%3A%20rotate(360deg)%3B%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%201536%201536%22%3E%3Cpath%20d%3D%22M363%201408l91-91l-235-235l-91%2091v107h128v128h107zm523-928q0-22-22-22q-10%200-17%207l-542%20542q-7%207-7%2017q0%2022%2022%2022q10%200%2017-7l542-542q7-7%207-17zm-54-192l416%20416l-832%20832H0v-416zm683%2096q0%2053-37%2090l-166%20166l-416-416l166-165q36-38%2090-38q53%200%2091%2038l235%20234q37%2039%2037%2091z%22%20fill%3D%22%23626262%22%2F%3E%3C%2Fsvg%3E");
mask-size: contain;
-webkit-mask-size: contain;
display: inline-block;
width: 1em;
height: 1em;
vertical-align: middle;
margin-left: 0.5em;
cursor: pointer;
}
/* Urgency score */
.tasks-urgency {
font-size: var(--font-ui-smaller);
font-family: var(--font-interface);
padding: 2px 6px;
border-radius: var(--radius-s);
color: var(--text-normal);
background-color: var(--background-secondary);
margin-left: 0.5em;
line-height: 1;
}
.internal-link.internal-link-short-mode {
text-decoration: none;
}
/* Postpone icon. */
.tasks-postpone {
background-color: transparent;
padding: 0;
font-size: var(--font-text-size);
background-color: transparent;
display: contents;
cursor: pointer;
}
.tasks-list-text {
position: relative;
}
.tasks-list-text .tooltip {
position: absolute;
top: 0px;
left: 0px;
white-space: nowrap;
}
/* Hide tags that Obsidian recognises, if `hide tags` instruction was used. */
.tasks-layout-hide-tags .task-description a.tag {
display: none;
}
/* Workaround for issue #2073: Enabling the plugin causes blockIds to be not hidden in reading view
https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2073 */
.task-list-item .task-block-link{
display: none;
}
.tasks-setting-important {
color: red;
font-weight: bold;
}
/**------------------------------------------------------------------------
** MODAL
*------------------------------------------------------------------------**/
.tasks-modal-section + .tasks-modal-section {
margin-top: 16px;
}
.tasks-modal-section label {
display: inline-block;
margin-bottom: 4px;
}
.tasks-modal-section label > span {
display: inline-block;
}
.tasks-modal .with-accesskeys .accesskey-first::first-letter,
.tasks-modal .with-accesskeys .accesskey {
text-decoration: underline;
text-underline-offset: 1pt;
}
.tasks-modal-buttons {
display: grid;
grid-template-columns: 3fr 1fr;
column-gap: .5em;
}
.tasks-modal label + input[type="checkbox"] {
margin-left: 0.67em;
top: 2px;
}
.tasks-modal input[type="text"] {
width: 100%;
}
.tasks-modal textarea {
width: 100%;
min-height: calc(var(--input-height) * 2);
resize: vertical;
}
.tasks-modal-priorities {
display: grid;
grid-template-columns: 4em 8em 8em 8em;
grid-column-gap: 1.33em;
}
.tasks-modal-priorities span {
line-height: 1.41;
white-space: nowrap;
}
.tasks-modal-priorities label {
border-radius: var(--input-radius);
padding: 2px 3px;
grid-column: 1;
grid-row-start: 1;
grid-row-end: 7;
}
.tasks-modal-priorities input:focus + label {
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
border-color: var(--background-modifier-border-focus);
}
.tasks-modal-priorities input:checked + label > span {
font-weight: bold;
}
.tasks-modal-priorities input:not(:checked) + label > span:nth-child(4) {
filter: grayscale(100%) opacity(60%);
}
.tasks-modal-dates {
display: grid;
grid-template-columns: 5.5em auto;
column-gap: .5em;
row-gap: 5px;
}
.tasks-modal-dates > label {
grid-column: 1;
margin-top: 6px;
}
.tasks-modal-dates > input, .tasks-modal-dates > code {
grid-column: 2;
align-items: stretch;
}
.tasks-modal-dates > code {
margin-bottom: 5px;
}
.tasks-modal-dates > div {
grid-column-start: 1;
grid-column-end: 3;
}
.tasks-modal-status {
display: flex;
justify-content: space-between;
}
.tasks-modal-error {
border: 1px solid red !important;
}
.tasks-modal button:disabled {
pointer-events: none !important;
opacity: 0.3 !important;
}
@media (max-width: 649px) {
.tasks-modal-priorities {
grid-template-columns: 4em 7.5em 5em;
margin-bottom: -10px;
}
.tasks-modal-priorities > label {
grid-row: 1 / span 7;
}
.tasks-modal-dates {
grid-template-columns: 1fr;
}
.tasks-modal-dates > label {
margin: 0;
}
.tasks-modal-dates > input, .tasks-modal-dates > code {
grid-column: 1;
}
.tasks-modal-dates > div {
grid-column-end: 1;
}
.tasks-modal-status {
display: block;
}
}
@media (max-width: 399px) {
.tasks-modal-priorities {
grid-template-columns: 4em auto;
}
.tasks-modal-priorities > label {
grid-row: 1 / span 7;
}
}
@media (max-width: 259px) {
.tasks-modal-priorities {
grid-template-columns: 1fr;
margin-bottom: 0;
}
.tasks-modal-priorities > label {
grid-row: 1;
}
}
/**------------------------------------------------------------------------
** SETTINGS
*------------------------------------------------------------------------**/
.tasks-settings-is-invalid {
/* Dark red text on pale background*/
color: var(--text-error) !important;
background-color: rgba(var(--background-modifier-error-rgb), 0.2) !important;
}
.tasks-settings .additional {
margin: 6px 12px;
}
.tasks-settings .additional > .setting-item {
border-top: 0;
padding-top: 9px;
}
.tasks-settings details > summary {
outline: none;
display: block !important;
list-style: none !important;
list-style-type: none !important;
min-height: 1rem;
border-top-left-radius: 0.1rem;
border-top-right-radius: 0.1rem;
cursor: pointer;
position: relative;
}
.tasks-settings details > summary::-webkit-details-marker,
.tasks-settings details > summary::marker {
display: none !important;
}
.tasks-settings details > summary > .collapser {
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
content: "";
}
.tasks-settings details > summary > .collapser > .handle {
transform: rotate(0deg);
transition: transform 0.25s;
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-image: var(--tasks-details-icon);
mask-image: var(--tasks-details-icon);
width: 20px;
height: 20px;
}
.tasks-settings details[open] > summary > .collapser > .handle {
transform: rotate(90deg);
}
.tasks-nested-settings .setting-item {
border: 0px;
padding-bottom: 0;
}
.tasks-nested-settings {
padding-bottom: 18px;
}
.tasks-nested-settings[open] .setting-item-heading,
.tasks-nested-settings:not(details) .setting-item-heading {
border-top: 0px;
border-bottom: 1px solid var(--background-modifier-border);
}
.tasks-settings .row-for-status {
margin-top: 0px;
margin-bottom: 0px;
}
+6
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
+17
View File
@@ -0,0 +1,17 @@
{
"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.20.0",
"js": "main.js",
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger"
}
+78
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;
}
+276
View File
@@ -0,0 +1,276 @@
{
"main": {
"id": "8c5c9fd4610f7934",
"type": "split",
"children": [
{
"id": "b51753c673bc8a5a",
"type": "tabs",
"children": [
{
"id": "9ba50b6b9f91d378",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "ToDo's/ToDo's.md",
"mode": "source",
"source": false
}
}
},
{
"id": "1ba1e069ad24e3d0",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Geschäft/Etiketten/Drucken/01 - Drucken.md",
"mode": "source",
"source": false
}
}
},
{
"id": "9a5a1593c87716b5",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md",
"mode": "source",
"source": false
}
}
},
{
"id": "242c4beb581188e2",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Programmieren/Spicy Storage/01 - ToDo's - Verbesserungen.md",
"mode": "source",
"source": false
}
}
},
{
"id": "df65bc08f8e3e1ef",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "HomeLab/VPS/VPN.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 4
}
],
"direction": "vertical"
},
"left": {
"id": "79757decea5f8707",
"type": "split",
"children": [
{
"id": "585232a0f12b670d",
"type": "tabs",
"children": [
{
"id": "cf64bdaed392a2a7",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "d8b9f0814d908be8",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "182ceb83cce30de2",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 248.5
},
"right": {
"id": "9c3e4c3c98670907",
"type": "split",
"children": [
{
"id": "4b6a1acdfc0dddbf",
"type": "tabs",
"children": [
{
"id": "28a32a66a098431e",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "HomeLab/VPS/VPN.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "46ed02708e693728",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "HomeLab/VPS/VPN.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "f67c8a031b0c325e",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "774afbb69bfdce51",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "HomeLab/VPS/VPN.md"
}
}
},
{
"id": "edf19e1a56d4aece",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
},
{
"id": "473fb9dbda8da6be",
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
}
},
{
"id": "cc3c8a308c22c603",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
}
}
}
],
"currentTab": 4
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"workspaces:Manage workspace layouts": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "df65bc08f8e3e1ef",
"lastOpenFiles": [
"ToDo's/ToDo's.md",
"HomeLab/VPS/VPN.md",
"Geschäft/Etiketten/Drucken/01 - Drucken.md",
"Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md",
"HomeLab/Linux Befehle.md",
"Geschäft/Etiketten/Eigenschaften.md",
"Geschäft/Nelson Müller/Material Beispiele.md",
"Privat/Maße.md",
"Programmieren/Spicy Storage/01 - ToDo's - Verbesserungen.md",
"Ausbildung/MJU.md",
"Ausbildung/000 - Ausbildungsverkürzung.md",
"Ausbildung",
"HomeLab/VPS/Screen.md",
"HomeLab/VPS/Rust Desk.md",
"HomeLab/Untitled",
"HomeLab/Rose/Minecraft Server.md",
"3D Druck/Projekte/Geschäft/Küche/Messerhalter GN Blech.md",
"3D Druck/SQL.md",
"3D Druck/Steps einstellen.md",
"3D Druck/Einstelungen Testen.md",
"ToDo's/ToDo's_Aussortiert.md",
"HomeLab/Rose/PostgreSQL.md",
"Programmieren/Spicy Storage/00 - Allgemein.md",
"Aktien/Options Scheine.md",
"Geschäft/Gewürze/Untitled.md",
"Excalidraw/Drawing 2024-03-22 10.16.45.excalidraw.md",
"Excalidraw/Förderband Füße.excalidraw.md",
"Geschäft/Gewürze/attachments/2420032101MB - Angebot Districap - Ninon Mix - Lodner Gewürze.pdf",
"Geschäft/Gewürze/attachments",
"3D Druck/Projekte/Förderband - Füße.md",
"3D Druck/Projekte/Geschäft/Küche",
"3D Druck/Projekte/Geschäft",
"Geschäft/Etiketten/Drucken/Käfer",
"HomeLab/Rose",
"HomeLab/VPS",
"3D Druck/Werkstatt/Honycomb Wall",
"Programmieren/Vereins Zeiterfassung/attachments/Pasted Image 20230817235524_186.png",
"Programmieren/Vereins Zeiterfassung/attachments/Pasted Image 20230817235422_822.png",
"Programmieren/Vereins Zeiterfassung/Pasted Image 20230817235304_037.png",
"Pasted Image 20230807034756_545.png",
"Pasted Image 20230807032250_437.png",
"ERM_TVDTT-2.png",
"Programmieren/Label Creator/Test.canvas"
]
}
View File
View File
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,15 @@
---
excalidraw-plugin: parsed
tags: [excalidraw]
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
%%
# Drawing
```json
{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.12","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}
```
%%
@@ -0,0 +1,586 @@
---
excalidraw-plugin: parsed
tags: [excalidraw]
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
# Text Elements
%%
# Drawing
```json
{
"type": "excalidraw",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.13",
"elements": [
{
"id": "9u0VPKiS",
"type": "embeddable",
"x": -340.25,
"y": -214.25,
"width": 796,
"height": 813,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"roundness": null,
"seed": 40413,
"version": 190,
"versionNonce": 1852351859,
"updated": 1711099039453,
"isDeleted": false,
"groupIds": [],
"boundElements": [],
"link": "file:///K:/Nextcloud/Lodner/Gesch%C3%A4ftlich/Lodner%20Gew%C3%BCrze/Eteiketten%20Anlage/2420032101MB%20-%20Angebot%20Districap%20-%20Ninon%20Mix%20-%20Lodner%20Gew%C3%BCrze.pdf",
"locked": false,
"scale": [
1,
1
],
"customData": {
"mdProps": {
"useObsidianDefaults": false,
"backgroundMatchCanvas": false,
"backgroundMatchElement": true,
"backgroundColor": "#fff",
"backgroundOpacity": 60,
"borderMatchElement": true,
"borderColor": "#fff",
"borderOpacity": 0,
"filenameVisible": false
}
},
"validated": true
},
{
"id": "-wb9dm3txcrLlea1DzrFr",
"type": "freedraw",
"x": 34.75,
"y": 122.75,
"width": 166,
"height": 5,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 2,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"frameId": null,
"roundness": null,
"seed": 50342035,
"version": 15,
"versionNonce": 1632739069,
"isDeleted": false,
"boundElements": null,
"updated": 1711099025485,
"link": null,
"locked": false,
"points": [
[
0,
0
],
[
2,
0
],
[
9,
-1
],
[
24,
-1
],
[
50,
0
],
[
88,
2
],
[
121,
4
],
[
151,
3
],
[
165,
3
],
[
166,
3
],
[
166,
2
],
[
163,
2
],
[
160,
3
],
[
160,
3
]
],
"pressures": [],
"simulatePressure": true,
"lastCommittedPoint": [
160,
3
]
},
{
"id": "qP92gY5xZTAcbL_obL1cy",
"type": "freedraw",
"x": -490.25,
"y": 110.75,
"width": 130,
"height": 61,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 2,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"frameId": null,
"roundness": null,
"seed": 1288747251,
"version": 13,
"versionNonce": 1517892573,
"isDeleted": false,
"boundElements": null,
"updated": 1711099026793,
"link": null,
"locked": false,
"points": [
[
0,
0
],
[
5,
3
],
[
12,
7
],
[
28,
13
],
[
49,
21
],
[
69,
29
],
[
87,
37
],
[
105,
45
],
[
118,
53
],
[
127,
59
],
[
130,
61
],
[
130,
61
]
],
"pressures": [],
"simulatePressure": true,
"lastCommittedPoint": [
130,
61
]
},
{
"id": "uB_VupwytyEgsnvNS6Cfl",
"type": "freedraw",
"x": -413.25,
"y": 76.75,
"width": 968,
"height": 78,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 2,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"frameId": null,
"roundness": null,
"seed": 93273619,
"version": 42,
"versionNonce": 1296744349,
"isDeleted": false,
"boundElements": null,
"updated": 1711099028447,
"link": null,
"locked": false,
"points": [
[
0,
0
],
[
2,
0
],
[
3,
0
],
[
7,
0
],
[
14,
0
],
[
26,
2
],
[
46,
5
],
[
75,
7
],
[
109,
12
],
[
152,
18
],
[
198,
24
],
[
246,
32
],
[
301,
40
],
[
359,
48
],
[
422,
57
],
[
491,
65
],
[
555,
70
],
[
613,
74
],
[
671,
77
],
[
722,
78
],
[
761,
78
],
[
791,
77
],
[
808,
75
],
[
815,
75
],
[
815,
74
],
[
816,
74
],
[
820,
73
],
[
824,
70
],
[
830,
68
],
[
840,
65
],
[
852,
63
],
[
865,
60
],
[
878,
56
],
[
893,
53
],
[
912,
52
],
[
931,
51
],
[
947,
49
],
[
960,
46
],
[
967,
44
],
[
968,
43
],
[
968,
43
]
],
"pressures": [],
"simulatePressure": true,
"lastCommittedPoint": [
968,
43
]
},
{
"id": "L8kzOtHYD7T4mwJjzIh2K",
"type": "freedraw",
"x": 23.75,
"y": 95.75,
"width": 224,
"height": 6,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 2,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"frameId": null,
"roundness": null,
"seed": 59852371,
"version": 20,
"versionNonce": 1847537437,
"isDeleted": false,
"boundElements": null,
"updated": 1711099029973,
"link": null,
"locked": false,
"points": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
8,
1
],
[
20,
0
],
[
35,
0
],
[
59,
-1
],
[
88,
-1
],
[
120,
-2
],
[
147,
-3
],
[
172,
-4
],
[
188,
-4
],
[
199,
-5
],
[
208,
-5
],
[
216,
-5
],
[
222,
-5
],
[
224,
-5
],
[
224,
-5
]
],
"pressures": [],
"simulatePressure": true,
"lastCommittedPoint": [
224,
-5
]
}
],
"appState": {
"theme": "light",
"viewBackgroundColor": "#ffffff",
"currentItemStrokeColor": "#1e1e1e",
"currentItemBackgroundColor": "transparent",
"currentItemFillStyle": "solid",
"currentItemStrokeWidth": 2,
"currentItemStrokeStyle": "solid",
"currentItemRoughness": 1,
"currentItemOpacity": 100,
"currentItemFontFamily": 1,
"currentItemFontSize": 20,
"currentItemTextAlign": "left",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"scrollX": 778.75,
"scrollY": 279.75,
"zoom": {
"value": 1
},
"currentItemRoundness": "round",
"gridSize": null,
"gridColor": {
"Bold": "#C9C9C9FF",
"Regular": "#EDEDEDFF"
},
"currentStrokeOptions": null,
"previousGridSize": null,
"frameRendering": {
"enabled": true,
"clip": true,
"name": true,
"outline": true
}
},
"files": {}
}
```
%%
Binary file not shown.

After

Width:  |  Height:  |  Size: 907 KiB

@@ -0,0 +1,581 @@
---
excalidraw-plugin: parsed
tags: [excalidraw]
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
# Text Elements
Drawing 2023-08-03 02.50.47.e... ^i8tNt1Yg
1 ^dCQ5CZPo
🌐 https://github.com/zsviczi... ^plhUikHa
2 ^7ja1gzzl
[[Programmieren/Label Creator/Drawing 2023-08-03 02.50.47.excalidraw.md]] ^qyhUrhcb
https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.12 ^SkqTmvx8
%%
# Drawing
```json
{
"type": "excalidraw",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.12",
"elements": [
{
"points": [
[
0,
0
],
[
-27.567962314800358,
202.16505697520262
]
],
"lastCommittedPoint": null,
"startBinding": {
"elementId": "NnNyQnD4",
"focus": -5.571900021176785e-17,
"gap": 4
},
"endBinding": {
"elementId": "kYxE6qvP",
"focus": -1.114380004235357e-16,
"gap": 4
},
"startArrowhead": null,
"endArrowhead": null,
"id": "nDEpvfUY",
"type": "arrow",
"x": 13.783981157400179,
"y": -14.08252848760131,
"width": 27.567962314800358,
"height": 202.16505697520262,
"angle": 0,
"strokeColor": "#696969FF",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "dashed",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 44236,
"version": 1,
"versionNonce": 358798634,
"updated": 1691025058700,
"isDeleted": false,
"groupIds": [],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "qyhUrhcb",
"type": "rectangle",
"x": -291.5,
"y": -84,
"width": 583,
"height": 56,
"angle": 0,
"strokeColor": "#00000000",
"backgroundColor": "#B5B5B5",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 89761,
"version": 2,
"versionNonce": 218201187,
"updated": 1691025058722,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [
{
"type": "text",
"id": "i8tNt1Yg"
}
],
"link": "[[Programmieren/Label Creator/Drawing 2023-08-03 02.50.47.excalidraw.md]]",
"locked": false
},
{
"text": "Drawing 2023-08-03 02.50.47.e...",
"fontSize": 30,
"fontFamily": 3,
"textAlign": "center",
"verticalAlign": "middle",
"baseline": 29,
"id": "i8tNt1Yg",
"type": "text",
"x": -281.25,
"y": -74,
"width": 562.5,
"height": 36,
"angle": 0,
"strokeColor": "#000000ff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 50999,
"version": 1,
"versionNonce": 80752283,
"updated": 1691025058674,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": "qyhUrhcb",
"originalText": "Drawing 2023-08-03 02.50.47.e...",
"rawText": "Drawing 2023-08-03 02.50.47.e...",
"lineHeight": 1.2
},
{
"id": "DOLR95cH",
"type": "ellipse",
"x": -301.25,
"y": -61,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 57565,
"version": 1,
"versionNonce": 928368498,
"updated": 1691025058675,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "jDjTe0en",
"type": "ellipse",
"x": 291.25,
"y": -61,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 22242,
"version": 1,
"versionNonce": 967165486,
"updated": 1691025058675,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "e3HQV3h3",
"type": "ellipse",
"x": -20,
"y": -94,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 14257,
"version": 1,
"versionNonce": 640619687,
"updated": 1691025058675,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "NnNyQnD4",
"type": "ellipse",
"x": 10,
"y": -28,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 32935,
"version": 1,
"versionNonce": 241732691,
"updated": 1691025058675,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [
{
"type": "arrow",
"id": "nDEpvfUY"
}
],
"link": null,
"locked": false
},
{
"text": "1",
"fontSize": 10,
"fontFamily": 3,
"textAlign": "left",
"verticalAlign": "middle",
"baseline": 10,
"id": "dCQ5CZPo",
"type": "text",
"x": 25,
"y": -28,
"width": 5.859375,
"height": 12,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 60117,
"version": 1,
"versionNonce": 65732086,
"updated": 1691025058678,
"isDeleted": false,
"groupIds": [
"TzM678j1"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": null,
"originalText": "1",
"rawText": "1",
"lineHeight": 1.2
},
{
"id": "SkqTmvx8",
"type": "rectangle",
"x": -199,
"y": 202,
"width": 398,
"height": 44,
"angle": 0,
"strokeColor": "#00000000",
"backgroundColor": "#000005b3",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 44920,
"version": 2,
"versionNonce": 1529687885,
"updated": 1691025058732,
"isDeleted": false,
"groupIds": [
"zaxbp63D"
],
"boundElements": [
{
"type": "text",
"id": "plhUikHa"
}
],
"link": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.12",
"locked": false
},
{
"text": "🌐 https://github.com/zsviczi...",
"fontSize": 20,
"fontFamily": 3,
"textAlign": "center",
"verticalAlign": "middle",
"baseline": 20,
"id": "plhUikHa",
"type": "text",
"x": -188.8134765625,
"y": 212,
"width": 377.626953125,
"height": 24,
"angle": 0,
"strokeColor": "#95c7f3ff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 37499,
"version": 1,
"versionNonce": 601967337,
"updated": 1691025058691,
"isDeleted": false,
"groupIds": [
"zaxbp63D"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": "SkqTmvx8",
"originalText": "🌐 https://github.com/zsviczi...",
"rawText": "🌐 https://github.com/zsviczi...",
"lineHeight": 1.2
},
{
"id": "Df9syBZ8",
"type": "ellipse",
"x": -208.8134765625,
"y": 219,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 83219,
"version": 1,
"versionNonce": 20487819,
"updated": 1691025058691,
"isDeleted": false,
"groupIds": [
"zaxbp63D"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "850CASpq",
"type": "ellipse",
"x": 198.8134765625,
"y": 219,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 27403,
"version": 1,
"versionNonce": 386630193,
"updated": 1691025058691,
"isDeleted": false,
"groupIds": [],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "kYxE6qvP",
"type": "ellipse",
"x": -20,
"y": 192,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 25447,
"version": 1,
"versionNonce": 574846111,
"updated": 1691025058691,
"isDeleted": false,
"groupIds": [
"zaxbp63D"
],
"boundElements": [
{
"type": "arrow",
"id": "nDEpvfUY"
}
],
"link": null,
"locked": false
},
{
"text": "2",
"fontSize": 10,
"fontFamily": 3,
"textAlign": "left",
"verticalAlign": "middle",
"baseline": 10,
"id": "7ja1gzzl",
"type": "text",
"x": -5,
"y": 192,
"width": 5.859375,
"height": 12,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 74947,
"version": 1,
"versionNonce": 281018426,
"updated": 1691025058694,
"isDeleted": false,
"groupIds": [
"zaxbp63D"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": null,
"originalText": "2",
"rawText": "2",
"lineHeight": 1.2
},
{
"id": "crAh0DuP",
"type": "ellipse",
"x": 10,
"y": 246,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 19234,
"version": 1,
"versionNonce": 201647194,
"updated": 1691025058694,
"isDeleted": false,
"groupIds": [
"zaxbp63D"
],
"boundElements": [],
"link": null,
"locked": false
}
],
"appState": {
"theme": "light",
"viewBackgroundColor": "#0c3e6aff",
"currentItemStrokeColor": "#000000",
"currentItemBackgroundColor": "transparent",
"currentItemFillStyle": "hachure",
"currentItemStrokeWidth": 1,
"currentItemStrokeStyle": "solid",
"currentItemRoughness": 1,
"currentItemOpacity": 100,
"currentItemFontFamily": 1,
"currentItemFontSize": 20,
"currentItemTextAlign": "left",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"currentItemRoundness": "sharp",
"gridSize": 0
},
"files": {}
}
```
%%
Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

+4
View File
@@ -0,0 +1,4 @@
{
"nodes":[],
"edges":[]
}
View File
View File
View File
View File
View File
View File
+87
View File
@@ -0,0 +1,87 @@
---
excalidraw-plugin: parsed
excalidraw-default-mode: view
excalidraw-export-dark: false
excalidraw-export-transparent: false
excalidraw-linkbutton-opacity: 0.3
excalidraw-onload-script: "app.plugins.plugins[`excalibrain`].start(ea.targetView.leaf);"
tags: [excalidraw]
---
# Text Elements
Open a document in another pane and click it to get started.
For the best experience enable 'Open in adjacent pane'
in Excalidraw settings under 'Links and Transclusion'. ^4mylk7KK
%%
# Drawing
```json
{
"type": "excalidraw",
"version": 2,
"source": "https://excalidraw.com",
"elements": [
{
"type": "text",
"version": 1,
"versionNonce": 423577018,
"isDeleted": false,
"id": "4mylk7KK",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"angle": 0,
"x": 0,
"y": 0,
"strokeColor": "white",
"backgroundColor": "transparent",
"width": 703,
"height": 96,
"seed": 4429,
"groupIds": [],
"strokeSharpness": "sharp",
"boundElements": [],
"updated": 1650784785611,
"link": null,
"locked": false,
"fontSize": 20,
"fontFamily": 3,
"text": "Open a document in another pane and click it to get started.\n\nFor the best experience enable 'Open in adjacent pane'\nin Excalidraw settings under 'Links and Transclusion'.",
"rawText": "Open a document in another pane and click it to get started.\n\nFor the best experience enable 'Open in adjacent pane'\nin Excalidraw settings under 'Links and Transclusion'.",
"baseline": 91,
"textAlign": "center",
"verticalAlign": "top",
"containerId": null,
"originalText": "Open a document in another pane and click it to get started.\n\nFor the best experience enable 'Open in adjacent pane'\nin Excalidraw settings under 'Links and Transclusion'."
}
],
"appState": {
"theme": "dark",
"viewBackgroundColor": "hsl(208, 80%, 23%)",
"currentItemStrokeColor": "#000000",
"currentItemBackgroundColor": "transparent",
"currentItemFillStyle": "hachure",
"currentItemStrokeWidth": 2,
"currentItemStrokeStyle": "solid",
"currentItemRoughness": 1,
"currentItemOpacity": 100,
"currentItemFontFamily": 1,
"currentItemFontSize": 16,
"currentItemTextAlign": "left",
"currentItemStrokeSharpness": "sharp",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"currentItemLinearStrokeSharpness": "round",
"gridSize": null,
"colorPalette": {}
},
"files": {}
}
```
%%
+636
View File
@@ -0,0 +1,636 @@
---
excalidraw-plugin: parsed
excalidraw-default-mode: view
excalidraw-export-dark: false
excalidraw-export-transparent: false
excalidraw-linkbutton-opacity: 0.3
excalidraw-onload-script: "app.plugins.plugins[`excalibrain`].start(ea.targetView.leaf);"
tags: [excalidraw]
---
# Text Elements
ToDo's ^bbYBBqK8
1 ^zMMXRnEg
01 - Drucken ^xE1Q15KF
1 ^1uYZQTgv
[[ToDo's/ToDo's.md]] ^fCjhBvFH
[[Geschäft/Etiketten/Drucken/01 - Drucken.md]] ^DM6ekS5A
%%
# Drawing
```json
{
"type": "excalidraw",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.12",
"elements": [
{
"points": [
[
0,
0
],
[
-27.567962314800358,
202.16505697520262
]
],
"lastCommittedPoint": null,
"startBinding": {
"elementId": "CslgVMN8",
"focus": -5.571900021176785e-17,
"gap": 4
},
"endBinding": {
"elementId": "0LIforOq",
"focus": -1.114380004235357e-16,
"gap": 4
},
"startArrowhead": null,
"endArrowhead": null,
"id": "CEStHJrp",
"type": "arrow",
"x": 13.783981157400179,
"y": -14.08252848760131,
"width": 27.567962314800358,
"height": 202.16505697520262,
"angle": 0,
"strokeColor": "#696969FF",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "dashed",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 81977,
"version": 1,
"versionNonce": 883003239,
"updated": 1691024593817,
"isDeleted": false,
"groupIds": [],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "fCjhBvFH",
"type": "rectangle",
"x": -63,
"y": -84,
"width": 126,
"height": 56,
"angle": 0,
"strokeColor": "#00000000",
"backgroundColor": "#B5B5B5",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 88776,
"version": 2,
"versionNonce": 1666525475,
"updated": 1691024593842,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [
{
"type": "text",
"id": "bbYBBqK8"
}
],
"link": "[[ToDo's/ToDo's.md]]",
"locked": false
},
{
"text": "ToDo's",
"fontSize": 30,
"fontFamily": 3,
"textAlign": "center",
"verticalAlign": "middle",
"baseline": 29,
"id": "bbYBBqK8",
"type": "text",
"x": -52.734375,
"y": -74,
"width": 105.46875,
"height": 36,
"angle": 0,
"strokeColor": "#000000ff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 70729,
"version": 1,
"versionNonce": 499189,
"updated": 1691024593809,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": "fCjhBvFH",
"originalText": "ToDo's",
"rawText": "ToDo's",
"lineHeight": 1.2
},
{
"id": "r2pXf4lk",
"type": "ellipse",
"x": -72.734375,
"y": -61,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 69365,
"version": 1,
"versionNonce": 672088160,
"updated": 1691024593809,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "tH5aibSL",
"type": "ellipse",
"x": 62.734375,
"y": -61,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 45969,
"version": 1,
"versionNonce": 224726542,
"updated": 1691024593809,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "REFY61OR",
"type": "ellipse",
"x": -20,
"y": -94,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 73779,
"version": 1,
"versionNonce": 494736311,
"updated": 1691024593809,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "CslgVMN8",
"type": "ellipse",
"x": 10,
"y": -28,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 65401,
"version": 1,
"versionNonce": 356441439,
"updated": 1691024593809,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [
{
"type": "arrow",
"id": "CEStHJrp"
}
],
"link": null,
"locked": false
},
{
"text": "1",
"fontSize": 10,
"fontFamily": 3,
"textAlign": "left",
"verticalAlign": "middle",
"baseline": 10,
"id": "zMMXRnEg",
"type": "text",
"x": 25,
"y": -28,
"width": 5.859375,
"height": 12,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 46992,
"version": 1,
"versionNonce": 308620741,
"updated": 1691024593811,
"isDeleted": false,
"groupIds": [
"13I1zBPA"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": null,
"originalText": "1",
"rawText": "1",
"lineHeight": 1.2
},
{
"id": "DM6ekS5A",
"type": "rectangle",
"x": -80.5,
"y": 202,
"width": 161,
"height": 44,
"angle": 0,
"strokeColor": "#00000000",
"backgroundColor": "#000005b3",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 24328,
"version": 2,
"versionNonce": 113749645,
"updated": 1691024593854,
"isDeleted": false,
"groupIds": [
"2PMLPhze"
],
"boundElements": [
{
"type": "text",
"id": "xE1Q15KF"
}
],
"link": "[[Geschäft/Etiketten/Drucken/01 - Drucken.md]]",
"locked": false
},
{
"text": "01 - Drucken",
"fontSize": 20,
"fontFamily": 3,
"textAlign": "center",
"verticalAlign": "middle",
"baseline": 20,
"id": "xE1Q15KF",
"type": "text",
"x": -70.3125,
"y": 212,
"width": 140.625,
"height": 24,
"angle": 0,
"strokeColor": "#95c7f3ff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 61055,
"version": 1,
"versionNonce": 707256017,
"updated": 1691024593815,
"isDeleted": false,
"groupIds": [
"2PMLPhze"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": "DM6ekS5A",
"originalText": "01 - Drucken",
"rawText": "01 - Drucken",
"lineHeight": 1.2
},
{
"id": "jNMh4CIf",
"type": "ellipse",
"x": -90.3125,
"y": 219,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 91913,
"version": 1,
"versionNonce": 952734074,
"updated": 1691024593815,
"isDeleted": false,
"groupIds": [
"2PMLPhze"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "AgqVlwHr",
"type": "ellipse",
"x": 80.3125,
"y": 219,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 8296,
"version": 1,
"versionNonce": 666219985,
"updated": 1691024593815,
"isDeleted": false,
"groupIds": [],
"boundElements": [],
"link": null,
"locked": false
},
{
"id": "0LIforOq",
"type": "ellipse",
"x": -20,
"y": 192,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 39605,
"version": 1,
"versionNonce": 922684447,
"updated": 1691024593815,
"isDeleted": false,
"groupIds": [
"2PMLPhze"
],
"boundElements": [
{
"type": "arrow",
"id": "CEStHJrp"
}
],
"link": null,
"locked": false
},
{
"text": "1",
"fontSize": 10,
"fontFamily": 3,
"textAlign": "left",
"verticalAlign": "middle",
"baseline": 10,
"id": "1uYZQTgv",
"type": "text",
"x": -5,
"y": 192,
"width": 5.859375,
"height": 12,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "#ffffffff",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 57124,
"version": 1,
"versionNonce": 752300708,
"updated": 1691024593817,
"isDeleted": false,
"groupIds": [
"2PMLPhze"
],
"boundElements": [],
"link": null,
"locked": false,
"containerId": null,
"originalText": "1",
"rawText": "1",
"lineHeight": 1.2
},
{
"id": "cxaOug06",
"type": "ellipse",
"x": 10,
"y": 246,
"width": 10,
"height": 10,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"roundness": {
"type": 3
},
"seed": 29121,
"version": 1,
"versionNonce": 225645625,
"updated": 1691024593817,
"isDeleted": false,
"groupIds": [
"2PMLPhze"
],
"boundElements": [],
"link": null,
"locked": false
},
{
"text": "🚀 To get started\nselect a document using the search in the top left or\nopen a document in another pane.\n\n✨ For the best experience enable 'Open in adjacent pane'\nin Excalidraw settings under 'Links and Transclusion'.\n\n⚠ ExcaliBrain may need to wait for DataView to initialize its index.\nThis can take up to a few minutes after starting Obsidian.",
"fontSize": 30,
"fontFamily": 3,
"textAlign": "center",
"verticalAlign": "top",
"baseline": 317,
"id": "vZwY5xnR",
"type": "text",
"x": 0,
"y": 0,
"width": 1218.92578125,
"height": 324,
"angle": 0,
"strokeColor": "#ffffffff",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"roundness": null,
"seed": 5444,
"version": 2,
"versionNonce": 344148750,
"updated": 1691024593795,
"isDeleted": true,
"groupIds": [],
"boundElements": [],
"link": null,
"locked": false,
"containerId": null,
"originalText": "🚀 To get started\nselect a document using the search in the top left or\nopen a document in another pane.\n\n✨ For the best experience enable 'Open in adjacent pane'\nin Excalidraw settings under 'Links and Transclusion'.\n\n⚠ ExcaliBrain may need to wait for DataView to initialize its index.\nThis can take up to a few minutes after starting Obsidian.",
"rawText": "🚀 To get started\nselect a document using the search in the top left or\nopen a document in another pane.\n\n✨ For the best experience enable 'Open in adjacent pane'\nin Excalidraw settings under 'Links and Transclusion'.\n\n⚠ ExcaliBrain may need to wait for DataView to initialize its index.\nThis can take up to a few minutes after starting Obsidian.",
"lineHeight": 1.2
}
],
"appState": {
"theme": "light",
"viewBackgroundColor": "#0c3e6aff",
"currentItemStrokeColor": "#000000",
"currentItemBackgroundColor": "transparent",
"currentItemFillStyle": "hachure",
"currentItemStrokeWidth": 2,
"currentItemStrokeStyle": "solid",
"currentItemRoughness": 1,
"currentItemOpacity": 100,
"currentItemFontFamily": 1,
"currentItemFontSize": 16,
"currentItemTextAlign": "left",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"scrollX": 625.1339398854145,
"scrollY": 265.3726198818332,
"zoom": {
"value": 1.0437566824865436
},
"currentItemRoundness": "round",
"gridSize": null,
"colorPalette": {},
"currentStrokeOptions": null,
"previousGridSize": null,
"frameRendering": {
"enabled": true,
"clip": true,
"name": true,
"outline": true
}
},
"files": {}
}
```
%%
+1
View File
@@ -0,0 +1 @@
Jfjfi
+2
View File
@@ -0,0 +1,2 @@
Druckereinstellungen -> Extruder 1 -> Einzugslänge: 4mm -> 3mm
Druckeinstellungen -> Erweitert -> Extrusionsbreite: Alles auf 0,48mm
+10
View File
@@ -0,0 +1,10 @@
Anhaben des Förderbandes um auf die Höhe des neuen Tisches zu kommen.
Förderband Höhe: 74cm
Förderband Abstand Füße: ~31cm
Förderband Füße Durchmesser: ~ 5,2 - 5,5cm
Förderband Eigenerhöhung: ~2,5 - 3cm
Tisch Höhe: 82cm + 1cm MDF Platte? -> 83cm Gesamt Höhe
Mind. 10cm Erhöhung eher 10,5 oder 11
@@ -0,0 +1,2 @@
Breite: 13.4mm
Höhe: 25.3mm
@@ -0,0 +1,8 @@
Schnitt:
Schwalbenschwanz: 80°
Tiefe: 4mm
Toleranz: 0,35mm
Breite: 10mm
Toleranz: 0,75mm
+9
View File
@@ -0,0 +1,9 @@
# Gesamt kosten
```
SQL um gesmate Druck Kosten zu bekommen:
SELECT SUM(totalCosts) AS "Gesamtkosten", SUM(filamentCost) AS "Filmant", SUM(electricityCost) AS "Strom", SUM(printerCost) AS "Drucker"
FROM pjh_costmodel
```
+6
View File
@@ -0,0 +1,6 @@
Akutelle Steps erhalten: M503
Steps übertragen: M92 E???.??
Speichern: M500
Alt: M92 X80.00 Y80.00 Z400.00 E384.00
Neu: M92 X80.00 Y80.00 Z400.00 E426.66
@@ -0,0 +1,17 @@
OpenSCAD:
Hole width: 20,25
Wall Thickness: 1,75
max grid width: 180
max gird height: 205
Grid: 8 x 8 Felder
Steckdosen Ausschnitt:
1. Grid shape columns: [5, 5, 5, 5, 5, 5, 8, 8]
2. Grid shape columns: [5, 5, 5, 5, 5, 5, 8, 8]
Column offsets: [3, 3, 3, 3, 3, 3, 0, 0]
3. Grid shape columns: [8, 8, 8, 6, 4, 3, 4, 5]
Column offsets: [3, 3, 3, 3, 3, 3, 0, 0]
4. Grid shape columns: [8, 8, 5, 5, 5, 5, 5, 5]
Column offsets: [0, 0, 3, 3, 3, 3, 3, 3]
+18
View File
@@ -0,0 +1,18 @@
| Name | WKN | Enddatum |
|:---------------- |:---:| ----------:|
| Apple | | 2023.09.12 |
| ASML | | 2023.09.13 |
| United Health | | 2023.09.14 |
| Meta | | 2023.12.12 |
| Puma | | 2023.12.12 |
| Shell | | 2023.12.12 |
| Apple | | 2023.12.12 |
| Commerzbank | | 2023.12.13 |
| Commerzbank | | 2023.12.14 |
| Microsoft | | 2024.03.13 |
| Deutsche Telekom | | 2024.03.13 |
| BASF | | 2024.03.14 |
| Uber | | 2024.03.14 |
| Bayer | | 2024.06.19 |
| Delivery Hero | | 2049.12.31 |
@@ -0,0 +1,3 @@
+64
View File
@@ -0,0 +1,64 @@
# Allgemeine Informationen
Gründung: 2001
Mitarbeiter Anzahl: 11
# Angebot
Kunden: 93
- Web (177)
- Website
- Onlineshop
- Mobile Apps
- Individuale Software Lösungen
- Umsetzung von Designs für andere Agenturen
- Design (48)
- Logo
- Corporate
- Printmedia
- Grafikdesign
- 3D Visualisierung
- Gestaltungsprinizp
- Bildsprache
- Design-Manual
- Geschaftsausstattung
- Verpackungsdesign
- Bildkonzept
- Solutions
- Prozess Digitalisierung
- Terminvergabetool
- Bürgerbeteiliungsportal
- Gewerbeportal
- Veranstalungskalender
- Bauplatzvergabetool
- Geoinformationssystem
- OS
- Display
- CMS
- Website
- Individual (7)
- Webapplikation
- DB Design
- App Design & Entwicklung
- Systemlösungen
- Display
- Speißekartentool
- Display (5)
- Marketing (18)
- Markteingskonzepte
- Crossmedia Marketing
- Werbebanner
- Suchmaschinenmarketing (SEM)
- SEO
- Newsletter
- Messeplanung
- Kampagnenmanagment
- Produktfotografie
- Content Erstellung/Optimierung
# Fragen
- Berufsschule: ?
- Ort: Ulm
- Model: Block/Wöchentlich: 1.5h Woche 1x Woche dann 2x Woche
- Arbeitszeiten: 40
- Gleitzeit: ?
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,79 @@
## Geschmackswelten:
- [ ] ? x Schokolade
- [ ] ? x Tee
- [ ] ? x Essig & Öle
- [ ] 8 x Spätzle
- [ ] ? x Taschen Aufkleber
- [ ] ? x Vegane Streichwurst
- [ ] ? x Vegane Streichwurst Trüffel
---
## Gewürze:
?g für weiß einfach
57g für weiß glanz
78g für Kraftpapier
66g für Schwarz
---
## Hotel:
---
## Pfefferkontor:
- [ ] 1 x Short BBQ Rub Schwein 70g 9QH
- [ ] 1 x Bratkartoffel 70g AGW
- [ ] 2 x Cafe de Paris 60g AGX
- [ ] 1 x Mediteran 50g B4R
- [ ] 2 x Salatdressing 65g B3R
- [ ] 2 x Sesam Black & White 70g AFH
- [ ] 1 x Dry Aged steak Gewürz 120g
- [ ] 1 x Englischer Curry 60g
- [ ] 1 x Englischer Curry 200g
- [ ] 1 x Thai Currry 200g
- [ ] 1 x Indischer Curry 200g
- [ ] 2 x Glühwein fein 70g 4AY
- [ ] 2 x Glühwein grob 50g AY7
- [ ] 1 x Griech. wilder Majoran 20g
- [ ] 1 x Italienische Kräuter 40g 8Q0
- [ ] 3 x Griech. wild. Rosmarin 25g AGY
- [ ] 2 x Griech. wild. Thymian 25g B38
- [ ] 2 x Kreuzkümmel ganz 60g A7F
- [ ] 3 x Kurkuma 65g AXP
- [ ] 3 x Safran 1g BIT
- [ ] 2 x Cylon Zimt gemahlen 80g B3W
- [ ] 1 x Cylon Zimt Stangen ca. 20g
- [ ] 1 x Rote Paprika edelsüß 60g
- [ ] 1 x Rote Paprika edelsüß 200g
- [ ] 2 x BBQ Fisch 7XI
- [ ] 3 x BBQ Rub Geflügel 9TU
- [ ] 2 x Dry Aged Steak ARQ
- [ ] 2 x Goldene Milch Matacha 9Q9
- [ ] 1 x Amazonas Chili ganz 9HX
- [ ] 1 x Paprika edelsüß 93Z
- [ ] 1 x Majoran 7YS
- [ ] 1 x Mediterran 80D
- [ ] 1 x BBQ Rind 7W3
- [ ] 1 x Spice Rub 8L4
- [ ] 1 x Oregano A7C
- [ ] 1 x Urwaldpfeffer weiß 93V
- [ ] 1 x Kampot Schwarz ganz 9Q4
- [ ] 1 x Paprika edelsüß 9VB
- [ ] 1 x Paprika scharf geräuchert 87G
- [ ] 1 x Paprika rosenscharf 7W0
- [ ] 1 x Paprika edelsüß 94X
- [ ] 1 x Englischer Curry 9LF
- [ ] 1 x Urwaldpfeffer Wayanadan ganz 7NM
- [ ] 1 x Urwaldpfeffer weiß 8QE
---
@@ -0,0 +1,773 @@
---
---
---
- [x] 60 x Käfer Siegel Etiketten S. 2 ✅ 2024-05-13
- [x] 160 x Käfer Hummersuppe ✅ 2024-05-13
---
- [x] 25 x Käfer Paki. Kristallsalz grob Vorderseite ✅ 2024-05-10
- [x] 14 x Käfer Paki. Kristallsalz grob Vorderseite ✅ 2024-05-10
- [x] 27 x Nelson Müller Konfitüre Erdbeer Tonka ✅ 2024-05-10
- [x] 28 x Nelson Müller Konfitüre Mango Passionsfrucht Chili ✅ 2024-05-10
- [x] 30 x Nelson Müller Konfitüre Holunder ✅ 2024-05-10
- [x] 30 x Nelson Müller Konfitüre Lemon Curd ✅ 2024-05-10
---
- [x] 230 x Käfer Kartoffelsuppe S. 26 ✅ 2024-05-02
- [x] 12 x Böhm Garam Masala S. 19 ✅ 2024-05-02
- [x] 12 x Böhm BBQ Gewürz S. 5 ✅ 2024-05-02
- [x] 12 x Böhm Zitronen Pfeffer S. 66 ✅ 2024-05-02
- [x] 12 x Böhm Paprika edelsüß Ungarn S. 47 ✅ 2024-05-02
- [x] 12 x Böhm Ras el Hanout S. 74 ✅ 2024-05-02
- [x] 12 x Böhm Cayenne Pfeffer S. 10 ✅ 2024-05-02
- [x] 12 x Böhm Knoblauch S. 28 ✅ 2024-05-02
- [x] 12 x Böhm Schwarzer Pfeffer gemahlen S. 56 ✅ 2024-05-02
- [x] 6 x Böhm Muskatnuss ganz S. 1 ✅ 2024-05-02
- [x] 3 x Böhm Vanillestange Madagaskar S. 1 ✅ 2024-05-02
- [x] 3 x Böhm Bunter Pfeffer S. 2 ✅ 2024-05-02
---
- [x] 15 x Lodner Linsenbolognese S. 1 ✅ 2024-04-30
- [x] 90 x Käfer Tom Kha Gai S. 17 ✅ 2024-04-30
---
- [x] 12 x Böhm Basilikum S. 4 ✅ 2024-04-11
- [x] 12 x Böhm Estragon S. 16 ✅ 2024-04-11
- [x] 12 x Böhm Koriander gemahlen S. 31 ✅ 2024-04-11
- [x] 12 x Böhm Kümmel ganz S. 38 ✅ 2024-04-11
- [x] 24 x Böhm Chiliflocken mild scharf S. 13 ✅ 2024-04-11
- [x] 24 x Böhm Italienische Kräuter S. 25 ✅ 2024-04-11
- [x] 24 x Böhm Englischer Curry S. 15 ✅ 2024-04-11
- [x] 24 x Böhm Kräuter der Provence S. 33 ✅ 2024-04-11
- [x] 24 x Böhm Fenchel S. 17 ✅ 2024-04-11
- [x] 6 x Böhm Habanero S. 6 ✅ 2024-04-11
- [x] 12 x Böhm Cardamom S. 5 ✅ 2024-04-11
- [x] 3 x Böhm Vanillestange Tahiti S. 2 ✅ 2024-04-11
- [x] 3 x Böhm Schwarzer Tellicherry S. 5 ✅ 2024-04-11
- [x] 6 x Böhm Bunter Pfeffer S. 2 ✅ 2024-04-11
---
- [x] 10 x Käsespätzle mit Soße 340g S. 24 ✅ 2024-04-05
- [x] 10 x Festtagsuppe S. 35 ✅ 2024-04-05
- [x] 1 x Aufsteller für Frühstück S. 12 - 14 ✅ 2024-04-05
---
- [x] 3 x Rindersauerbraten S. 10 ✅ 2024-03-25
- [x] 3 x Schweinebraten S. 15 ✅ 2024-03-25
- [x] 3 x Rehbolognese S. 14 ✅ 2024-03-25
- [x] 3 x Linsensuppe S. 32 ✅ 2024-03-25
- [x] 3 x Karotten Ingwer Suppe S. 23 ✅ 2024-03-25
---
- [x] 85 x Käfer BIO Kokos Limetten Curry S. 9 & 10 ✅ 2024-03-20
---
- [x] 12 x Böhm Dill S. 14 ✅ 2024-03-12
- [x] 12 x Böhm Oregano S. 45 ✅ 2024-03-12
- [x] 12 x Böhm Rosmarin S. 52 ✅ 2024-03-12
- [x] 12 x Böhm Thymian S. 62 ✅ 2024-03-12
- [x] 12 x Böhm Kreuzkümmel S. 37 ✅ 2024-03-12
- [x] 12 x Böhm Sesam schwarz S. 60 ✅ 2024-03-12
- [x] 12 x Böhm Sesam weiß S. 61 ✅ 2024-03-12
- [x] 12 x Böhm Zimt Ceylon gemahlen S. 65 ✅ 2024-03-12
- [x] 12 x Böhm Schwarzer Tellicherry Pfeffer S. 57 ✅ 2024-03-12
- [x] 12 x Böhm Rosa Pfeffer S. 51 ✅ 2024-03-12
- [x] 12 x Böhm Ingwer gemahlen S. 24 ✅ 2024-03-12
- [x] 12 x Böhm Harissa S. 23 ✅ 2024-03-12
- [x] 12 x Böhm Sellerie Salz S. 58 ✅ 2024-03-12
- [x] 12 x Böhm Cafe de Paris S. 9 ✅ 2024-03-12
- [x] 12 x Böhm Goldene Milch S. 21 ✅ 2024-03-12
- [x] 12 x Böhm Gewürz Kräuter Steinsalz S. 20 ✅ 2024-03-12
- [x] 12 x Böhm schwarzer Pfeffer gemahlen S. 56 ✅ 2024-03-12
- [x] 12 x Böhm Salat Gewürz S. 54 ✅ 2024-03-12
- [x] 12 x Böhm Fischkräutersalz S. 18 ✅ 2024-03-12
- [x] 24 x Böhm Zitronen Pfeffer S. 66 ✅ 2024-03-12
- [x] 6 x Böhm Muskatnuss ganz S. 1 ✅ 2024-03-12
- [x] 6 x Böhm Muskatnuss gemahlen S. 4 ✅ 2024-03-12
- [x] 6 x Böhm Nelke S. 3 ✅ 2024-03-12
- [x] 9 x Böhm Schwarzer Bergpfeffer S. 4 ✅ 2024-03-12
- [x] 6 x Böhm Lorbeerblätter S. 3 ✅ 2024-03-12
- [x] 3 x Böhm Vanillestange Madagaskar S. 1 ✅ 2024-03-12
---
- [x] 20 x Käfer rosa Kristallsalz fein Rückseite ✅ 2024-02-28
- [x] 40 x Käfer rosa Kristallsalz grob Rückseite ✅ 2024-02-28
- [x] 10 x Käfer rosa Kristallsalz fein Vorderseite ✅ 2024-02-28
- [x] 20 x Käfer rosa Kristallsalz grob Vorderseite ✅ 2024-02-28
---
- [x] 12 x Böhm Korianderblatt S. 32 ✅ 2024-02-23
- [x] 12 x Böhm Majoran S. 44 ✅ 2024-02-23
- [x] 12 x Böhm Oregano S. 45 ✅ 2024-02-23
- [x] 12 x Böhm Knoblauch S. 28 ✅ 2024-02-23
- [x] 12 x Böhm Kurkuma S. 39 ✅ 2024-02-23
- [x] 12 x Böhm Ceylon Zimt S. 65 ✅ 2024-02-23
- [x] 12 x Böhm Chili geschrotet S. 12 ✅ 2024-02-23
- [x] 12 x Böhm Chili Flocken S. 13 ✅ 2024-02-23
- [x] 12 x Böhm Oriental Curry S. 46 ✅ 2024-02-23
- [x] 12 x Böhm Kräuter der Provance S. 33 ✅ 2024-02-23
- [x] 12 x Böhm Brathähnchen S. 69 ✅ 2024-02-23
- [x] 12 x Böhm Bratkartofel Gewürz S. 1 ✅ 2024-02-23
- [x] 12 x Böhm Ras el Hanout S. 74 ✅ 2024-02-23
- [x] 3 x Böhm Vanillestange Madagaskar S. 1 ✅ 2024-02-23
- [x] 3 x Böhm Bunter Pfeffer S. 2 ✅ 2024-02-23
- [x] 3 x Böhm Bergpfeffer schwarz S. ✅ 2024-02-23
- [x] 6 x Böhm Cardamom S. 5 ✅ 2024-02-23
- [x] 6 x Böhm Macisf S. 7 ✅ 2024-02-23
- [x] 15 x Lodner Kartoffel-Lauchsuppe S. 2 ✅ 2024-02-23
- [x] 15 x Lodner Chili con Carne S. 26 ✅ 2024-02-23
- [x] 15 x Lodner Rinderbolognese S. 13 ✅ 2024-02-23
- [x] 15 x Lodner Gulaschsuppe S. 9 ✅ 2024-02-23
- [x] 15 x Lodner Rinderrouladen S. 27 ✅ 2024-02-23
- [x] 10 x Lodner Rindergulasch S. 8 ✅ 2024-02-23
- [x] 10 x Lodner Kaffee Crema 500g ✅ 2024-02-23
---
- [x] 12 x Böhm Basilikum S. 4 ✅ 2024-02-05
- [x] 12 x Böhm Oregano S. 45 ✅ 2024-02-05
- [x] 12 x Böhm Rosmarin S. 52 ✅ 2024-02-05
- [x] 12 x Böhm Senfkörner S. 59 ✅ 2024-02-05
- [x] 12 x Böhm Sesam Schwarz S. 60 ✅ 2024-02-05
- [x] 12 x Böhm Schwarzer Pfeffer gemahlen S. 56 ✅ 2024-02-05
- [x] 12 x Böhm Paprika edelsüß Ungarn S. 47 ✅ 2024-02-05
- [x] 12 x Böhm Piment ganz S. 50 ✅ 2024-02-05
- [x] 12 x Böhm Salat Gewürz S. 54 ✅ 2024-02-05
- [x] 12 x Böhm Bruschetta S. 2 ✅ 2024-02-05
- [x] 12 x Böhm Englischer Curry S. 15 ✅ 2024-02-05
- [x] 12 x Böhm Brathähnchen Gewürz S. 69 ✅ 2024-02-05
- [x] 12 x Böhm Paprika edelsüß Vojvodina S. 72 ✅ 2024-02-05
- [x] 12 x Böhm Chilifäden S. 70 ✅ 2024-02-05
- [x] 12 x Böhm Majoran S. 44 ✅ 2024-02-05
- [x] 12 x Böhm Knoblauch Pfeffer S. 68 ✅ 2024-02-05
- [x] 6 x Böhm Schwarzer Bergpfeffer ganz S. 4 ✅ 2024-02-05
- [x] 6 x Böhm Lorbeerblätter S. 3 ✅ 2024-02-05
- [x] 6 x Böhm Wacholderbeeren S. 6 ✅ 2024-02-05
- [x] 6 x Böhm Bunter Pfeffer S. 2 ✅ 2024-02-05
- [x] 6 x Böhm Schwarzer Tellicherry Pfeffer S. 5 ✅ 2024-02-05
- [x] 3 x Böhm Zimtstangen Casia S. 8 ✅ 2024-02-05
- [x] 3 x Böhm Gewürzmühle Bruschetta S. 2 ✅ 2024-02-05
---
- [x] 10 x Käfer Kokosblüten Zucker S. 1 ✅ 2024-01-14
- [x] 12 x Böhm Estragon BIO S. 16 ✅ 2024-01-14
- [x] 12 x Böhm Koriander ganz BIO S. 30 ✅ 2024-01-14
- [x] 12 x Böhm Oregano BIO S. 45 ✅ 2024-01-14
- [x] 12 x Böhm Kümmel ganz BIO S. 38 ✅ 2024-01-14
- [x] 12 x Böhm Birds Eye BIO S. 6 ✅ 2024-01-14
- [x] 12 x Böhm Lebkuchen BIO S. 41 ✅ 2024-01-14
- [x] 12 x Böhm Schwäbisches Rauchsalz S. 74 ✅ 2024-01-14
- [x] 12 x Böhm Bruschetta BIO S. 2 ✅ 2024-01-14
- [x] 12 x Böhm BBQ Gewürz BIO S. 5 ✅ 2024-01-14
- [x] 12 x Böhm Fisch Kräutersalz BIO S. 18 ✅ 2024-01-14
- [x] 12 x Böhm Fenchel BIO S. 17 ✅ 2024-01-14
- [x] 12 x Böhm Chili con Carne BIO S. 11 ✅ 2024-01-14
- [x] 12 x Böhm Cafe de Paris BIO S. 9 ✅ 2024-01-14
- [x] 12 x Böhm Kreuzkümmel BIO S. 36 ✅ 2024-01-14
- [x] 3 x Böhm Schwarzer Bergpfeffer BIO S. 4 ✅ 2024-01-14
- [x] 3 x Böhm Lorbeerblätter BIO S. 3 ✅ 2024-01-14
- [x] 3 x Böhm Schwarzer Tellicherry BIO S. 5 ✅ 2024-01-14
- [x] 3 x Böhm Schwarzer Bergpfeffer S. 1 ✅ 2024-01-14
---
- [x] 1 x Rungis 500g Pfeffercuvee ✅ 2024-01-09
- [x] 1 x Kräuter der Provence S. 19 ✅ 2024-01-09
- [x] 1 x Urwaldpfeffer grün BIO S. 26 ✅ 2024-01-09
- [x] 1 x Zatar S. 2 ✅ 2024-01-09
- [x] 4 x Obatzter S. 10 ✅ 2024-01-09
- [x] 1 x Ducca S. 27 ✅ 2024-01-09
- [x] 1 x Roter Paprika edelsüß geräuchert BIO S. 4 ✅ 2024-01-09
- [x] 1 x Raclette Gewürz BIO S. 28 ✅ 2024-01-09
- [x] 1 x Magic Dust BBQ Rub BIO S. 29 ✅ 2024-01-09
- [x] 1 x Griechischer Wild Majoran S. 3 ✅ 2024-01-09
---
- [x] 20 x Lodner Chili con Carne S. 26 ✅ 2023-12-28
- [x] 10 x Lodner Gulaschsuppe S. 9 ✅ 2023-12-28
- [x] 10 x Lodner Sauerbraten S. 10 ✅ 2023-12-28
---
- [x] 15 x Geschmackswelten Kaffee Crema 500 ✅ 2023-12-21
- [x] 15 x Geschmackswelten Kaffee Crema 250 ✅ 2023-12-21
---
- [x] 12 x Böhm Oregano S. 45 ✅ 2023-12-14
- [x] 12 x Böhm Thymian S. 20 ✅ 2023-12-14
- [x] 12 x Böhm Dill S. 14 ✅ 2023-12-14
- [x] 12 x Böhm Ras el Hanout S. 73 ✅ 2023-12-14
- [x] 12 x Böhm Paprika edelsüß Ungarn S. 47 ✅ 2023-12-14
- [x] 12 x Böhm Zimt Ceylon gemahlen S. 65 ✅ 2023-12-14
- [x] 12 x Böhm Bratkartofel Gewürz S. 1 ✅ 2023-12-14
- [x] 12 x Böhm Koriander ganz S. 30 ✅ 2023-12-14
- [x] 12 x Böhm Koriander gemahlen S. 31 ✅ 2023-12-14
- [x] 12 x Böhm Knoblauch S. 28 ✅ 2023-12-14
- [x] 12 x Böhm Chili geschrotet scharf S. 12 ✅ 2023-12-14
- [x] 12 x Böhm Roter Curry S. 53 ✅ 2023-12-14
- [x] 12 x Böhm Weißer Pfeffer gemahlen S. 64 ✅ 2023-12-14
- [x] 12 x Böhm Paprika scharf S. 72 ✅ 2023-12-14
- [x] 12 x Böhm Chiliflocken S. 13 ✅ 2023-12-14
- [x] 12 x Böhm Cayenne Pfeffer S. 10 ✅ 2023-12-14
- [x] 12 x Böhm Lorbeerblätter S. 43 ✅ 2023-12-14
- [x] 12 x Böhm Kräuter der Provence S. 33 ✅ 2023-12-14
- [x] 12 x Böhm Sesam weiß S. 61 ✅ 2023-12-14
- [x] 12 x Böhm Goldene Milch S. 21 ✅ 2023-12-14
- [x] 12 x Böhm Rosa Pfeffer ganz S. 51 ✅ 2023-12-14
- [x] 24 x Böhm Kreuzkümmel gemahlen S. 37 ✅ 2023-12-14
- [x] 24 x Böhm Zitronen Pfeffer S. 66 ✅ 2023-12-14
- [x] 24 x Böhm Kurkuma S. 39 ✅ 2023-12-14
- [x] 24 x Böhm Oriental Curry S. 46 ✅ 2023-12-14
- [x] 6 x Böhm Vanillepulver S. 10 ✅ 2023-12-14
- [x] 6 x Böhm Muskatnuss gemahlen S. 4 ✅ 2023-12-14
- [x] 6 x Böhm Nelke S. 3 ✅ 2023-12-14
- [x] 6 x Böhm Habanero S. 6 ✅ 2023-12-14
- [x] 3 x Böhm Zimtstangen Casia S. 8 ✅ 2023-12-14
- [x] 3 x Böhm Schwarzer Tellicherry S. 5 ✅ 2023-12-14
- [x] 9 x Böhm Bunter Pfeffer S. 2 ✅ 2023-12-14
- [x] 12 x Böhm Schwarzer Bergpfeffer ganz S. 4 ✅ 2023-12-14
- [x] 3 x Böhm Vanillestange Tahiti S. 2 ✅ 2023-12-14
---
- [x] 10 x Lodner Rinderrouladen S. 27 ✅ 2023-12-14
- [x] 10 x Lodner Rindergulasch S. 8 ✅ 2023-12-14
- [x] 10 x Lodner Rinderbolognese S. 13 ✅ 2023-12-14
---
- [x] 52 x Heidel Röhre Siegel ✅ 2023-11-27
- [x] 68 x Heidel Siegel ✅ 2023-11-27
- [x] 6 x Böhm Vanillepulver S. 10 ✅ 2023-11-28
- [x] 6 x Heidel Röhre Siegel ✅ 2023-11-29
- [x] 25 x Rungis Curry Potter ✅ 2023-12-06
- [x] 25 x Rungis Pfeffer Nr. 2 ✅ 2023-12-06
- [x] 96 Käfer Salz Grob ✅ 2023-12-11
---
---
- 1000 x Käfer Kürbis Ingwer Suppe (456 + 411 + 45 + 55 + 44) = 1011
- 1000 x Käfer Rote Thai Suppe S. 16 (456 + 457 + 7 + 98) = 1018
- 156 x Käfer Festtagssuppe S. 4
- 210 x Käfer Gulasch S. 1
- 247 x Hummersuppe S. 10
- 258 x Gulaschsuppe S. 13
- 43 x Käfer Hummersuppe
- 8 x EIG Hummersuppe
- 20 x La Crema Kaffe Tüte
- 20 x Filterkaffe Dose
- 400 x Käfer Rote Thai Suppe
- 170 x Käfer Blaukraut
- 15 x PK Boden Bratkartoffeln
- 35 x Lodner Mango Cocos
- 27 x Lodner Exotic Schoko
- 12 x Linsensuppe
- 13 x Boulabase
- 58 x Lodner Leber Paste Getrüffelt
- 17 x Rindergulasch
- 23 x Rinderrouladen
- 377 x Käfer Sauce Bolognese
- 187 x Käfer Bouiabase
- 271 x Linsensuppe
- 197 x Käfer Thai Curry 71 + 126
- 26 x Lodner Cassis
- 6 x Lodner Brand Mix
- 5 x Lodner Gebrannte Pistazienkerne
- 39 x Käfer Bouillabaissefond
- 155 x Käfer Sauce Bolognese
- 600 x Käfer Kartoffelsuppe 449 + 57 + 94
- 10 x Käfer Kartoffelsuppe
- 522 x Käfer Tomatensuppe 354 + 168
- 170 x Käfer Blaukraut
- 427 x Käfer Gulaschsuppe 92 + 165 + 43 + 127
- 200 x Käfer Doppelte Kraftbrühe 123 + 77
- 10 x Lodner Tomatensuppe
- 350 x Käfer Rindergulasch
- 88 x Käfer Gulaschsuppe 18 + 10 + 60
- 190 x Käfer Doppelte Kraftbrühe
- 47 x Käfer Ramen Fond
- 210 x Käfer BIO BBQ Gewürz Siegel
- 560 x Käfer BIO BBQ Gewürz Mantel (102 + 453)
- 200 x Käfer Doppelte Kraftbrühe (150)
- 194 x Käfer Rinder Gulasch
- 200 x Käfer Ramen Fond
- 170 x Käfer Blaukraut (31 + 139)
- 475 x Käfer Rinder Bolognese (300 + 16 + 159)
- 31 x Käfer Ramen Fond
- 260 x Käfer Linsensuppe
- 227 x Käfer Tom Kha Gai (3 + 223)
- 200 x Käfer Rinderrouladen (105 + 95)
- 292 x Käfer Puten Thai Curry (37 + 255)
- 156 x Käfer Festtagssuppe
- 145 x Käfer Hummersuppe (10 + 134)
- 112 x Käfer Karottensuppe (65 + 7 + 40)
- 249 x Käfer Blaukraut
- 290 x Käfer Kartoffelsuppe (41 + 65 + 184)
- 128 x Käfer Hummersuppe (120 + 6)
- 514 x Käfer Rinder Bolognese (440 + 11 + 63)
- 12 x Käfer Rinder Bolognese
- 12 x Käfer Kartoffelsuppe
- 126 x Käfer Hummersuppe
- 300 x Lodner Curry Wurst
- 300 x Lodner Curry Wurst
- 200 x Käfer Salz Frein
- 200 x Käfer Salz Grob
- 190 x Käfer Doppelte Kraftbrühe S. 3
- 250 x Käfer Tomatensuppe S. 19 (35 + 23 + 192)
- 360 x Käfer Kartoffelsuppe S. 23
- 150 x Käfer Karotte Ingwer Suppe S. 25 (58 + 16 + 76)
- 200 x Käfer Sauerkraut S. 5
- 66 x Käfer Karottensuppe (24 + 42)
- 240 x Käfer Chili con Carne S. 12
- 31 x Käfer Tomatensuppe S. 19
- 20 x Käfer Sauerkraut
- 120 x Käfer Fischfond
- 300 x Käfer Bolognese (12 + 287)
- 150 x Käfer Geflügelfond
- 200 x Käfer Gulaschsuppe (28 + 172)
- 9 x Käfer Fischfond
- 12 x Käfer Geflügelfond
- 3 x Käfer Fischfond
- 200 x Käfer Gulasch
- 3 x Käfer Gulaschsuppe
- 42 x Käfer Gulasch
- 40 x Käfer Kokosblüten Zucker
- 40 x Käfer Puder Rohrohrzucker
- 40 x Käfer Rohrohrzucker
- 40 x Käfer Kristallsalz grob
- 40 x Käfer Kristallsalz fein
- 10 x Lodner Linsenbolognese 1
- 12 x Lodner Gulasch 7
- 10 x Lodner Kraftbrühe 17
- 10 x Lodner Linsensuppe 31
- 160 x Käfer Kristallsalz grob
- 160 x Käfer Kristallsalz fein
---
- 100 x Lodner Curry Wurst
- 125 x Käfer Festtagssuppe (25 + 100)
- 125 x Käfer Sauerkraut mit Speck 5
- 125 x Käfer Linsensuppe 26 (70 + 18 + 37)
- 125 x Käfer Sauce Bolognese 2 (80 + 45)
- 100 x Lodner Curry Wurst
- 102 x Käfer Kartoffelsuppe 22
- 50 x Käfer Demi Glace 6
- 35 x Käfer Festtagssuppe (25 + 100)
- 45 x Käfer Demi Glace 6
- 156 x Käfer Doppelte Kraftbrühe 3
- 118 x Käfer Tom Kha Gai 17 (38 + 15 + 65)
- 164 x Käfer Rotes Thai Curry 18
- 150 x Käfer Rindersauerbraten 7
- 54 x Käfer Kartoffelsuppe 22
- 125 x Käfer Rinderrouladen 11 (25 + 100)
- 520 x Käfer Kürbis Ingwer Suppe 20 (280 + 15 + 225)
- 27 x Käfer Linsensuppe
- 56 x Käfer Sauerkraut mit Speck
- 70 x Käfer Sauce Bolognese 2 (80 + 45)
- 29 x Käfer Rinderrouladen 11
- 13 x Käfer Rindersauerbraten 7
- 12 x Käfer Kürbis Ingwer Suppe 20
- 79 x Käfer Kartoffelsuppe
- 105 x Käfer Sauce Bolognese
---
- 16 x So Guat Chisamen Pudding S1
- 30 x So Guat Zwiebel Curry Suppe S 10
- 25 x So Guat Sauerbraten S 17
- 7 x So Guat Schweinebraten S 16
- 24 x So Guat Kraftbrühe S 1
- 24 x So Guat Rinder Gulasch S 2
- 24 x So Guat Kartoffel Lauch Suppe S 4
- 24 x So Guat Tomaten Creme Suppe S 5
- 24 x So Guat Tomatensauce Vegan S 6
- 24 x So Guat Kübris Ingwer S 8
- 24 x So Guat Karotte Ingwer S 9
- 24 x So Guat Linsensuppe S 11
- 24 x So Guat Rinder Bolognese S 12
- 24 x So Guat Reh Bolognese S 13
- 24 x So Guat Curry Wurst S 15
- 35 x So Guat Linsen Bolognese S 14
- 17 x So Guat Rinderrouladen S 18
- 18 x So Guat Sauerkraut S 20
- 15 x So Guat Blaukraut S 21
- 25 x So Guat Gulaschsuppe S 3
- 12 x So Guat Hafer Poridge S 2
- 20 x So Guat Cassis S 6
- 19 x So Guat Kirbs Birne S 5
- 19 x So Guat Mango Cocos S 3
- 19 x So Guat Exotic Kako S 4
- 26 x So Guat Reh Ragout S 19
- 15 x So Guat Zwiebel Curry Suppe S 10
- 10 x Lodner Gulaschsuppe 8
- 10 x Lodner Currywurst 15
- 9 x Lodner Schweinebraten 14
- 9 x Lodner Rehbolognese 13
---
- 209 x Käfer Chili con Carne S. 12
- 60 x Käfer Karotte Ingwersuppe S. 27 (36 + 24)
- 204 x Käfer Bouillabaissefond S. 16
- 128 x Käfer Schweinebraten S. 19
- 179 x Käfer Rindergulasch S. 1 (2 + 177)
- 52 x Käfer Karotte Ingwersuppe S. 27
- 52 x Käfer Karotte Ingwersuppe S. 27
- 142 x Käfer Entensauce S. 14 (5 + 137)
- 145 x Käfer Burgunderbraten S. 20
- 100 x Käfer Coq au Vin S. 21
- 262 x Käfer Gulaschsuppe S. 13 (21 + 241)
- 128 x Käfer Gemüse Curry S. 31
---
- 425 x Käfer Blaukraut MHD: 12.02.2023
- 775 x Käfer Tomatensuppe MHD: 01.03.2023
- 20 x Lodner Rinder Bolognese
- 20 x Lodner Rinderrouladen
- 20 x Lodner Rindersauerbraten
- 20 x Lodner Bouillabaissefond
- 20 x Lodner Kartoffelsuppe
- 4 x Lodner Karotte Ingwer
- 44 x Käfer Blaukraut
- 600 x Käfer Rinder Bolo MHD: 01.03.2023 (80 + 9? + ?)
---
- 20 x Lodner Linsenbolognese S. 1
- 20 x Lodner Rinder Bolognese S. 12
- 20 x Lodner Rinderrouladen S. 26
- 20 x Lodner Linsensuppe S. 31
- 20 x Lodner Gulaschsuppe S. 8
- 20 x Lodner Currywurst S. 15
- 20 x Lodner Chili con Carne S. 25
- 50 x Martin Tischreiniger
---
- 10 x Lodner Maestro Mandeln
- 4 x Lodner Gebrannte Pistazienkerne
- 6 x Lodner Gebrannte Erdnüsse
- 6 x Lodner Gebrannte Cashewkerne
- 5 x Lodner Gebrannte Walnüsse
- 6 x Lodner Berliner Curry Nuss
- 10 x Lodner Crusta Erdnuss Mix
- 10 x Lodner Cashew Raz el Hanout
- 2 x Lodner Eierlikör "Alt"
- 9 x Lodner Eierlikör Anpassen Tonkabohne statt Zimt
- 10 x Lodner Roter Glühwein
- 12 x Lodner Feuerzangenbowle
- 8 x Lodner Weißer Glühwein Anpassen Vodka statt Rum
- 25 x Lodner Gulaschsuppe
- 10 x Lodner Blaukraut
- 11 x Lodner Chili con Carne
- 14 x Lodner Kraftbrühe
- 24 x Lodner Gulasch
- 19 x Lodner Käsespätzle 340g
- 6 x Pfefferkontor Boden Paprika
---
- 6 x So Guat Rinderrouladen S. 18
- 7 x So Guat Zwiebelsuppe S. 10
- 17 x So Guat Karottensuppe S. 9
- 17 x So Guat Currywurst S. 15
- 17 x So Guat Kartoffelsuppe S. 4
- 17 x So Guat Gulaschsuppe S. 3
- 17 x So Guat Sauerbraten S. 17
- 32 x So Guat Rinderbolognese S. 12
- 32 x So Guat Gulasch S. 2
- 26 x So Guat Kürbis Kokos Suppe S. 7
- 17 x So Guat Chili con Carne S. 24
---
- 21 x Pfefferkontor Roter Paprika - BIO scharf geräuchert - Normale Dose
- 6 x Pfefferkontor Roter Paprika - BIO scharf geräuchert - Große Dose
- 6 x Lodner Rinderrouladen S. 26
- 3 x Lodner Linsenbolognese S. 1
- 14 x Lodner Karotten Ingwersuppe S. 22
- 12 x Lodner Curry-Zwiebelsuppe S. 3
- 6 x Lodner Kürbis-Kokos S. 10
- 6 x Lodner Kartoffelsuppe S. 2
- 10 x Lodner Reh Ragout S. 27
- 10 x Lodner Demi Glace S. 32
---
- 25 x So Guat Currywurst S. 15
- 15 x So Guat Currysauce S. 16
- 15 x So Guat Reh Ragout S. 20
- 10 x So Guat Sauerkraut S. 21
---
- 12 x Lodner Laugen/Brezen Knödel Groß S. 33
- 4 x Lodner Chiasamen Pudding S. 8
- 6 x Lodner Kokos Porridge S. 9
- 6 x Lodner Panna Cotta S. 7
- 6 x Lodner Creme Caramel S. 6
- 6 x Lodner Schoko Pudding S. 11
- 2 x Lodner Laugen/Brezen Knödel klein S. 12
- 24 x TT-Xpert Pro Seal
- 11 x Lodner Dose BIO Kaffee Crema
- 11 x Lodner Dose BIO Filterkaffee
- 11 x Lodner Dose BIO Espresso
- 10 x Lodner Tüte BIO Kaffee Crema
- 10 x Lodner Tüte BIO Espreso
---
- 10 x Lodner Piemonteser Nüsse S. 8
---
- 32 x Käfer rosa Kristallsalz grob Rückseite
- 9 x Crazy Snack
---
- 336 x Salz Mühlen
- 1 x Pfefferkontor Boden S. 5,7,8,9,10,11,13,15
- Buffet Schilder S. 10, 11
- 30 x Lodner Test Tüte Cafe de Paris BIO
- 44 x Lodner Test Tüte Bruschetta BIO
- 378 x Käfer kleines Glas Salz Siegel (251 + 125)
- 1007 x Käfer kleines Glas Salz Mantel (556 + 443 + 2+ 5)
---
- 75 x Pfefferkontor Musterbeutel Magic Dust
- 75 x Pfefferkontor Musterbeutel Hot Piment
- 10 x Lodner Rindergulasch S. 7
- 10 x Lodner Linsensuppe S. 31
- 10 x Lodner Linsenbolognese S. 1
- 10 x Lodner Kartoffelsuppe S. 2
- 10 x Lodner Sauerkraut S. 4
- 5 x Lodner Curry-Zwiebelsuppe S. 3
- 7 x Lodner Rinder Rouladen S. 26
- 7 x Lodner Gulaschsuppe S. 8
---
- 6 x So Guat Chiasamen S. 1
- 16 x So Guat Hafer Porigde S. 2
- 21 x So Guat Currywurst S. 15
- 21 x So Guat Linsenbolognese S. 14
- 11 x So Guat Rinderrouladen S. 19
- 11 x So Guat Reh Ragout S. 20
- 11 x So Guat Linsensuppe S. 11
- 16 x So Guat Sauerbraten S. 18
- 16 x So Guat Gulaschsuppe S. 3
- 13 x So Guat Rehbolognese S. 13
- 26 x So Guat Mango Fruchtaufstrich 150g S. 1
- 26 x So Guat Exotische Fruchtaufstrich 150g S. 2
- 100 x Käfer Kristallsalz grob 500g Rückseite DTN
---
- 3 x So Guat Reh Ragout S. 20
- 3 x So Guat Rehbolognese S. 13
- 3 x So Guat Gulaschsuppe S. 3
- 20 x So Guat Gulasch S. 2
- 20 x So Guat Schweinebraten S. 17
---
- 15 x So Guat Rindergulasch S. 2
- 10 x So Guat Schweinebraten S. 17
- 15 x So Guat Chili con Carne S. 25
- 10 x So Guat Tomatencremesuppe S. 5
- 7 x So Guat Rehbolognese S. 13
- 18 x So Guat Reh Ragout S. 20
- 12 x So Guat Gulaschsuppe S. 3
- 24 x So Guat Rinderbolognese S. 12
---
- 6 x Lodner Panna Cotta S. 7
- 6 x Lodner Schokopudding Alpaco S. 13
- 6 x Lodner Schokopudding Caramelia S. 14
- 6 x Lodner Schokopudding Ivoire S. 15
- 6 x Lodner Schokopudding Inspiration Erdbeer S. 16
- 30 x Lodner Espresso Tüte
---
- 6 x So Guat Stück Cocos Kürbissuppe S. 7
- 6 x So Guat Stück Rehbolognese S. 13
- 9 x So Guat Stück Gulasch S. 2
- 6 x So Guat Stück Bolognese S. 12
- 10 x Lodner Eierlikör S. 4
- 10 x Lodner Limoncello S. 6
- 10 x Lodner Café Creme Tüte 500g
- 10 x Lodner Espresso Tüte 500g
- 5 x Lodner Rehragout S. 27
- 5 x Lodner Kraftbrühe S. 17
- 9 x Lodner Tomatensoße S. 18
- 3 x Lodner Rindergulasch S. 7
- 11 x Lodner Rinderrouladen S. 26
- 11 x Lodner Gulaschsuppe S. 8
- 13 x Lodner Linsenbolo S. 1
- 13 x Lodner Kartoffel-Lauchsuppe S. 2
- 10 x Lodner Karotte Ingwer S. 22
- 10 x Lodner Rehbolo S. 13
- 10 x Lodner Rinderbolo S. 12
- 10 x Lodner Sauerbraten S. 4
- 2 x Flower Power L: AA6 MHD: 30.06.2026 S. 7
- 5 x Kräuter der Provenve L: BOO, MHD: 30.06.2026 S. 19
- 12 x Feuerwerk 2 L: AA5, MHD: 30.06.2026 S. 20
- 3 x Feuerwerk 1 L: AA4, MHD: 30.06.2026 S. 21
- 1 x Kreukümmel ganz L: 7Q0, MHD: 30.06.2026 S. 22
- 1 x Englischer Curry L: 9TM, MHD: 30.06.2026 S. 23
- 29 x Wild BBQ Rub L: AA8, MHD: 30.06.2026 S. 17
- 32 x Carebben BBQ Rub L: 9TP, MHD: 30.06.2026 S. 16
- 28 x Bratkartoffel L: AGW, MHD: 30.06.2026 S. 9
- 34 x Hot BBQ Piment Rub L: 9SV, MHD: 30.06.2026 S. 18
---
- 106 x Käfer Kristallsalz grob DTN
---
- [x] 10 x Geschmackswelten Tüten Aufkleber groß
- [x] 10 x Geschmackswelten Tüten Aufkleber mittel
- [x] 10 x Geschmackswelten Tüten Aufkleber klein
- [x] 100 x Hotel Zimmer Karten
- [x] 10x So Guat Tomatencreme Suppe S. 5
- [x] 12 x So Guat Linsensuppe S. 11
- [x] 12x So Guat Karotten Ingwer Suppe S. 9
- [x] 12 x So Guat Cocos Kürbis Suppe S. 7
- [x] 27x So Guat Rehragout S. 20
- [x] 27x So Guat Sauerbraten S. 18
- [x] 52x So Guat Gulasch S. 2
- [x] 52x So Guat Rinder Bolognese S. 12
- [x] 32x So Guat Rehbolognese S. 13
- [x] 32x So Guat Linsenbolognese S. 14
- [x] 32 x So Guat Gulaschsuppe S. 3
---
- [x] 100 x Schlüsselkarten ✅ 2023-09-13
- [x] 900 x Hilscher Siegel ✅ 2023-09-13
- [x] 5225 x Böhm Sigel 340 gedruckt ✅ 2023-09-13
- [x] 12 x Vanille Pulver S. 10 ✅ 2023-09-23
- [x] 12 x Macis Muskatblüte gemahlen BIO S. 7 ✅ 2023-09-23
- [x] 12 x Vojvodina scharft S. 80 ✅ 2023-09-23
- [x] 12 x Kreuzkümmel S. 37 ✅ 2023-09-23
- [x] 12 x Oregano S. 46 ✅ 2023-09-23
- [x] 12 x Salbei geschnitten BIO S.56 ✅ 2023-09-23
- [x] 12 x Anis Bio S. ??? Fehlt ✅ 2023-09-23
- [x] 12 x Kümmel ganz BIO S. 39 ✅ 2023-09-23
- [x] 12 x Schwarzer Pfeffer gemahlen BIO S. 58 ✅ 2023-09-23
- [x] 12 x Sellerie Salz BIO S. 60 ✅ 2023-09-23
- [x] 12 x Rauchsalz S. 82 ✅ 2023-09-23
- [x] 12 x Zitronen Pfeffer BIO S. 73 ✅ 2023-09-23
- [x] 12 x Ital. Kräuter BIO S. 26 ✅ 2023-09-23
- [x] 12 x Fisch Kräutersalz BIO S. 19 ✅ 2023-09-23
- [x] 12 x Englischer Curry BIO S. 16 ✅ 2023-09-23
- [x] 12 x Roter Curry BIO S. 54 ✅ 2023-09-23
- [x] 12 x Fenchel BIO S. 18 ✅ 2023-09-23
- [x] 12 x Bohnenkraut S. 8 ✅ 2023-09-23
- [x] 12 x Estragon BIO S. 17 ✅ 2023-09-23
- [x] 12 x Majoran BIO S. 45 ✅ 2023-09-23
- [x] 12 x Anissamen ganz BIO S. 9 ✅ 2023-09-23
- [x] 6 x Wild und Sauerbraten BIO S. 1 ✅ 2023-09-23
- [x] 12 x Schwarzer Tellicherry ganz BIO S. 5 ✅ 2023-09-23
---
- [x] 100 x Wildkräutersalz fein BIO ✅ 2023-09-24
- [x] 100 x Brathänchen Gewürz BIO ✅ 2023-09-24
- [x] 100 x Gänse & Entengewürz BIO ✅ 2023-09-24
- [x] 100 x Wild Gewürzmischung BIO ✅ 2023-09-24
- [x] 24 x Brathänchen BIO S. 1 ✅ 2023-09-24
- [x] 24 x Ente und Gans BIO S. 2 ✅ 2023-09-24
- [x] 12 x Gewürzkräutersalz BIO S. 3 ✅ 2023-09-24
- [x] 12 x Inka Fleisch Gewürz BIO S. 4 ✅ 2023-09-24
- [x] 12 x Jaipur BIO S. 5 ✅ 2023-09-24
- [x] 24 x Keltische Salzflocken BIO S. 6 ✅ 2023-09-24
- [x] 12 x Lamm BIO S. 7 ✅ 2023-09-24
- [x] 12 x Paprika edelsüß BIO S. 8 ✅ 2023-09-24
- [x] 12 x Pfeffertraum 1 S. 9 ✅ 2023-09-24
- [x] 24 x Pommessalz BIO S. 10 ✅ 2023-09-24
- [x] 12 x Raclett Gewürz BIO S. 11 ✅ 2023-09-24
- [x] 24 x Wildkräutersalz BIO S. 12 ✅ 2023-09-24
- [x] 24 x Wild Rub BIO S. 13 ✅ 2023-09-24
- [x] 24 x Wildgewürz BIO S. 14 ✅ 2023-09-24
- [x] 12 x Inka Fleisch Gewürz BIO S. 1 ✅ 2023-09-24
- [x] 12 x Jaipur BIO S. 2 ✅ 2023-09-24
- [x] 12 x Lamm BIO S. 3 ✅ 2023-09-24
- [x] 12 x Paprika edelsüß BIO S. 4 ✅ 2023-09-24
- [x] 12 x Pfeffertraum 1 S. 5 ✅ 2023-09-24
- [x] 24 x Wildkräutersalz BIO S. 6 ✅ 2023-09-24
- [x] 24 x Wild Rub BIO S. 7 ✅ 2023-09-24
- [x] 24 x Wild Gewürz S. 8 ✅ 2023-09-24
- [x] 13 x 300 x 130 Jahr Aufkleber ✅ 2023-09-24
---
- [x] 4 x Chili con Carne S. 25 ✅ 2023-09-26
- [x] 8 x Rindergulasch S. 7 ✅ 2023-09-26
- [x] 9 x Rinderrouladen S. 26 ✅ 2023-09-26
- [x] 6 x Rinderbolognese S. 12 ✅ 2023-09-26
- [x] 5 x Rehbolognese S. 13 ✅ 2023-09-26
- [x] 10 x Sauerbraten S. 9 ✅ 2023-09-26
- [x] 5 x Tom Kha Gai S. 6 ✅ 2023-09-26
- [x] 4 x Gulaschsuppe S. 8 ✅ 2023-09-26
- [x] 10 x Karotte Ingwer S. 22 ✅ 2023-09-26
- [x] 10 x Schweinebraten S. 14 ✅ 2023-09-26
- [x] 6 x Rungis Pfeffercuvée S. 6 ✅ 2023-09-26
---
- [x] 18 x Käfer Siegel ✅ 2023-09-30
- [x] 50 x Käfer Puder Rohrohrzucker ✅ 2023-10-04
- [x] 12 x Böhm Basilikum BIO EPN S. 4 ✅ 2023-10-13
- [x] 12 x Böhm Rosmarin BIO EPP S. 52 ✅ 2023-10-13
- [x] 12 x Böhm Thymian BIO EPQ S. 62 ✅ 2023-10-13
- [x] 12 x Böhm Knoblauch BIO EPR S.28 ✅ 2023-10-13
- [x] 12 x Böhm Kreuzkümmel gemahlen BIO EPS S. 37 ✅ 2023-10-13
- [x] 12 x Böhm Sesam schwarz BIO EPT S. 60 ✅ 2023-10-13
- [x] 12 x Böhm Kurkuma gemahlen BIO EPU S. 39 ✅ 2023-10-13
- [x] 12 x Böhm Zimt Ceylon gemahlen BIO EPV S. 65 ✅ 2023-10-13
- [x] 12 x Böhm Chili geschrotet scharf BIO EPW S.12 ✅ 2023-10-13
- [x] 12 x Böhm Chili Flocken BIO EPX S. 13 ✅ 2023-10-13
- [x] 12 x Böhm Paprika edelsüß Ungarn BIO EPZ S. 47 ✅ 2023-10-13
- [x] 12 x Böhm Oriental Curry BIO EQ0 S. 46 ✅ 2023-10-13
- [x] 12 x Böhm Brathähnchen Gewürz BIO EQ1 S. 68 ✅ 2023-10-13
- [x] 12 x Böhm schwarzer Pfeffer gemahlen BIO EQ2 S. 56 ✅ 2023-10-13
- [x] 12 x Böhm Goldene Milch BIO EQ3 S. 21 ✅ 2023-10-13
- [x] 12 x Böhm Paprika scharf Vojvodina EQ4 S. 72 ✅ 2023-10-13
- [x] 6 -> 12 x Böhm Schwarzer Bergpfeffer BIO EPY S. 4 ✅ 2023-10-13
- [x] 3 -> 6 x Böhm Zimtstangen Ceylon BIO EQ5 S. 9 ✅ 2023-10-13
- [x] 300 x 130 Jahr Siegel ✅ 2023-10-13
- [x] 12 x Fürbass Lamm Gewürz BIO EQ7 S. 7 ✅ 2023-10-13
- [x] 12 x Fürbass Schweinebraten Gewürz BIO EQ8 S. 15 ✅ 2023-10-13
- [x] 6 -> 12 x Fürbass Schweinebraten BIO EQ9 S. 9 ✅ 2023-10-13
- [x] 50 -> 100 x Fürbass Schweinebraten Gewürz BIO EQA S. 5 ✅ 2023-10-13
- [x] 50 -> 100 x Fürbass Lammgewürz BIO EQ8 S. 6 ✅ 2023-10-13
---
- [x] 30 x Käfer Kristalsalz fein Beutel ✅ 2023-10-18
---
- [x] 6 x Böhm Bergpfeffer schwarz BIO EQ6 S.? ✅ 2023-10-15
- [x] 10 x Käfer rosa Kristallsalz grob DTN ✅ 2023-10-27
- [x] 40 x Käfer Rohrohrzucker ET3 MHD: 30.09.2026 ✅ 2023-10-31
- [x] 80 x Nelson Müller Siegel ✅ 2023-10-31
- [x] 10 x Nelson Müller Mantel (Ohne S. 7, 8, 16) ✅ 2023-10-31
- [x] 10 x Nelson Müller Mantel S. 7, 8, 16 ✅ 2023-10-31
- [x] 10 x Käfer Kokosblütenzucker BIO ✅ 2023-11-03
- [x] 30 x Käfer Rohrohrzucker BIO ✅ 2023-11-03
- [x] 40 x Käfer Rohrohr Puderzucker BIO ✅ 2023-11-03
- [x] 20 x Käfer Rosa Kristallsalz grob ✅ 2023-11-03
---
- [x] 5 x Pfefferkontor Goldene Ingwer Milch S. 25 ✅ 2023-11-17
- [x] 1 x Pfefferkontor Paprika edelsüß geräuchert 85 S. 4 ✅ 2023-11-17
- [x] 1 x Pfefferkontor Zatar 8YW S. 2 ✅ 2023-11-17
- [x] 1 x Pfefferkontor Short BBQ Schwein 9QH S. 8 ✅ 2023-11-17
- [x] 1 x Pfefferkontor Feuerwerk 2 AA5 S. 21 ✅ 2023-11-17
- [x] 12 x Fürbass Gänse & Entengewürz BIO S. 2 ✅ 2023-11-17
- [x] 12 x Fürbass Wildgewürz BIO S. 14 ✅ 2023-11-17
- [x] 12 x Fürbass Inka Fleisch Gewürz BIO S. 4 ✅ 2023-11-17
- [x] 50 x Fürbass Wild Gewürz BIO Muster S. 4 ✅ 2023-11-17
- [x] 50 x Fürbass Gänse & Entengewürz Muster S. 3 ✅ 2023-11-17
- [x] 6 x Böhm Cardamom S. 5 ✅ 2023-11-17
- [x] 6 x Böhm Macis gemahlen S. 7 ✅ 2023-11-17
- [x] 6 x Böhm Zitronenschale gemahlen S. 8 ✅ 2023-11-17
- [x] 6 x Böhm Nelken S. 3 ✅ 2023-11-17
- [x] 12 x Böhm Kümmel ganz S. 38 ✅ 2023-11-17
- [x] 12 x Böhm Kurkuma gemahlen S. 39 ✅ 2023-11-17
- [x] 12 x Böhm Zimt gemahlen S. 65 ✅ 2023-11-17
- [x] 12 x Böhm Cyenne Pfeffer S. 10 ✅ 2023-11-17
- [x] 12 x Böhm Lebkuchen S. 41 ✅ 2023-11-17
- [x] 12 x Böhm Garam Masala S. 19 ✅ 2023-11-17
- [x] 12 x Böhm Cafe de Paris S. 9 ✅ 2023-11-17
- [x] 12 x Böhm Gulasch Gewürz S. 22 ✅ 2023-11-17
- [x] 12 x Böhm Grüne Soße S. 70 ✅ 2023-11-17
- [x] 12 x Böhm Paprika edelsüß S. 71 ✅ 2023-11-17
- [x] 12 x Böhm Tomatenwürzer S. 63 ✅ 2023-11-17
- [x] 9 x Böhm Schwarzer Bergpeffer ganz S. 4 ✅ 2023-11-17
- [x] 6 x Böhm Lorbeerblätter S. 3 ✅ 2023-11-17
- [x] 6 x Böhm Wacholderbeeren S. 6 ✅ 2023-11-17
- [x] 6 x Böhm Wild- und Sauerbraten Gewürz S. 1 ✅ 2023-11-17
- [x] 80 x Käfer Kristalsalz grob Vorderseite ✅ 2023-11-20
- [x] 80 x Käfer Kristalsalz fein Vorderseite ✅ 2023-11-20
- [x] 80 x Käfer Kristalsalz grob Rückseite ✅ 2023-11-20
- [x] 80 x Käfer Kristalsalz fein Rückseite ✅ 2023-11-20
- [x] 6 x Böhm Ceylon Zimt S. 9 ✅ 2023-11-24
- [x] 6 x Böhm weißer Bergpfeffer ganz S. 7 ✅ 2023-11-24
- [x] 6 x Böhm Schwarzer Teellicherry Pfeffer S. 5 ✅ 2023-11-24
- [x] 12 x Böhm Salat Gewürz S. 54 ✅ 2023-11-24
- [x] 12 x Böhm Englischer Curry S. 15 ✅ 2023-11-24
- [x] 12 x Böhm Kräuter Pfeffer S. 34 ✅ 2023-11-24
- [x] 12 x Böhm Knoblauch fein S. 28 ✅ 2023-11-24
- [x] 6 x Böhm Muskatnuss ganz S. 1 ✅ 2023-11-24
- [x] 3 x Böhm Vanillestange Tahiti S. 2 ✅ 2023-11-24
- [x] 6 x Böhm Vanillestange Madagaskar S. 1 ✅ 2023-11-24
- [x] 3 x Böhm Gewürzmühle Bergpfeffer S. 1 ✅ 2023-11-24
- [x] 1 x Muster Etikett S. 7 ✅ 2023-11-24
- [x] 4 x Curry Potter S. 3 ✅ 2023-11-24
- [x] 5 x Pfeffercuvve S. 6 ✅ 2023-11-24
- [x] 90 x Walter Rosé ✅ 2023-11-17
- [x] 90 x Walter Grauburgunder ✅ 2023-11-20
- [x] 10 x Tom Kha Gai S. 6 ✅ 2023-11-17
- [x] 7 x Rinderrouladen S. 26 ✅ 2023-11-17
- [x] 8 x Sauerbraten S. 9 ✅ 2023-11-17
- [x] 10 x Rindergulasch S. 7 ✅ 2023-11-17
- [x] 10 x Blaukraut S. 6 ✅ 2023-11-17
- [x] 10 x Entensoße S. 28 ✅ 2023-11-17
---
@@ -0,0 +1,34 @@
## Tonner:
- C: 2
- M: 3
- Y: 3
- K: 1
- W: 2
---
## Rollen:
- Silber: 1
450 - 5
Rest: 445
- Schwarz: 17,8
- Einfach: 1,25
- Weiß einfach: 1
- Weiß Glanz: 0,75
- Braun: 12
- Folie: 0,3
- Gold: 0,9
- Butter Papier: 1
---
## Messer:
- Gelb: 30°
- Rot: 45°
- Blau: 60°
---
https://www.karley.de/primera-etiketten-polyester-transparent-c38rptg126hds-s1
https://www.karley.de/primera-etiketten-papier-matt-c38rsg126uds-s1?search=c38rsg126
https://www.karley.de/primera-etiketten-papier-glaenzend-c38rthg126hds-s1?search=c38rthg126
@@ -0,0 +1,11 @@
Einfaches Papaier Rungies: Force: 36g, Klinge: 30°
Sielber Papier: Force: 87/96g Klinge: 45°
Folie: Force: 108g
Braunes Natur Papier: Force: 93g/96g Klinge: 45°
Schwarzes Papier: Force: 90g/93g
Schwarzes Papier neu: 81g, Klinge: 30°/45°
force 30/42 für Papier
force 75/81 für Folie
force 57 für Gold
force 63 für glänzendes Papier
@@ -0,0 +1,2 @@
Dateipfad: GHL-Daten\Gewürze\Gewürze\Käfer\Etiketten Käfer 2019
+72
View File
@@ -0,0 +1,72 @@
## Lodner Geschmackswelten
### Essen im Glas Etiketten???:
- Einfaches Etikett, Mittelleicht(96-140)
- Sonderfarben = Datenabschnitt (Einschließlich Weiß) 100%
- Ausrichtung: Hochformat, 180° Drehen
### Kaffe???:
- Einfaches Etikett, Mittelleicht(96-140)
- Sonderfarben = Datenabschnitt (Einschließlich Weiß) 100%
- Ausrichtung: Querformat, (180° Drehen) eigentlich nicht mehr benötigt dank neuen Schnitt
### Flaschen:
- Einfaches Etikett
- Mittelleicht (96-140)
- Sonderfarben = Datenabschnitt (Einschließlich Weiß) 100%
- Ausrichtung: Hochformat, 180° Drehen
### Essig & Öle:
- Einfaches Etikett
- Mittel (141 - 159)
- Sonderfarben = Datenabschnitt (Einschließlich Weiß) 100%
### Schnuppergläser (PK Layout auf (Muster) auf kleinem Käfer Glas):
- Silber Papier
- Mittelschwer,
- Sonderfarben = Datenabschnitt (Ohne Weiß) 50%
- Ausrichtung: 180° Drehen
### Taschen Aufkleber
- Folie (Typ: Normal, Gewicht: Mittelleicht 96-140)
- Sonderfarbe: Datenabschnitt Ohne weiß, 100%
---
## Pfefferkontor
---
## Crazy Snack
- Folie: 25% Weiß Weiß ohne weiß
- Papier normal drucken
---
## Feinkost Käfer
### Essen im Glass:?
- Mittelschwer,
- Sonderfarben = Datenabschnitt (Ohne Weiß) 25%
- Ausrichtung: 180° Drehen
### Gewürze:
- Gewürz Säckchen - Schwarzes Papier:
- Einfaches Etikett, Mittelleicht(96-140)
- Sonderfarben = Datenabschnitt (Einschließlich Weiß)
- Ausrichtung: Hochformat, 180° Drehen
---
## Martin
### Tischreiniger & Rutschstop - Einfaches Weißes Papier:
- Einfaches Etikett
- Mittel (141 - 159)
---
## Alex BBQ:
- Einfaches Etikett, Mittelleicht(96-140)
- Sonderfarben = Datenabschnitt (Einschließlich Weiß)
---
## Fürbass
- Etikett: Weiß Glanz
- Sonderfarben: Ohne
---
## Feinkost Böhm
- Etikett: Einfaches weißes -> Nächstes mal mit weiß Glanz testen
- Sonderfarben: Ohne
---
## Nelson Müller
- Etikett: Weiß Glanz
- Mittelschwer
- Sonderfarben: Ohne
---
## Rungis
- Etikett: Einfaches weißes
- Sonderfarben: Ohne
@@ -0,0 +1,5 @@
Zeigt Prozentualller anteil der einzelnen Farben an:
gswin64 -o test3.txt -sDEVICE=ink_cov Käfer3.pdf
Zeigt die gesamt bedruckte fläche pro Frabe an:
gswin64 -o test3.txt -sDEVICE=inkcov Käfer3.pdf
+21
View File
@@ -0,0 +1,21 @@
4056 -> 20.09.2019 - 22.09.2019 -> 2190
4765 -> 06.04.2020 -> 2400
4802 -> 07.05.2020 - 16.04.2020 -> 2412
4858 -> 04.05.2020 --> 2423
4940 -> 25.05.2020 -> 2446
4974 -> 29.05.2020 - 02.06.2020 -> 2454
5058 -> 26.06.2020 -> 2474
5107 -> 08.07.2020 - 09.07.2020 --> 2486
5118 -> 10.07.2020 --> 2488
5201 -> 03.08.2020 --> 2507
5225 -> 07.08.2020 - 10.08.2020 -> 2514
5238 -> 11.08.2020 -> 2515
5308 -> 31.08.2020 -> 2532
5343 -> 07.09.2020 -> 2545
5420 -> 28.09.2020 -> 2574
5637 -> 18.11.2020 -> 2636
5677 -> 24.11.2020 -> 2643
5698 -> 26.11.2020 -> 2649
5807 -> 10.12.2020 -> 2681
5841 -> 14.12.2020 -> 2694
5895 -> 22.12.2020 -> 2715
+29
View File
@@ -0,0 +1,29 @@
- [ ] Vadouvan Art BIO
- [ ] Vanille Kokosblütenzucker BIO
- [ ] Vanille Stangen gemahlen
- [ ] Vanillestangen ganz Madagaskar BIO
- [ ] Vitamin C
- [ ] Vojvodina Bauernpaprika edelsüss BIO
- [ ] Bergpfeffer Schwarzer Tellicherry geschrotet BIO
- [ ] Galgant Peffer BIO?
- [ ] Bayrischer Weißwurstsenf Zutatenliste und Bla bla
- [ ] PK:
- [ ] Pfefferkontor Griechischer wilde Lorbeerblätter
Norma Bestand:
Petersilie:
- 949 (L003, MHD: 04/2026)
- 10900 (L006, MHD: 06/2026)
Schnittlauch:
- 1139 (L002, MHD: 04/2026)
- 3749 (L005, MHD: 06/2026)
- 6010 (L007, MHD: 08/2026)
Dill:
- 4500 (L001, MHD: 02/2026)
Koriander:
- 4950 (L003, MHD: 06/2026)
View File
+16
View File
@@ -0,0 +1,16 @@
Verpackung & Versand kosten Käfer:
- Klebenand Papier (50mm x 50m): 1,9€
- Klebenand Folie (50mm x 66m): 0,9€
- Stretchfolie (500mm x 285m): 7,8€
- Karton: (L266, B181, H96): 0,36€
- Transport Kosten: 150€
-> Karton: 0,36€ -> 0,06€ pro Glas
-> Klebenand benötigt: 458mm
- 0,46m /50m * 1,9€ -> 0,017€ -> 0,003€ pro Glas
-> Stretchfolie benötigt: Umfang Palette: 4m Runden: 20
- 95m / 285m * 7,8€ -> 2,65€ -> 0,003€ pro Glas
-> Transport: 150€ -> 0,17€
-> Gesamt pro Glas: 0,24€ Versand und Transport Kosten
@@ -0,0 +1,6 @@
1. Glänzendes weißes Papier (96-140, Glänzendes Etikett)
2. Normales weißes Papier (96-140, Normales Papier)
3. Braunes Papier (160-180, Einfaches Etikett)
4. Schwarzes Papier (141-160, Normales Papier) + 100% Weiß auf alles
5. Braunes Papier (160-180, Einfaches Etikett) + 100% Weiß auf alles
6. Gold (141-159, Glänzendes Papier) + 100% Weiß auf alles
+30
View File
@@ -0,0 +1,30 @@
# Allgemein
## Enable root ssh
```
nano /etc/ssh/sshd_config
```
Folgende Zeile entsprechend anpassen:
```
PermitRootLogin yes
```
```
systemctl restart sshd
```
---
## ZFS Pool zuweisen
```
chmod -R 777 /wd/media
pct set 105 --mp1 /wd/media,mp=/root/metube/media
pct set 108 --mp1 /wd/media,mp=/mnt/media
```
+10
View File
@@ -0,0 +1,10 @@
## Starten
```
cd /home/minecraft-vanilla
```
```
java -Xmx1024M -Xms1024M -jar server.jar nogui
```
+11
View File
@@ -0,0 +1,11 @@
# Postgresql für andere im Netz zugänglich machen
im Ordner ``PostgreSQL/16/data`` in die Datei ``pg_hba.conf`` einfügen, folgendes einfügen:
```
host all all IP/MASK scram-sha-256
```
---
+7
View File
@@ -0,0 +1,7 @@
Update server: https://github.com/techahold/rustdeskinstall
`wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/update.sh
chmod +x update.sh
./update.sh
`
+15
View File
@@ -0,0 +1,15 @@
Cron Aufgaben bearbeiten:
crontab -e
Tempstation:
@reboot sleep 20 && screen -dmS temp-station bash -c 'cd /home/temperature_station/; ./server;'
Minecraft Velocity:
@reboot sleep 30 && screen -dmS mc-velocity bash -c 'cd /home/velocity; java -jar velocity.jar;'
Minecraft Paper:
@reboot sleep 30 && screen -dmS mc-paper bash -c 'cd /home/paper; java -Xmx4G -Xms4G -jar server.jar --nogui;'
MeTube: !!!Not working!!!
@reboot sleep 30 && screen -dmS metube bash -c 'cd /metube; pipenv run python3 app/main.py;'
+63
View File
@@ -0,0 +1,63 @@
# IP's
| Geräte Name | IP | Address |
| --------------- | ------------ | ------------------------------------------------ |
| VPS | 10.7.0.1/24 | |
| StandPC | 10.7.0.2/24 | |
| MatthiasHandy | 10.7.0.3/24 | |
| MatthiasSurface | 10.7.0.4/24 | |
| ProxmoxRose | 10.7.0.5/24 | https://10.7.0.5:8006/ |
| TrueNAS | 10.7.0.6/24 | https://10.7.0.6/ui/sessions/signin |
| Shinobi | 10.7.0.7/24 | http://10.7.0.7:8080/ |
| Paperless | 10.7.0.8/24 | http://10.7.0.8:8000/ |
| MeTube | 10.7.0.9/24 | http://10.7.0.9:8081/ |
| OctoprintPI | 10.7.0.10/24 | http://10.7.0.10/login |
| Jellyfin | 10.7.0.11/24 | http://10.7.0.11:8096/web/index.html#!/home.html |
| OpenMediaVault | 10.7.0.12/24 | http://10.7.0.12/#/login |
| StirlingPDF | 10.7.0.13/24 | http://10.7.0.13:8080/ |
| Proxmox | 10.7.0.14/24 | https://10.7.0.14:8006/ |
| Minecraft | 10.7.0.15/24 | |
| Dashy | 10.7.0.16/24 | http://10.7.0.16:4000/ |
| Gitea | 10.7.0.17/24 | http://10.7.0.17:3000/ |
---
# Wireguard
## Installieren
```
apt install wireguard
wg-quick up wg0
wg show
```
## Als Service einrichten
```
systemctl enable wg-quick@wg0.service
systemctl daemon-reload
systemctl start wg-quick@wg0
systemctl status wg-quick@wg0
```
## Als Service entfernen
```
systemctl stop wg-quick@wg0
systemctl disable wg-quick@wg0.service
rm -i /etc/systemd/system/wg-quick@wg0*
systemctl daemon-reload sudo systemctl reset-failed
```
## Resolve
```
apt install openresolv
```
DNS = 8.8.8.8, 8.8.4.4
+132
View File
@@ -0,0 +1,132 @@
#include <SPI.h>
#include <SD.h>
File myFile;
void setup() {
  // Open serial communications and wait for port to open:
  Serial.begin(9600);
  Serial.print("Initializing SD card...");
  if (!SD.begin(15)) {
    Serial.println("initialization failed!");
    return;
  }
  Serial.println("initialization done.");
  // open the file. note that only one file can be open at a time,
  // so you have to close this one before opening another.
  myFile = SD.open("test.txt", FILE_WRITE);
  Serial.print("asfd");
  // if the file opened okay, write to it:
  if (myFile) {
    Serial.print("Writing to test.txt...");
    myFile.println("testing 1, 2, 3.");
    // close the file:
    myFile.close();
    Serial.println("done.");
  } else {
    // if the file didn't open, print an error:
    Serial.println("error opening test.txt");
  }
  Serial.print("asfd1");
  // re-open the file for reading:
  myFile = SD.open("test.txt");
  if (myFile) {
    Serial.println("test.txt:");
    // read from the file until there's nothing else in it:
    while (myFile.available()) {
      Serial.write("1 - ");
      Serial.write(myFile.read());
    }
    // close the file:
    myFile.close();
  } else {
    // if the file didn't open, print an error:
    Serial.println("error opening test.txt");
  }
    Serial.print("asfd2");
  pinMode(D4, INPUT);
}
void loop() {
  byte val = digitalRead(D4);
  if (val == HIGH) {
    Serial.println("Closed");
  } else {
    Serial.println("Open");
  }
  delay(500);
}
+19
View File
@@ -0,0 +1,19 @@
Maße
Taille(waist): 93 +/- 3
Hüfte(Hip): 99 113+-
Brust: 98
waist: 86/7
Bundumfang: 88
Hüfte: 104/5
Thigh: 60/61
Innenbein: ~73
Chest: 95
waist (M) -> hip(F) und größe -1
Hosen W: 33 L: 30
L: 32 etwas lang
+27
View File
@@ -0,0 +1,27 @@
# Gut
- Kismet:
- Hony
- Theo:
- Blvck Man:go
- Sebero:
- Sweet Sour
- Soft Drink
- Darkside:
- Hola
- Hey dust
-
---
# Okay
-
---
# Schlecht
-
+8
View File
@@ -0,0 +1,8 @@
## App zum prepen
App zum prep Inventar Management mit mhd. Soll und ist bestand
Übersicht nach empfohlenen Produkten
Hochrechnung für Empfohlene menge anhand Personen im Haushalt
---
@@ -0,0 +1,21 @@
- Hauptkategorien unter denen einzelne Etiketten erstellt werden können.
- Zwei Label Arten:
- Grid
- Custom
- Grid:
- Einfacher Editor für Grid Eigenschaften
- Custom:
- Aufwendiger Editor
- Textfelder
- Farbe
- Schriftgröße
- Schriftart
- Bilder
- EAN Code
- Label Content in DB speichern
- Text für Textfelder
- EAN Nummer für Barcode
- Daten der einzelnen Labels in Datenbank
- Bilder als Datei auf Server speichern
- Benutzer vor Druck nach MHD und Chargennummer fragen
@@ -0,0 +1,6 @@
- [ ] Grid Layout:
- [ ] Anhand der maximalen Zeilen Anzahl Textfelder erstellen
- [ ] In Einstellungen festlegen wie das Textfeld heißt
- [ ] Beispiel Text für Eingabe hinterlegen
- [ ] Schriftarten von PC laden?
- [ ]
@@ -0,0 +1,10 @@
- [ ] Editor für Custom Labels
- [ ] Optionales anzeigen einzelner Elemente in Abhängigkeit von Benutzer definierte Werte
- [ ] Editor für Content für Labels
- [ ] Kleines 'Inventar System'
- z.B. wie viel von Zweckform Blätter noch da sind
- [ ] Benachrichtigung per Mail und in Weboberfläche wenn Inventar unter bestimmten Wert fällt.
- [ ] Druck Historie
- [ ] Benutzer & Benutzer Verwaltung
- [ ] Bei Grid Label merken was die letzte Position war und automatisch als neue Start Position setzten.
- [ ]
@@ -0,0 +1,4 @@
Kombi 125 Stk. - 1 für Temperatur
@@ -0,0 +1,56 @@
- [ ] Beim einbuchen von Lieferungen (einzel/alle) nach Charge fragen und Server übergeben und dort verarbeiten und anwenden
- [ ] In Variante anzeigen wo diese verwendet wird
- [ ] In Variante Etiketten Ansicht und Daten
- [ ] Delete Funktionalität bei Varianten und Artikel überprüfen
- [ ] Lieferschein Nummer als Charge
- [ ] Rundungsfehler
- Schauen ob JS sowas wie Mathe.abs für vergleiche bei Produktion und Chargen hat
- [ ] Vue & Nuxt 3
- [x] Trim für Textfelder ✅ 2024-01-18
- [x] Graph für Preis Historie ✅ 2024-04-15
- [ ] Verwendung in nicht nur Produktnamen sondern auch Varianten Namen anzeigen
- [ ] Chargen Rückverfolgung überarbeiten
- [ ] Rückmeldung von Server ob Aktion erfolgreich war
- [ ] Lieferung alle Zutaten einbuchen -> Code anschauen dauert so lange?
- [ ] Bei Produktion Chargen auswahl prüfen ob Zutaten die öfters vorkommen richtig berechnet sind und ob auswahl menge stimmt.
- [ ] Felder für Produktionsbeleg und weitere Felder für Datenbank??? Schon gemacht?
- Produziert am: -> Normale Charge (ABC) intern verwenden und link MHD für extern
- [ ] Bei Produktion Chargen Auswahl bei leeren Feldern Wert auf 0 setzten und übermitteln oder auf Eingabe bestehen?
- [ ] Extra Feld für Produziert und Bestand -> Option zum späteren dazu / abbuchen der Menge
- [ ] Rezepte Vordruck auch nach Kipper aufteilen
- [ ] Artikelnummer der Lieferanten hinterlegen
- [ ] Bestelllisten nach Artikel sortieren
- [x] Verfügbarkeit in Varianten Ansicht prüfen ⏫ ✅ 2023-11-30
- [ ] Update Varianten Preis wenn Zutaten hinzugefügt/entfernt wurden
- [ ] Base EK prüfen was zu tun ist wenn kein Preis hinterlegt ist. NaN!
- [x] Benachrichtungen in Cookies speichern ✅ 2023-12-27
- [ ] Angeblichen UI Fehler beim hinzufügen von Zutaten prüfen
- [ ] Lade Indikatoren & Buttons deaktivieren beim hinzufügen von Produkten zur Lieferung
- [x] Complete für Steper beim Zutaten hinzufügen setzen ✅ 2024-03-02
- [ ] PDF für Zettel für Boxen erstellen
- [ ] Ganze Calls im Store überarbeiten:
- [ ] https://www.youtube.com/watch?v=njsGVmcWviY
- [ ] Beim erstellen einer Lieferung / hinzufügen von Produkten / einbuchen der Lieferung fragen ob alles neu geliefert wird oder ob aktueller bestand berücksichtig werden soll
- [ ] Bei Verwendet in die einzelne Varianten anzeigen und nicht nur Artikel
- [ ] Artikel/Liefer/Chargen Suche direkt öffnen wenn keine ausgewählt ist
- [ ]
---
- [x] Verwendet in Funktionalität ✅ 2024-04-17
- [ ] Preise bei "Mischprodukt" eingeben und berechneter Preis als Hint anzeigen
- [x] Chargen Rückverfolgungs Ansicht ✅ 2024-04-18
- [ ] Extra Feld für Bezeichnung für Etikett
- [ ] Einmal im Hauptartikel
- [ ] Einmal in Variante
- [ ] Je nach dem was vorhanden ist verwenden
- Variante Etiketten bez.-> Hauptartikel Etiketten bez. -> Zusammensetzung von Hauptartikel + Varianten Standard Bezeichnung
- [ ] Fehlende Funktionen für Nuxt 3 port:
- [ ] Verwendete gesamtmenge einer Variante in Zeitraum von X bis Y anzeigen ggf. über Admin Ansicht
- [ ] Varianten Ersetzten Option über Admin Ansicht
- [ ] Preise aktualisieren
- [ ] Chargen Ansicht linke Seite wird nicht richtig aktualisiert
- [ ]

Some files were not shown because too many files have changed in this diff Show More