2024-06-03 07:04:29 -07:00

1.7 KiB

type, created, updated
type created updated
topic 2024-01-06T01:25:36.051Z 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

npm install -g @basementuniverse/kanbn
kanbn add --help
kanbn add -n "Example Task" -c "WIP"
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
# 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
# https://github.com/foambubble/foam-template/tree/master
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 .