Kanban updates
This commit is contained in:
20
.foam/templates/new-note.md
Normal file
20
.foam/templates/new-note.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
type: basic-note
|
||||
created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z
|
||||
updated: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z
|
||||
assigned: ""
|
||||
foam_template:
|
||||
filepath: '_-Review/$FOAM_SLUG.md'
|
||||
---
|
||||
|
||||
# ${1:$TM_FILENAME_BASE}
|
||||
|
||||
${RANDOM}
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] ${2:$TM_FILENAME_BASE}
|
||||
|
||||
### Relations
|
||||
|
||||
- ${3:$TM_FILENAME_BASE}
|
Reference in New Issue
Block a user