1
0
Fork 0

add 'prepped' tag to templates, colorized tag plugin ; add practice to drawing where it was missing

This commit is contained in:
KemoNine 2024-09-15 12:04:45 -04:00
parent c882458e2f
commit 38a89c791a
5 changed files with 6 additions and 2 deletions

View file

@ -72,7 +72,7 @@
"luminance_offset": 0.15 "luminance_offset": 0.15
}, },
{ {
"tag_name": "to-practice\nin-progress", "tag_name": "to-practice\nin-progress\nprepped",
"color": { "color": {
"r": 255, "r": 255,
"g": 255, "g": 255,

View file

@ -6,6 +6,7 @@ template-should-replace: "never"
tags: tags:
- coloring-page - coloring-page
- in-progress - in-progress
- prepped
- "{{tags}}" - "{{tags}}"
title: "{{title:text:the_source_filename}}" title: "{{title:text:the_source_filename}}"
created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"

View file

@ -6,6 +6,7 @@ template-should-replace: "never"
tags: tags:
- dot-to-dot - dot-to-dot
- in-progress - in-progress
- prepped
- "{{tags}}" - "{{tags}}"
title: "{{title:text:the_source_filename}}" title: "{{title:text:the_source_filename}}"
created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"

View file

@ -6,6 +6,7 @@ template-should-replace: "never"
tags: tags:
- drawing - drawing
- in-progress - in-progress
- practice
- "{{tags}}" - "{{tags}}"
title: "{{title:text:the_source_filename}}" title: "{{title:text:the_source_filename}}"
created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
@ -14,7 +15,7 @@ completed_date: "yyyy-mm-dd"
--- ---
## To Do ## To Do
- [ ] Cleanup tags - [ ] Cleanup tags
- [ ] Move this note to `In Progress` or `Complete` section - [ ] Move this note to `Practice`, `In Progress` or `Complete` section
- [ ] Link file(s) - [ ] Link file(s)
- [ ] Delete [this] To Do section - [ ] Delete [this] To Do section

View file

@ -96,6 +96,7 @@ The creator of this Obsidian vault has **NOT** included any source materials or
- #to-practice - #to-practice
- #in-progress - #in-progress
- #prepped
### Resources ### Resources