This commit is contained in:
Jesse James Isler 2022-06-28 11:01:15 +02:00
parent 8b45081928
commit 53ee9e0f4a
82 changed files with 48 additions and 6306 deletions

View File

@ -4,8 +4,6 @@
"calendar",
"obsidian-auto-link-title",
"obsidian-reading-time",
"obsidian-timestamper",
"templater-obsidian",
"obsidian-style-settings",
"obsidian-dialogue-plugin",
"obsidian-pandoc",

View File

@ -8,6 +8,7 @@
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"slash-command",

View File

@ -38,5 +38,29 @@
],
"key": "P"
}
],
"insert-current-date": [
{
"modifiers": [
"Alt"
],
"key": "D"
}
],
"insert-current-time": [
{
"modifiers": [
"Alt"
],
"key": "T"
}
],
"insert-template": [
{
"modifiers": [
"Alt"
],
"key": "P"
}
]
}

View File

@ -1,6 +0,0 @@
{
"timeStampFormat": "HH:mm",
"dateStampFormat": "DD.MM.YY",
"lastFormat": "",
"newLine": false
}

File diff suppressed because one or more lines are too long

View File

@ -1,10 +0,0 @@
{
"author": "Martin Eder",
"authorUrl": "https://www.gruware.org",
"description": "Insert customized time/date stamp.",
"id": "obsidian-timestamper",
"isDesktopOnly": false,
"minAppVersion": "0.12.17",
"name": "TimeStamper",
"version": "1.2.0"
}

View File

@ -1,33 +0,0 @@
.timestamper-modal .modal-content .row {
display: flex;
align-items: center;
width: 100%;
}
.timestamper-modal .modal-content .row .input-label {
display: flex;
justify-content: flex-end;
height: 100%;
}
.timestamper-modal .modal-content .row .input-wrapper {
display: flex;
align-items: center;
height: 100%;
width: 100%;
margin: 0;
}
.timestamper-modal .modal-content .row .input-wrapper input {
width: 100%;
}
.timestamper-modal .modal-content .button-wrapper {
display: flex;
justify-content: center;
width: 100%;
margin-top: 24px;
}

View File

@ -1,29 +0,0 @@
{
"command_timeout": 5,
"templates_folder": "templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
"templates/New Problem Template.md"
],
"startup_templates": [
""
]
}

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1,266 +0,0 @@
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command {
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008bff;
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #c0d700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #e6db74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #d4d4d4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark
.cm-s-obsidian
.cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #d4d4d4 !important;
}
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
border-radius: 3px;
border: 1px solid silver;
background: white;
font-size: 90%;
font-family: monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror-hint {
margin: 0;
padding: 0 4px;
border-radius: 2px;
white-space: pre;
color: black;
cursor: pointer;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
}

5
.obsidian/templates.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"dateFormat": "DD.MM.YY",
"timeFormat": "hh:mm",
"folder": "Templates"
}

30
.obsidian/workspace vendored
View File

@ -7,9 +7,11 @@
"id": "48509dcf8e0521af",
"type": "leaf",
"state": {
"type": "image",
"type": "markdown",
"state": {
"file": "TEMP/Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png"
"file": "Daily/28.06.22.md",
"mode": "source",
"source": false
}
}
}
@ -61,7 +63,7 @@
"state": {
"type": "backlink",
"state": {
"file": "TEMP/Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png",
"file": "Daily/28.06.22.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -78,7 +80,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "TEMP/Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png",
"file": "Daily/28.06.22.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -116,7 +118,7 @@
"state": {
"type": "outline",
"state": {
"file": "TEMP/Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png"
"file": "Daily/28.06.22.md"
}
}
}
@ -154,15 +156,15 @@
},
"active": "48509dcf8e0521af",
"lastOpenFiles": [
"TEMP/Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png",
"TEMP/Attachment/Steinemann Technology/HighsystemsCM/klasseBearbeiten.png",
"TEMP/Attachment/Steinemann Technology/HighsystemsCM/vorlagen.png",
"TEMP/Attachment/Steinemann Technology/HighsystemsCM/datenTypen.png",
"Daily/28.06.22.md",
"Firmen/Bilfinger/Tickets/Jesse James Isler/Dawn of the first day.md",
"Attachment/Steinemann Technology/HighsystemsCM/uebersicht.png",
"Attachment/Steinemann Technology/HighsystemsCM/klasseBearbeiten.png",
"Attachment/Steinemann Technology/HighsystemsCM/vorlagen.png",
"Attachment/Steinemann Technology/HighsystemsCM/datenTypen.png",
"Attachment/Steinemann Technology/keeper/Untitled.md",
"TEMP/Attachment/Steinemann Technology/Mails/Spammails/teamsInviteFake.png",
"TEMP/Attachment/Steinemann Technology/Keeper/keeperKontoUebertragen.jpg",
"TEMP/Firmen/Steinemann Technology/Tickets/Jürgen Stocker/OneDrive nicht angemeldet.md",
"TEMP/Firmen/Steinemann Technology/Tickets/Jürgen Stocker/Teams Ram Probleme.md",
"TEMP/Firmen/Steinemann Technology/Tickets/Maik Förster/Neuer Laptop Installieren.md"
"Attachment/Steinemann Technology/Mails/Spammails/teamsInviteFake.png",
"Attachment/Steinemann Technology/Keeper/keeperKontoUebertragen.jpg",
"Firmen/Steinemann Technology/Tickets/Jürgen Stocker/OneDrive nicht angemeldet.md"
]
}

View File

@ -9,4 +9,5 @@
# Allgemein IT
[[Highsystems Asset MGMT]]
[[dokumentationRTM]]
[[dokumentationRTM]]