From c1099eeb148a2ab5ca379d024e38f5cbc08c0877 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 30 Jan 2023 23:53:48 +0000 Subject: [PATCH] editor templates: move to different folder so they aren't built with the site --- .obsidian/templates.json | 4 ++-- {content/templates => editor-templates}/DRAFT-blog-article.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename {content/templates => editor-templates}/DRAFT-blog-article.md (62%) diff --git a/.obsidian/templates.json b/.obsidian/templates.json index a4dfb2c..242ea69 100644 --- a/.obsidian/templates.json +++ b/.obsidian/templates.json @@ -1,3 +1,3 @@ { - "folder": "content/templates" -} \ No newline at end of file + "folder": "editor-templates" +} diff --git a/content/templates/DRAFT-blog-article.md b/editor-templates/DRAFT-blog-article.md similarity index 62% rename from content/templates/DRAFT-blog-article.md rename to editor-templates/DRAFT-blog-article.md index 83dc4f6..801e7d7 100644 --- a/content/templates/DRAFT-blog-article.md +++ b/editor-templates/DRAFT-blog-article.md @@ -8,9 +8,9 @@ date = {{date:YYYY-MM-DD}} ## instantiation (Obsidian) -1. create a new file, blog/DRAFT-YYYY-MM-DD-title +1. create a new file, `content/blog/DRAFT-YYYY-MM-DD-title.md` 2. ctrl + P => "insert template" ## instantiation (manual) -1. `cp templates/DRAFT-blog-article.md blog/DRAFT-YYYY-MM-DD-title` +1. `cp editor-templates/DRAFT-blog-article.md content/blog/DRAFT-YYYY-MM-DD-title`