diff --git a/.obsidian/app.json b/.obsidian/app.json index bf21f23..e2ce0cc 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,4 +1,5 @@ { "legacyEditor": false, - "livePreview": true + "livePreview": true, + "promptDelete": false } \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index ab1d511..7861c7f 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -5,11 +5,13 @@ "graph", "backlink", "page-preview", + "templates", "note-composer", "command-palette", "editor-status", "markdown-importer", "word-count", + "audio-recorder", "open-with-default-app", "file-recovery" ] \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json new file mode 100644 index 0000000..3611c9d --- /dev/null +++ b/.obsidian/graph.json @@ -0,0 +1,30 @@ +{ + "collapse-filter": false, + "search": "", + "showTags": true, + "showAttachments": false, + "hideUnresolved": false, + "showOrphans": true, + "collapse-color-groups": false, + "colorGroups": [ + { + "query": "tag:#people", + "color": { + "a": 1, + "rgb": 14701138 + } + } + ], + "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, + "close": false +} \ No newline at end of file diff --git a/.obsidian/templates.json b/.obsidian/templates.json new file mode 100644 index 0000000..cda2aca --- /dev/null +++ b/.obsidian/templates.json @@ -0,0 +1,3 @@ +{ + "folder": "templates" +} \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace index 4f85484..c550e3d 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "People/Colin Diem.md", + "file": "templates/Person.md", "mode": "source", "source": false } @@ -69,7 +69,7 @@ "state": { "type": "backlink", "state": { - "file": "People/Colin Diem.md", + "file": "templates/Person.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -89,6 +89,9 @@ }, "active": "c994d2d9e7e5e974", "lastOpenFiles": [ - "People/Colin Diem.md" + "templates/Person.md", + "People/Colin Diem.md", + "People/Abigail Diem.md", + "People/Alison Diem.md" ] } \ No newline at end of file diff --git a/People/Abigail Diem.md b/People/Abigail Diem.md new file mode 100644 index 0000000..c4c8ebd --- /dev/null +++ b/People/Abigail Diem.md @@ -0,0 +1,11 @@ +#people +## Abigail Diem +**Birthday:** 2014/11/18 +**Contact Info:** + **Phone:** n/a + **Address:** 208 Oakwood St. Ypsilanti, + Michigan 48197 + **Email:** + **Website:** + +### Details: diff --git a/People/Alison Diem.md b/People/Alison Diem.md new file mode 100644 index 0000000..41b4b59 --- /dev/null +++ b/People/Alison Diem.md @@ -0,0 +1,11 @@ +#people +## Alison Diem +**Birthday:** 1979/05/01 +**Contact Info:** + **Phone:** 734-255-0664 + **Address:** 208 Oakwood St. Ypsilanti, + Michigan 48197 + **Email:** alison.diem@gmail.com + **Website:** + +### Details: diff --git a/People/Colin Diem.md b/People/Colin Diem.md index 941e583..3b6bcc7 100644 --- a/People/Colin Diem.md +++ b/People/Colin Diem.md @@ -1 +1,11 @@ -This is me. \ No newline at end of file +#people +## Colin Diem +**Birthday:** 1983/08/20 +**Contact Info:** + **Phone:** 734-255-0663 + **Address:** 208 Oakwood St. Ypsilanti, + Michigan 48197 + **Email:** me@colindiem.com + **Website:** https://colindiem.com + +### Details: diff --git a/templates/Person.md b/templates/Person.md new file mode 100644 index 0000000..f5ec14b --- /dev/null +++ b/templates/Person.md @@ -0,0 +1,11 @@ +#people +## {{title}} +**Birthday:** +**Contact Info:** + **Phone:** + **Address:** Street City, + State PostCode + **Email:** + **Website:** + +### Details: