1
0
Fork 0

major updates: cleanup galleries (filenames & queries), improve templates (more robust, fix minor 'problems'), update dashboard

This commit is contained in:
KemoNine 2024-09-15 11:48:20 -04:00
parent 6c4af68110
commit c882458e2f
21 changed files with 216 additions and 31 deletions

View file

@ -1,6 +1,6 @@
~~~~note-gallery
query: 'path: Coloring/Complete/ -path: Coloring/Complete/attachments/ tag:#coloring-page'
query: 'path: Coloring/Complete/ -path: Coloring/Complete/attachments/'
recursive: true
sort: desc
sortBy: name

View file

@ -0,0 +1,21 @@
~~~~note-gallery
query: 'path: Coloring/In Progress/'
recursive: true
sort: desc
sortBy: name
showTitle: true
breakpoints:
default: 2
100000: 2
3500: 2
3100: 2
2700: 2
2300: 2
1900: 2
1500: 2
1000: 2
700: 2
400: 2
200: 2
~~~~

View file

@ -0,0 +1,21 @@
~~~~note-gallery
query: 'path: Coloring/Prepped/'
recursive: true
sort: desc
sortBy: name
showTitle: true
breakpoints:
default: 2
100000: 2
3500: 2
3100: 2
2700: 2
2300: 2
1900: 2
1500: 2
1000: 2
700: 2
400: 2
200: 2
~~~~

View file

@ -1,6 +1,6 @@
~~~~note-gallery
query: 'path: Dot to Dot/Complete/ -path: Dot to Dot/Complete/attachments/ tag:#dot-to-dot'
query: 'path: Dot to Dot/Complete/ -path: Dot to Dot/Complete/attachments/'
recursive: true
sort: desc
sortBy: name

View file

@ -0,0 +1,21 @@
~~~~note-gallery
query: 'path: Dot to Dot/In Progress/'
recursive: true
sort: desc
sortBy: name
showTitle: true
breakpoints:
default: 2
100000: 2
3500: 2
3100: 2
2700: 2
2300: 2
1900: 2
1500: 2
1000: 2
700: 2
400: 2
200: 2
~~~~

View file

@ -0,0 +1,21 @@
~~~~note-gallery
query: 'path: Dot to Dot/Prepped/'
recursive: true
sort: desc
sortBy: name
showTitle: true
breakpoints:
default: 2
100000: 2
3500: 2
3100: 2
2700: 2
2300: 2
1900: 2
1500: 2
1000: 2
700: 2
400: 2
200: 2
~~~~

View file

@ -0,0 +1 @@
/storage/emulated/0/Krita

View file

@ -1,6 +1,6 @@
~~~~note-gallery
query: 'path: Drawing/Complete/ -path: Drawing/Complete/attachments/ tag:#drawing'
query: 'path: Drawing/Complete/ -path: Drawing/Complete/attachments/'
recursive: true
sort: desc
sortBy: name

View file

@ -0,0 +1,21 @@
~~~~note-gallery
query: 'path: Drawing/In Progress/'
recursive: true
sort: desc
sortBy: name
showTitle: true
breakpoints:
default: 2
100000: 2
3500: 2
3100: 2
2700: 2
2300: 2
1900: 2
1500: 2
1000: 2
700: 2
400: 2
200: 2
~~~~

View file

@ -0,0 +1,21 @@
~~~~note-gallery
query: 'path: Drawing/Practice/'
recursive: true
sort: desc
sortBy: name
showTitle: true
breakpoints:
default: 2
100000: 2
3500: 2
3100: 2
2700: 2
2300: 2
1900: 2
1500: 2
1000: 2
700: 2
400: 2
200: 2
~~~~

View file

@ -1,7 +1,6 @@
~~~~note-gallery
query: 'path: Zentangle/_ZIA/ -path: Zentangle/_ZIA/attachments/'
debugQuery: true
recursive: true
sort: asc
sortBy: name

View file

@ -1,15 +1,23 @@
---
template-output: "Coloring"
template-filename: "{{completion}}"
template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab"
template-should-replace: "never"
tags:
- coloring-page
- in-progress
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
started: "{{started}}"
completed: "{{completion}}"
title: "{{title:text:the_source_filename}}"
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 `Prepped` or `In Progress` or `Complete` section
- [ ] Link file(s)
- [ ] Delete [this] To Do section
## Krita Source
embed_krita_file

View file

@ -1,14 +1,22 @@
---
template-output: "Dot to Dot"
template-filename: "{{completion}}"
template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab"
template-should-replace: "never"
tags:
- dot-to-dot
- in-progress
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
started: "{{started}}"
completed: "{{completion}}"
title: "{{title:text:the_source_filename}}"
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 `Prepped` or `In Progress` or `Complete` section
- [ ] Link file(s)
- [ ] Delete [this] To Do section
---
## Krita Source
embed_krita_file

View file

@ -1,15 +1,23 @@
---
template-output: "Drawing"
template-filename: "{{completion}}"
template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab"
template-should-replace: "never"
tags:
- drawing
- in-progress
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
started: "{{started}}"
completed: "{{completion}}"
title: "{{title:text:the_source_filename}}"
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 `In Progress` or `Complete` section
- [ ] Link file(s)
- [ ] Delete [this] To Do section
## Krita Source
embed_krita_file

View file

@ -7,11 +7,13 @@ tags:
- idea
- inspiration
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
source: "{{source}}"
---
## Krita Source
embed_krita_file
## To Do
- [ ] Cleanup tags
- [ ] Link file
- [ ] Delete [this] To Do section
## Image
embed_jpg_or_png

View file

@ -6,6 +6,6 @@ template-should-replace: "never"
tags:
- note
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
source: "{{source}}"
---

View file

@ -6,8 +6,12 @@ template-should-replace: "never"
tags:
- tangle
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
source: "{{source}}"
---
## To Do
- [ ] Link file
- [ ] Delete [this] To Do section
## Image
embed_jpg_or_png

View file

@ -1,15 +1,20 @@
---
template-output: "Zentangle/_ZIA"
template-filename: "{{completion}}"
template-filename: "{{completed_date}} - {{title}}"
template-should-create: "open-tab"
template-should-replace: "never"
tags:
- zia
- zentangle-inspired-art
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
completed: "{{completion}}"
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

View file

@ -1,14 +1,20 @@
---
template-output: "Zentangle/Practice"
template-filename: "{{completion}}"
template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab"
template-should-replace: "never"
tags:
- practice
- "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}"
completed: "{{completion}}"
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

View file

@ -35,11 +35,29 @@ The creator of this Obsidian vault has **NOT** included any source materials or
## Galleries
### My Art
- [Favorites](_Gallery%20-%20Favorites.md)
- [Drawing](Drawing/_Gallery%20-%20Drawing.md)
- [ZIA](Zentangle/_ZIA/_Gallery%20-%20Zentangle%20-%20ZIA.md)
- [Dot to Dot](Dot%20to%20Dot/_Gallery%20-%20Dot%20to%20Dot.md)
- [Coloring](Coloring/_Gallery%20-%20Coloring.md)
- [Drawing](Drawing/_Gallery%20-%20Drawing%20-%20Complete.md)
- [ZIA](Zentangle/__Gallery%20-%20Zentangle%20-%20_ZIA.md)
- [Dot to Dot](Dot%20to%20Dot/_Gallery%20-%20Dot%20to%20Dot%20-%20Complete.md)
- [Coloring](Coloring/_Gallery%20-%20Coloring%20-%20Complete.md)
### In Progress
- [Drawing](Drawing/_Gallery%20-%20Drawing%20-%20In%20Progress.md)
- [Dot to Dot](Dot%20to%20Dot/_Gallery%20-%20Dot%20to%20Dot%20-%20In%20Progress.md)
- [Coloring](Coloring/_Gallery%20-%20Coloring%20-%20In%20Progress.md)
### Practice
- [Drawing](Drawing/_Gallery%20-%20Drawing%20-%20Practice.md)
- [Zentangle](Zentangle/__Gallery%20-%20Zentangle%20-%20Practice.md)
### Prepped
- [Dot to Dot](Dot%20to%20Dot/_Gallery%20-%20Dot%20to%20Dot%20-%20Prepped.md)
- [Coloring](Coloring/_Gallery%20-%20Coloring%20-%20Prepped.md)
## Ideas / Inspiration