From 38a89c791a11db166a6057ff7e330f0b4146c43f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 15 Sep 2024 12:04:45 -0400 Subject: [PATCH] add 'prepped' tag to templates, colorized tag plugin ; add practice to drawing where it was missing --- .obsidian/plugins/colored-tags-wrangler/data.json | 2 +- _Templates/Coloring Page.md | 1 + _Templates/Dot to Dot.md | 1 + _Templates/Drawing.md | 3 ++- __Dashboard.md | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.obsidian/plugins/colored-tags-wrangler/data.json b/.obsidian/plugins/colored-tags-wrangler/data.json index e42ed5d..42b6dd3 100644 --- a/.obsidian/plugins/colored-tags-wrangler/data.json +++ b/.obsidian/plugins/colored-tags-wrangler/data.json @@ -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, diff --git a/_Templates/Coloring Page.md b/_Templates/Coloring Page.md index 40a59b2..fbca5a1 100644 --- a/_Templates/Coloring Page.md +++ b/_Templates/Coloring Page.md @@ -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}}" diff --git a/_Templates/Dot to Dot.md b/_Templates/Dot to Dot.md index c5bfc84..fa83687 100644 --- a/_Templates/Dot to Dot.md +++ b/_Templates/Dot to Dot.md @@ -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}}" diff --git a/_Templates/Drawing.md b/_Templates/Drawing.md index c33a405..bb72fdc 100644 --- a/_Templates/Drawing.md +++ b/_Templates/Drawing.md @@ -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 diff --git a/__Dashboard.md b/__Dashboard.md index 48b064b..ee73054 100644 --- a/__Dashboard.md +++ b/__Dashboard.md @@ -96,6 +96,7 @@ The creator of this Obsidian vault has **NOT** included any source materials or - #to-practice - #in-progress +- #prepped ### Resources