1
0
Fork 0

improve templates to be more robust, track more metadata and consolidate zentangle templates into a single template

This commit is contained in:
KemoNine 2024-09-20 18:40:25 -04:00
parent 462af838d2
commit 0130133e6a
6 changed files with 179 additions and 58 deletions

View file

@ -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
## 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

View file

@ -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
---
## 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

View file

@ -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
## 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*

View file

@ -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

View file

@ -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

56
_Templates/Zentangle.md Normal file
View file

@ -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*