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 ~~~~note-gallery
query: 'path: Coloring/Complete/ -path: Coloring/Complete/attachments/ tag:#coloring-page' query: 'path: Coloring/Complete/ -path: Coloring/Complete/attachments/'
recursive: true recursive: true
sort: desc sort: desc
sortBy: name 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 ~~~~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 recursive: true
sort: desc sort: desc
sortBy: name 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 ~~~~note-gallery
query: 'path: Drawing/Complete/ -path: Drawing/Complete/attachments/ tag:#drawing' query: 'path: Drawing/Complete/ -path: Drawing/Complete/attachments/'
recursive: true recursive: true
sort: desc sort: desc
sortBy: name 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 ~~~~note-gallery
query: 'path: Zentangle/_ZIA/ -path: Zentangle/_ZIA/attachments/' query: 'path: Zentangle/_ZIA/ -path: Zentangle/_ZIA/attachments/'
debugQuery: true
recursive: true recursive: true
sort: asc sort: asc
sortBy: name sortBy: name

View file

@ -1,15 +1,23 @@
--- ---
template-output: "Coloring" template-output: "Coloring"
template-filename: "{{completion}}" template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab" template-should-create: "open-tab"
template-should-replace: "never" template-should-replace: "never"
tags: tags:
- coloring-page - coloring-page
- in-progress
- "{{tags}}" - "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}" title: "{{title:text:the_source_filename}}"
started: "{{started}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
completed: "{{completion}}" 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 ## Krita Source
embed_krita_file embed_krita_file

View file

@ -1,14 +1,22 @@
--- ---
template-output: "Dot to Dot" template-output: "Dot to Dot"
template-filename: "{{completion}}" template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab" template-should-create: "open-tab"
template-should-replace: "never" template-should-replace: "never"
tags: tags:
- dot-to-dot - dot-to-dot
- in-progress
- "{{tags}}" - "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}" title: "{{title:text:the_source_filename}}"
started: "{{started}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
completed: "{{completion}}" 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 ## Krita Source
embed_krita_file embed_krita_file

View file

@ -1,15 +1,23 @@
--- ---
template-output: "Drawing" template-output: "Drawing"
template-filename: "{{completion}}" template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab" template-should-create: "open-tab"
template-should-replace: "never" template-should-replace: "never"
tags: tags:
- drawing - drawing
- in-progress
- "{{tags}}" - "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}" title: "{{title:text:the_source_filename}}"
started: "{{started}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
completed: "{{completion}}" 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 ## Krita Source
embed_krita_file embed_krita_file

View file

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

View file

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

View file

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

View file

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

View file

@ -1,14 +1,20 @@
--- ---
template-output: "Zentangle/Practice" template-output: "Zentangle/Practice"
template-filename: "{{completion}}" template-filename: "TBD - yyyy-mm-dd - {{title}}"
template-should-create: "open-tab" template-should-create: "open-tab"
template-should-replace: "never" template-should-replace: "never"
tags: tags:
- practice - practice
- "{{tags}}" - "{{tags}}"
created_at: "{{created_at:currentDate:yyyy-MM-dd HHmmZZZ}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}"
completed: "{{completion}}" started_date: "yyyy-mm-dd"
completed_date: "yyyy-mm-dd"
--- ---
## To Do
- [ ] Cleanup tags
- [ ] Link file(s)
- [ ] Delete [this] To Do section
## Krita Source ## Krita Source
embed_krita_file embed_krita_file

View file

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