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:
28
.kanbn/board.css
Normal file
28
.kanbn/board.css
Normal 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
29
.kanbn/index.md
Normal 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)
|
12
.kanbn/tasks/add-update-date-in-front-matter.md
Normal file
12
.kanbn/tasks/add-update-date-in-front-matter.md
Normal 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
|
11
.kanbn/tasks/break-circular-references.md
Normal file
11
.kanbn/tasks/break-circular-references.md
Normal 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
|
10
.kanbn/tasks/convert-files-to-slug-name.md
Normal file
10
.kanbn/tasks/convert-files-to-slug-name.md
Normal 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
|
11
.kanbn/tasks/convert-wiki-links-to-markdown-links.md
Normal file
11
.kanbn/tasks/convert-wiki-links-to-markdown-links.md
Normal 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
|
10
.kanbn/tasks/find-orphan-links.md
Normal file
10
.kanbn/tasks/find-orphan-links.md
Normal 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
|
@ -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
|
10
.kanbn/tasks/use-humanizer-on-title-of-links.md
Normal file
10
.kanbn/tasks/use-humanizer-on-title-of-links.md
Normal 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
|
Reference in New Issue
Block a user