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
},
{
"tag_name": "to-practice\nin-progress",
"tag_name": "to-practice\nin-progress\nprepped",
"color": {
"r": 255,
"g": 255,

View file

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

View file

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

View file

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