added encrypt/decrpyt workflow

This commit is contained in:
Jesse James Isler 2022-06-27 10:33:08 +02:00
parent 834245f9e8
commit 4576a31dd3
10 changed files with 5331 additions and 12 deletions

View File

@ -1,5 +1,7 @@
[
"obsidian-git",
"table-editor-obsidian",
"obsidian-image-toolkit"
"obsidian-image-toolkit",
"calendar",
"meld-encrypt"
]

View File

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

10
.obsidian/plugins/calendar/data.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "locale",
"wordsPerDot": 250,
"showWeeklyNote": false,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}

4457
.obsidian/plugins/calendar/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

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"
}

View File

@ -0,0 +1,7 @@
{
"expandToWholeLines": true,
"confirmPassword": true,
"showButton": true,
"rememberPassword": true,
"rememberPasswordTimeout": 120
}

764
.obsidian/plugins/meld-encrypt/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "1.6.2",
"minAppVersion": "0.12.15",
"description": "Hide secrets in your notes",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": false
}

View File

@ -0,0 +1,42 @@
.meld-e-row{
display: flex;
margin-bottom: 1em;
}
.meld-e-icon{
flex: 1;
display: inline-block;
margin-right: 1em;
}
.meld-e-row input{
flex: 20;
}
.meld-e-platform-desktop .meld-e-button-confirm {
margin-left: 2.8em;
padding: 1em 2em;
}
.meld-e-platform-desktop .meld-e-button-confirm:focus{
font-weight: bold;
}
.meld-e-message{
margin-left: 2.8em;
margin-bottom: 1em;
}
.meld-e-button-next{
margin-left: 1em;
flex: 3;
}
.meld-e-platform-mobile .meld-e-button-next{
display: inline-block;
margin: 0 0 0 1em;
width: auto;
}
.meld-e-hint{
flex: 20;
}

38
.obsidian/workspace vendored
View File

@ -4,12 +4,14 @@
"type": "split",
"children": [
{
"id": "6b97c5c8667e492b",
"id": "0d2c7508a23f0a87",
"type": "leaf",
"state": {
"type": "image",
"type": "markdown",
"state": {
"file": "attachment/Steinemann Technology/mails/spammails/fakeinvite.png"
"file": "2022-06-27.md",
"mode": "source",
"source": false
}
}
}
@ -65,6 +67,20 @@
"id": "a54ca124d2689b37",
"type": "split",
"children": [
{
"id": "36d1b5112e960052",
"type": "tabs",
"children": [
{
"id": "39650d5b939ff18b",
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
}
}
]
},
{
"id": "156a5a111c133560",
"type": "tabs",
@ -75,7 +91,7 @@
"state": {
"type": "backlink",
"state": {
"file": "attachment/Steinemann Technology/mails/spammails/fakeinvite.png",
"file": "2022-06-27.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -103,7 +119,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "attachment/Steinemann Technology/mails/spammails/fakeinvite.png",
"file": "2022-06-27.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
@ -115,28 +131,28 @@
"state": {
"type": "outline",
"state": {
"file": "attachment/Steinemann Technology/mails/spammails/fakeinvite.png"
"file": "2022-06-27.md"
}
}
}
],
"currentTab": 2
"currentTab": 3
}
],
"direction": "horizontal",
"width": 300
},
"active": "6b97c5c8667e492b",
"active": "0d2c7508a23f0a87",
"lastOpenFiles": [
"2022-06-27.md",
"steinemann technology/Ky2Help.md",
"attachment/Steinemann Technology/mails/spammails/fakeinvite.png",
"attachment/Steinemann Technology/mails/spammails/fake.png",
"Firmen/steinemann technology/infomails/Achtung Phish!.md",
"steinemann technology/Ky2Help.md",
"attachment/Steinemann Technology/penta/error23.jpg",
"attachment/Steinemann Technology/keeper/sso.jpg",
"attachment/Steinemann Technology/monitre.jpg",
"attachment/Steinemann Technology/keeper/keeper_konto.jpg",
"attachment/Steinemann Technology/penta/läuft.jpg",
"attachment/attachment.md"
"attachment/Steinemann Technology/penta/läuft.jpg"
]
}