add 'prepped' tag to templates, colorized tag plugin ; add practice to drawing where it was missing
This commit is contained in:
parent
c882458e2f
commit
38a89c791a
|
@ -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,
|
||||
|
|
|
@ -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}}"
|
||||
|
|
|
@ -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}}"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -96,6 +96,7 @@ The creator of this Obsidian vault has **NOT** included any source materials or
|
|||
|
||||
- #to-practice
|
||||
- #in-progress
|
||||
- #prepped
|
||||
|
||||
### Resources
|
||||
|
||||
|
|
Loading…
Reference in a new issue