2024-06-03
This commit is contained in:
32
File-Folder-Helper/index.md
Normal file
32
File-Folder-Helper/index.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
startedColumns:
|
||||
- 'In Progress'
|
||||
completedColumns:
|
||||
- Done
|
||||
dateFormat: mm/dd
|
||||
taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}'
|
||||
type: "Kanban"
|
||||
---
|
||||
|
||||
# File File Helper
|
||||
|
||||
## Backlog
|
||||
|
||||
- [markdown-links-to-json](tasks/markdown-links-to-json.md)
|
||||
- [markdown-to-json](tasks/markdown-to-json.md)
|
||||
|
||||
## 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)
|
||||
- [relative-path-to-relative-to-content](tasks/relative-path-to-relative-to-content.md)
|
Reference in New Issue
Block a user