From 0331ef465cc897456fa693ad1f8db3574e836980 Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Wed, 5 Oct 2022 08:28:58 -0400 Subject: [PATCH] First Commit --- .obsidian/app.json | 1 + .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 19 +++++ .obsidian/hotkeys.json | 1 + .obsidian/workspace | 147 ++++++++++++++++++++++++++++++++++++ README.md | 10 ++- 6 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/hotkeys.json create mode 100644 .obsidian/workspace diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..96869df --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,19 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "starred", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace new file mode 100644 index 0000000..77bc400 --- /dev/null +++ b/.obsidian/workspace @@ -0,0 +1,147 @@ +{ + "main": { + "id": "09dae67a8801b3fa", + "type": "split", + "children": [ + { + "id": "0e46839861d8aa5f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "README.md", + "mode": "preview", + "source": false + } + }, + "group": "0889529fdea3e0fa" + }, + { + "id": "24c2f44f44b42143", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "README.md", + "mode": "source", + "source": false + } + }, + "group": "0889529fdea3e0fa" + } + ], + "direction": "vertical" + }, + "left": { + "id": "db7a4c3424e8ebed", + "type": "split", + "children": [ + { + "id": "7db31111566c7546", + "type": "tabs", + "children": [ + { + "id": "ba72ddf1f3189968", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "bf7cdeafb7642e7f", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "c0b57a7b33f7ab5c", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "a51840ad47840389", + "type": "split", + "children": [ + { + "id": "90363bb201556835", + "type": "tabs", + "children": [ + { + "id": "3ae3d869f8578417", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "README.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "52f491788f5c4a4b", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "README.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "50e41894b3752bff", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "78eed66f2a131d23", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "README.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "active": "24c2f44f44b42143", + "lastOpenFiles": [] +} \ No newline at end of file diff --git a/README.md b/README.md index 215b5a0..47a6fb5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# Mark_Downs +# Markdown files for all projects + +```csharp +private void hello() +{ + +} +``` +