62 lines
1.7 KiB
Markdown
62 lines
1.7 KiB
Markdown
---
|
|
type: "topic"
|
|
created: "2024-01-06T01:25:36.051Z"
|
|
updated: "2024-01-06T01:25:36.051Z"
|
|
---
|
|
|
|
# Kanban
|
|
|
|
- Task level only
|
|
- All exist in K-T until archive
|
|
- Once archived move to appropriate directory to prevent naming conflicts
|
|
- Use Kanbn cli or VSCode extension to create
|
|
- Files are created in .kanbn/tasks which is a mklink
|
|
- Let Kanbn format file including Sub-tasks, Comments and Relations
|
|
- Leave description empty, instead use Comments to help with scrolling
|
|
- Problem Sub-tasks get re-formatted by removing more than one tab
|
|
|
|
- Tag task are on Topic (non-tasks and non-archive) \*.md files only
|
|
- In Topic \*.md files link to ... and leave the file name as lower without spaces
|
|
- In Topic add hash-tag then task link and last sub item link back to self
|
|
-
|
|
|
|
```bash
|
|
npm install -g @basementuniverse/kanbn
|
|
kanbn add --help
|
|
kanbn add -n "Example Task" -c "WIP"
|
|
```
|
|
|
|
```bash
|
|
chown syncthing /home/syncthing/UserSecrets -R
|
|
chgrp syncthing /home/syncthing/UserSecrets -R
|
|
mklink /J .UserSecrets C:/Users/mikep/AppData/Roaming/Microsoft/UserSecrets
|
|
mklink /J .Applications L:/Git/FI-Operations/Applications
|
|
mklink /J .DevOps L:/Git/FI-Operations/DevOps
|
|
mklink /J .Fab L:/Git/FI-Operations/Fab
|
|
```
|
|
|
|
```bash
|
|
# git clone https://github.com/tjdavis3/kanbn2md.git
|
|
gofmt -w main.go
|
|
go build
|
|
kanbn board -j > .kanbn/board.json
|
|
kanbn board -j | L:\Git\kanbn2md\kanbn2md.exe >.kanbn/board.md
|
|
```
|
|
|
|
```bash
|
|
# https://github.com/foambubble/foam-template/tree/master
|
|
```
|
|
|
|
```bash
|
|
D:
|
|
xcopy "D:\5-Other-Small\Kanban\-Blank" "D:\5-Other-Small\Kanban\asdf" /s /e /h
|
|
L:
|
|
mkdir "L:\Git\Notes-asdf"
|
|
cd "L:\Git\Notes-asdf"
|
|
git init
|
|
mklink /J "L:\Git\Notes-asdf\.kanbn" "D:\5-Other-Small\Kanban\asdf"
|
|
code-insiders .
|
|
```
|
|
|
|
- [Alt Kanban](https://wekan.icp.infineon.com/)
|