diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b9a9ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# OR only to exclude workspace cache +.obsidian/workspace.json + +# to exclude workspace cache specific to mobile devices +.obsidian/workspace-mobile.json diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 725266d..1060794 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,14 +11,14 @@ "id": "c892fa5f5c3f77ba", "type": "leaf", "state": { - "type": "markdown", + "type": "split-diff-view", "state": { - "file": "Guides/create-shh-keys.md", - "mode": "source", - "source": false + "aFile": "Guides/create-shh-keys.md", + "bFile": "Guides/create-shh-keys.md", + "aRef": "" }, - "icon": "lucide-file", - "title": "create-shh-keys" + "icon": "diff", + "title": "Diff: create-shh-keys" } } ] @@ -193,9 +193,10 @@ }, "active": "c892fa5f5c3f77ba", "lastOpenFiles": [ + "Untitled.md", + "Guides/create-shh-keys.md", "Guides/generate-wireguard.md", "Guides/rdp-with-microsoft-account.md", - "Guides/create-shh-keys.md", "Templates/blank-template.md" ] } \ No newline at end of file diff --git a/Guides/create-shh-keys.md b/Guides/create-shh-keys.md index 0d0b84e..c1086a2 100644 --- a/Guides/create-shh-keys.md +++ b/Guides/create-shh-keys.md @@ -8,3 +8,4 @@ tags: editor: markdown dateCreated: 2025-05-04T11:38:34.846Z --- +# Creating SSH Key \ No newline at end of file