From def08842a20176bb1a8ad59a38e2abfc023625b7 Mon Sep 17 00:00:00 2001 From: Jason Swank <632526+jswank@users.noreply.github.com> Date: Fri, 6 Feb 2026 08:39:32 -0500 Subject: [PATCH] zk: add meeting template --- zk/.config/zk/config.toml | 11 ++++++++++- zk/.config/zk/templates/daily.md | 1 + zk/.config/zk/templates/meeting.md | 12 ++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 zk/.config/zk/templates/meeting.md diff --git a/zk/.config/zk/config.toml b/zk/.config/zk/config.toml index 4678bd3..b49fbbf 100644 --- a/zk/.config/zk/config.toml +++ b/zk/.config/zk/config.toml @@ -78,6 +78,14 @@ template = "default.md" #[group."".extra] #key = "value" +[group.meeting] +paths = ["meeting"] + +[group.meeting.note] +filename = "{{slug title}}-{{format-date now '%Y%m%d'}}" +extension = "md" +template = "meeting.md" + [group.daily] paths = ["daily"] @@ -192,7 +200,8 @@ edit = 'zk edit --interactive "$@"' # This alias doesn't take any argument, so we don't use $@. recent = "zk edit --sort created- --created-after 'last two weeks' --interactive" -daily = 'zk new daily "$@"' +daily = 'zk new "$@" daily' +meeting = 'zk new --title "$@" meeting' # Print paths separated with colons for the notes found with the given # arguments. This can be useful to expand a complex search query into a flag diff --git a/zk/.config/zk/templates/daily.md b/zk/.config/zk/templates/daily.md index 813306e..91b1b3d 100644 --- a/zk/.config/zk/templates/daily.md +++ b/zk/.config/zk/templates/daily.md @@ -8,6 +8,7 @@ - another bullet ## tracking +- [ ] 1hr GCP training - [ ] harvest time sheet - [ ] exercise - [ ] dinner / logistics diff --git a/zk/.config/zk/templates/meeting.md b/zk/.config/zk/templates/meeting.md new file mode 100644 index 0000000..e772415 --- /dev/null +++ b/zk/.config/zk/templates/meeting.md @@ -0,0 +1,12 @@ +# {{ title }} +Date: {{format-date now '%a, %b %d @ %H%M'}} +Description: +Attendees: + +## Agenda + +## Notes + +## Action Items +- [ ] Item +- [ ] Item