note/template/_kanban.md
2023-08-25 22:34:04 +08:00

30 lines
575 B
Markdown

---
tags: task/todo
creation date: <% tp.file.creation_date() %>
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
kanban-plugin: basic
---
## #task/todo
- [ ] #task/p11#<% tp.file.creation_date("YYYY/MM")%> <br> 规划
## #task/doing
- [ ] #task/p11#<% tp.file.creation_date("YYYY/MM")%><br> 进行中
## #task/done
**完成**
- [ ] #task/p11#<% tp.file.creation_date("YYYY/MM")%><br> 已完成
## #task/delay
- [ ] #task/p11#<% tp.file.creation_date("YYYY/MM")%><br> 延后
%% kanban:settings
```
{"kanban-plugin":"basic"}
```
%%