From d67c12b9a238669a009130fe3bea5d1656b9ad51 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Wed, 12 Jan 2022 12:09:07 -0600 Subject: [PATCH] post template --- content/.obsidian/core-plugins.json | 1 + content/.obsidian/templates.json | 3 +++ content/.obsidian/workspace | 16 ++++++++-------- content/templates/post.md | 8 ++++++++ 4 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 content/.obsidian/templates.json create mode 100644 content/templates/post.md diff --git a/content/.obsidian/core-plugins.json b/content/.obsidian/core-plugins.json index ab1d511..5be73b2 100644 --- a/content/.obsidian/core-plugins.json +++ b/content/.obsidian/core-plugins.json @@ -5,6 +5,7 @@ "graph", "backlink", "page-preview", + "templates", "note-composer", "command-palette", "editor-status", diff --git a/content/.obsidian/templates.json b/content/.obsidian/templates.json new file mode 100644 index 0000000..cda2aca --- /dev/null +++ b/content/.obsidian/templates.json @@ -0,0 +1,3 @@ +{ + "folder": "templates" +} \ No newline at end of file diff --git a/content/.obsidian/workspace b/content/.obsidian/workspace index 2a4d43b..9e3d5d8 100644 --- a/content/.obsidian/workspace +++ b/content/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "index.md", + "file": "templates/post.md", "mode": "source", "source": false } @@ -69,7 +69,7 @@ "state": { "type": "backlink", "state": { - "file": "index.md", + "file": "templates/post.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -89,15 +89,15 @@ }, "active": "a8e90712c1fef449", "lastOpenFiles": [ + "templates/post.md", + "posts/Untitled.md", + "posts/catjingle-5k-a-first.md", + "posts/austin-givecamp-2019.md", + "posts/a_modern_terminal_workflow_1.md", "index.md", "posts/allovue.md", - "posts/austin-givecamp-2019.md", "posts/a_modern_terminal_workflow_3.md", "posts/deving_on_linux_is_fun.md", - "posts/coming-out-again-nb.md", - "posts/code2college-volunteering.md", - "posts/catjingle-5k-a-first.md", - "posts/blm.md", - "posts/best-improv-performance-yet.md" + "posts/coming-out-again-nb.md" ] } \ No newline at end of file diff --git a/content/templates/post.md b/content/templates/post.md new file mode 100644 index 0000000..bae7717 --- /dev/null +++ b/content/templates/post.md @@ -0,0 +1,8 @@ +--- +title: {{title}} +description: +date: {{date}} +tags: + - Tech +--- +