Relative Path to relative to content

This commit is contained in:
2023-07-18 21:46:56 -07:00
parent ec3afd2f96
commit 40b12d17f9
17 changed files with 716 additions and 172 deletions

234
.kanbn/board.json Normal file
View File

@ -0,0 +1,234 @@
{
"headings": [
{
"name": "Backlog",
"heading": "^:^+Backlog^:"
},
{
"name": "Todo",
"heading": "^:^+Todo^:"
},
{
"name": "In Progress",
"heading": "^:^c»^: ^+In Progress^:"
},
{
"name": "Done",
"heading": "^:^g✓^: ^+Done^:"
}
],
"lanes": [
{
"name": "All tasks",
"columns": [
[
{
"id": "relative-path-to-relative-to-content",
"name": "Relative Path to relative to content",
"description": "- [ ] Update method ConvertLinksForHugo to actual wanted results",
"metadata": {
"created": "2023-07-18T14:50:28.239Z",
"updated": "2023-07-18T14:54:09.060Z",
"assigned": "",
"progress": 0,
"tags": []
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Backlog",
"workload": 2,
"progress": 0,
"remainingWorkload": 2
},
{
"id": "markdown-links-to-json",
"name": "Markdown links to json",
"description": "",
"metadata": {
"created": "2023-07-18T14:53:27.412Z",
"updated": "2023-07-18T14:53:33.147Z",
"assigned": "",
"progress": 0,
"tags": []
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Backlog",
"workload": 2,
"progress": 0,
"remainingWorkload": 2
},
{
"id": "markdown-to-json",
"name": "Markdown to json",
"description": "",
"metadata": {
"created": "2023-07-18T14:48:18.667Z",
"updated": "2023-07-18T14:48:18.660Z",
"assigned": "",
"progress": 0,
"tags": []
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Backlog",
"workload": 2,
"progress": 0,
"remainingWorkload": 2
}
],
[
{
"id": "find-orphan-links",
"name": "Find orphan links",
"description": "",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Todo",
"workload": 2,
"progress": 0,
"remainingWorkload": 2
}
],
[],
[
{
"id": "break-circular-references",
"name": "Break Circular References",
"description": "",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Done",
"workload": 2,
"progress": 1,
"remainingWorkload": 0
},
{
"id": "populate-a-collection-of-file-info-front-matter-and-first-indent-of-1",
"name": "Populate a collection of FileInfo, Front Matter and First # indent of 1",
"description": "",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Done",
"workload": 2,
"progress": 1,
"remainingWorkload": 0
},
{
"id": "use-humanizer-on-title-of-links",
"name": "Use humanizer on title of links",
"description": "",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Done",
"workload": 2,
"progress": 1,
"remainingWorkload": 0
},
{
"id": "convert-files-to-slug-name",
"name": "Convert files to slug name",
"description": "",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Done",
"workload": 2,
"progress": 1,
"remainingWorkload": 0
},
{
"id": "convert-wiki-links-to-markdown-links",
"name": "Convert Wiki Links to Markdown Links",
"description": "",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Done",
"workload": 2,
"progress": 1,
"remainingWorkload": 0
},
{
"id": "add-update-date-in-front-matter",
"name": "Add / Update date in Front Matter",
"description": "- [ ] Maybe done",
"metadata": {
"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"
},
"subTasks": [],
"relations": [],
"comments": [],
"column": "Done",
"workload": 2,
"progress": 1,
"remainingWorkload": 0
}
]
]
}
]
}

Binary file not shown.

View File

@ -13,6 +13,9 @@ updated: 2023-07-07T03:46:47.454Z
## 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)
@ -27,3 +30,4 @@ updated: 2023-07-07T03:46:47.454Z
- [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)

View File

@ -0,0 +1,10 @@
---
type: "kanbn"
created: 2023-07-18T14:53:27.412Z
updated: 2023-07-18T14:53:33.147Z
assigned: ""
progress: 0
tags: []
---
# Markdown links to json

View File

@ -0,0 +1,10 @@
---
type: "kanbn"
created: 2023-07-18T14:48:18.667Z
updated: 2023-07-18T14:48:18.660Z
assigned: ""
progress: 0
tags: []
---
# Markdown to json

View File

@ -0,0 +1,11 @@
---
type: kanbn
created: 2023-07-18T14:50:28.239Z
updated: 2023-07-19T04:46:32.554Z
assigned: ""
progress: 0
tags: []
completed: 2023-07-19T04:40:41.523Z
---
# Relative Path to relative to content