summaryrefslogtreecommitdiff
path: root/templates/plan-template.md
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@kesim.org>2024-11-29 12:38:19 +0100
committerÖzgür Kesim <oec@kesim.org>2024-11-29 12:38:19 +0100
commit2d1c6cff8c96c4d3e4986fd3396e4086e0496063 (patch)
treec641c2a8d8e10079b0a621ae0cffc54dade1376a /templates/plan-template.md
parent63513fb66d7d8224fea53c16608265ec02836978 (diff)
template rename
Diffstat (limited to 'templates/plan-template.md')
-rw-r--r--templates/plan-template.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/plan-template.md b/templates/plan-template.md
new file mode 100644
index 0000000..a5e29e6
--- /dev/null
+++ b/templates/plan-template.md
@@ -0,0 +1,9 @@
+# Entry Format:
+# 2006-01-02 WP2:wallet 8h Code Audit
+{{- $tl := .Timeline -}}
+{{ range .Days 2024 }}
+{{ if or .IsWeekend .Holiday .Blocked }}# {{end}}{{.Date}}
+{{- with .Holiday }} ({{ . }}){{ end -}}
+{{- with .Blocked }} ({{ . }}){{ end -}}
+{{/* with $e := index $tl .Date }} {{ printf "%8s" $e.WPs }} {{ printf "%8s" $e.Total.AsDay }}{{ end */}}
+{{- end }}