Dependency Injection Style

AOT Compiling
Switched to Secret from Development json file
Added Kanbn
Humanizer
HelperCreateNoteFiles.CleanExistingFiles
HelperPackageFilesByDate
Added SRP
Helper Hardcoded File Search and Sort
Set Date from Zip Entry
This commit is contained in:
2023-07-08 10:05:52 -07:00
parent 81472165f7
commit 229b508ae1
39 changed files with 1584 additions and 781 deletions

28
.kanbn/board.css Normal file
View File

@ -0,0 +1,28 @@
.kanbn-column-wip .kanbn-column-task-list {
border-color: #6929c4;
}
.kanbn-column-next .kanbn-column-task-list {
border-color: #1192e8;
}
.kanbn-column-wait .kanbn-column-task-list {
border-color: #005d5d;
}
.kanbn-column-later .kanbn-column-task-list {
border-color: #9f1853;
}
.kanbn-column-maybe .kanbn-column-task-list {
border-color: #fa4d56;
}
.kanbn-column-friday .kanbn-column-task-list {
border-color: #570408;
}
.kanbn-column-done .kanbn-column-task-list {
border-color: #198038;
}
.kanbn-task-data-workload {
display: none;
}
.kanbn-task-data-relation {
display: block;
color: #198038;
}

29
.kanbn/index.md Normal file
View File

@ -0,0 +1,29 @@
---
startedColumns:
- 'In Progress'
completedColumns:
- Done
dateFormat: mm/dd
taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}'
created: 2023-07-06T21:45:24.551Z
updated: 2023-07-07T03:46:47.454Z
---
# File File Helper
## Backlog
## Todo
- [find-orphan-links](tasks/find-orphan-links.md)
## In Progress
## Done
- [break-circular-references](tasks/break-circular-references.md)
- [populate-a-collection-of-file-info-front-matter-and-first-indent-of-1](tasks/populate-a-collection-of-file-info-front-matter-and-first-indent-of-1.md)
- [use-humanizer-on-title-of-links](tasks/use-humanizer-on-title-of-links.md)
- [convert-files-to-slug-name](tasks/convert-files-to-slug-name.md)
- [convert-wiki-links-to-markdown-links](tasks/convert-wiki-links-to-markdown-links.md)
- [add-update-date-in-front-matter](tasks/add-update-date-in-front-matter.md)

View File

@ -0,0 +1,12 @@
---
created: 2023-07-08T00:27:35.865Z
updated: 2023-07-08T03:13:43.907Z
assigned: ""
progress: 0
tags: []
completed: 2023-07-08T03:13:43.907Z
---
# Add / Update date in Front Matter
- [ ] Maybe done

View File

@ -0,0 +1,11 @@
---
created: 2023-07-08T00:31:18.301Z
updated: 2023-07-08T03:13:47.959Z
assigned: ""
progress: 0
tags: []
started: 2023-07-08T00:31:22.970Z
completed: 2023-07-08T03:13:47.959Z
---
# Break Circular References

View File

@ -0,0 +1,10 @@
---
created: 2023-07-08T00:31:48.068Z
updated: 2023-07-08T03:13:39.928Z
assigned: ""
progress: 0
tags: []
completed: 2023-07-08T03:13:39.928Z
---
# Convert files to slug name

View File

@ -0,0 +1,11 @@
---
created: 2023-07-08T00:28:50.180Z
updated: 2023-07-08T03:14:14.308Z
assigned: ""
progress: 0
tags: []
started: 2023-07-08T02:17:20.346Z
completed: 2023-07-08T03:14:14.308Z
---
# Convert Wiki Links to Markdown Links

View File

@ -0,0 +1,10 @@
---
created: 2023-07-08T00:30:27.277Z
updated: 2023-07-08T04:49:18.108Z
assigned: ""
progress: 0
tags: []
started: 2023-07-08T04:41:56.433Z
---
# Find orphan links

View File

@ -0,0 +1,11 @@
---
created: 2023-07-08T00:30:00.353Z
updated: 2023-07-08T04:08:04.155Z
assigned: ""
progress: 0
tags: []
started: 2023-07-08T02:17:23.556Z
completed: 2023-07-08T04:08:04.156Z
---
# Populate a collection of FileInfo, Front Matter and First # indent of 1

View File

@ -0,0 +1,10 @@
---
created: 2023-07-08T03:22:14.065Z
updated: 2023-07-08T04:08:05.706Z
assigned: ""
progress: 0
tags: []
completed: 2023-07-08T04:08:05.706Z
---
# Use humanizer on title of links