editor templates: move to different folder so they aren't built with the site
This commit is contained in:
4
.obsidian/templates.json
vendored
4
.obsidian/templates.json
vendored
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"folder": "content/templates"
|
"folder": "editor-templates"
|
||||||
}
|
}
|
||||||
|
@@ -8,9 +8,9 @@ date = {{date:YYYY-MM-DD}}
|
|||||||
|
|
||||||
## instantiation (Obsidian)
|
## 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"
|
2. ctrl + P => "insert template"
|
||||||
|
|
||||||
## instantiation (manual)
|
## 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`
|
Reference in New Issue
Block a user