From 0130133e6acaa0a7066a4b078e76468dc64a8f30 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 20 Sep 2024 18:40:25 -0400 Subject: [PATCH] improve templates to be more robust, track more metadata and consolidate zentangle templates into a single template --- _Templates/Coloring Page.md | 42 +++++++++++++++++++++--- _Templates/Dot to Dot.md | 55 ++++++++++++++++++++++++++++--- _Templates/Drawing.md | 40 ++++++++++++++++++++--- _Templates/ZIA.md | 22 ------------- _Templates/Zentangle Practice.md | 22 ------------- _Templates/Zentangle.md | 56 ++++++++++++++++++++++++++++++++ 6 files changed, 179 insertions(+), 58 deletions(-) delete mode 100644 _Templates/ZIA.md delete mode 100644 _Templates/Zentangle Practice.md create mode 100644 _Templates/Zentangle.md diff --git a/_Templates/Coloring Page.md b/_Templates/Coloring Page.md index 257e260..388d28b 100644 --- a/_Templates/Coloring Page.md +++ b/_Templates/Coloring Page.md @@ -4,6 +4,7 @@ template-filename: "TBD - yyyy-mm-dd - {{title}}" template-should-create: "open-tab" template-should-replace: "never" tags: + - kemonine - coloring-page - in-progress - prepped @@ -14,14 +15,47 @@ started_date: "yyyy-mm-dd" completed_date: "yyyy-mm-dd" source: "{{source}}" --- +--- ## To Do - [ ] Cleanup tags - [ ] Move this note to `Prepped` or `In Progress` or `Complete` section - [ ] Link file(s) - [ ] Delete [this] To Do section -## Krita Source -embed_krita_file +--- -## Image -embed_jpg_or_png \ No newline at end of file +## Prepped / In Progress Thumbnail +*remove this section when final image is added* +embed_jpg_or_png + +--- + +```table-of-contents +title: **Table of Contents** +``` + +--- + +## Final Image +embed_jpg_or_png + +## Krita Source +embed_kra_file + +## Coloring Brush(es) +- `brush_1` + - Parameter_1: `value_1` + - Parameter_2: `value_2` +- `brush_2` + - Parameter_1: `value_1` + - Parameter_2: `value_2` + +## Color Palette +screenshot / name + +## Intemediate Images +### Coloring +embed_jpg_or_png + +### Original +embed_jpg_or_png diff --git a/_Templates/Dot to Dot.md b/_Templates/Dot to Dot.md index 9fc163f..5b9912c 100644 --- a/_Templates/Dot to Dot.md +++ b/_Templates/Dot to Dot.md @@ -4,6 +4,7 @@ template-filename: "TBD - yyyy-mm-dd - {{title}}" template-should-create: "open-tab" template-should-replace: "never" tags: + - kemonine - dot-to-dot - in-progress - prepped @@ -14,14 +15,58 @@ started_date: "yyyy-mm-dd" completed_date: "yyyy-mm-dd" source: "{{source}}" --- +--- ## To Do - [ ] Cleanup tags - [ ] Move this note to `Prepped` or `In Progress` or `Complete` section - [ ] Link file(s) - [ ] Delete [this] To Do section ---- -## Krita Source -embed_krita_file -## Image -embed_jpg_or_png \ No newline at end of file +--- + +## Prepped / In Progress Thumbnail +*remove this section when final image is added* +embed_jpg_or_png + +--- + +```table-of-contents +title: **Table of Contents** +``` + +--- + +## Final Image +embed_jpg_or_png + +## Krita Source +embed_kra_file + +## Tracing Brush(es) +- `brush_1` + - Parameter_1: `value_1` + - Parameter_2: `value_2` +- `brush_2` + - Parameter_1: `value_1` + - Parameter_2: `value_2` + +## Coloring Brush(es) +- `brush_1` + - Parameter_1: `value_1` + - Parameter_2: `value_2` +- `brush_2` + - Parameter_1: `value_1` + - Parameter_2: `value_2` + +## Color Palette +screenshot / name + +## Intemediate Images +### Coloring +embed_jpg_or_png + +### Tracing +embed_jpg_or_png + +### Original +embed_jpg_or_png diff --git a/_Templates/Drawing.md b/_Templates/Drawing.md index bb72fdc..f92d8da 100644 --- a/_Templates/Drawing.md +++ b/_Templates/Drawing.md @@ -4,6 +4,7 @@ template-filename: "TBD - yyyy-mm-dd - {{title}}" template-should-create: "open-tab" template-should-replace: "never" tags: + - kemonine - drawing - in-progress - practice @@ -13,14 +14,43 @@ created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" started_date: "yyyy-mm-dd" completed_date: "yyyy-mm-dd" --- +--- ## To Do - [ ] Cleanup tags -- [ ] Move this note to `Practice`, `In Progress` or `Complete` section +- [ ] Move this note to `Practice` or `In Progress` or `Complete` section - [ ] Link file(s) - [ ] Delete [this] To Do section -## Krita Source -embed_krita_file +--- -## Image -embed_jpg_or_png \ No newline at end of file +## Prepped / In Progress Thumbnail +*remove this section when final image is added* +embed_jpg_or_png + +--- + +```table-of-contents +title: **Table of Contents** +``` + +--- + +## Final Image +embed_jpg_or_png + +## Krita Source +embed_kra_file + +## Brush(es) +- `brush_1` + - Parameter_1: `value_1` + - Parameter_2: `value_2` +- `brush_2` + - Parameter_1: `value_1` + - Parameter_2: `value_2` + +## Color Palette +screenshot / name + +## Intemediate Images +*if applicable* diff --git a/_Templates/ZIA.md b/_Templates/ZIA.md deleted file mode 100644 index 8d2d4e5..0000000 --- a/_Templates/ZIA.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -template-output: "Zentangle/_ZIA" -template-filename: "{{completed_date}} - {{title}}" -template-should-create: "open-tab" -template-should-replace: "never" -tags: - - zia - - zentangle-inspired-art - - "{{tags}}" -created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" -started_date: "{{started_date:text:yyyy-mm-dd}}" -completed_date: "{{completed_date:text:yyyy-mm-dd}}" ---- -## To Do -- [ ] Link file(s) -- [ ] Delete [this] To Do section - -## Krita Source -embed_krita_file - -## Image -embed_jpg_or_png \ No newline at end of file diff --git a/_Templates/Zentangle Practice.md b/_Templates/Zentangle Practice.md deleted file mode 100644 index eb241b1..0000000 --- a/_Templates/Zentangle Practice.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -template-output: "Zentangle/Practice" -template-filename: "TBD - yyyy-mm-dd - {{title}}" -template-should-create: "open-tab" -template-should-replace: "never" -tags: - - practice - - "{{tags}}" -created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" -started_date: "yyyy-mm-dd" -completed_date: "yyyy-mm-dd" ---- -## To Do -- [ ] Cleanup tags -- [ ] Link file(s) -- [ ] Delete [this] To Do section - -## Krita Source -embed_krita_file - -## Image -embed_jpg_or_png \ No newline at end of file diff --git a/_Templates/Zentangle.md b/_Templates/Zentangle.md new file mode 100644 index 0000000..2c7556e --- /dev/null +++ b/_Templates/Zentangle.md @@ -0,0 +1,56 @@ +--- +template-output: "Zentangle/" +template-filename: "{{completed_date}} - {{title}}" +template-should-create: "open-tab" +template-should-replace: "never" +tags: + - kemonine + - zia + - zentangle-inspired-art + - in-progress + - practice + - "{{tags}}" +created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" +started_date: "{{started_date:text:yyyy-mm-dd}}" +completed_date: "{{completed_date:text:yyyy-mm-dd}}" +--- +--- +## To Do +- [ ] Cleanup tags +- [ ] Move this note to `Practice` or `In Progress` or `_ZIA` section +- [ ] Link file(s) +- [ ] Delete [this] To Do section + +--- + +## Prepped / In Progress Thumbnail +*remove this section when final image is added* +embed_jpg_or_png + +--- + +```table-of-contents +title: **Table of Contents** +``` + +--- + +## Final Image +embed_jpg_or_png + +## Krita Source +embed_kra_file + +## Brush(es) +- `brush_1` + - Parameter_1: `value_1` + - Parameter_2: `value_2` +- `brush_2` + - Parameter_1: `value_1` + - Parameter_2: `value_2` + +## Color Palette +screenshot / name + +## Intemediate Images +*if applicable*