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

575 B

tags creation date modification date kanban-plugin
task/todo <% tp.file.creation_date() %> <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %> basic

#task/todo

  • #task/p11#<% tp.file.creation_date("YYYY/MM")%>
    规划

#task/doing

  • #task/p11#<% tp.file.creation_date("YYYY/MM")%>
    进行中

#task/done

完成

  • #task/p11#<% tp.file.creation_date("YYYY/MM")%>
    已完成

#task/delay

  • #task/p11#<% tp.file.creation_date("YYYY/MM")%>
    延后

%% kanban:settings

{"kanban-plugin":"basic"}

%%