zk: add meeting template

This commit is contained in:
Jason Swank
2026-02-06 08:39:32 -05:00
parent 2983694971
commit def08842a2
3 changed files with 23 additions and 1 deletions

View File

@@ -78,6 +78,14 @@ template = "default.md"
#[group."<NAME>".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

View File

@@ -8,6 +8,7 @@
- another bullet
## tracking
- [ ] 1hr GCP training
- [ ] harvest time sheet
- [ ] exercise
- [ ] dinner / logistics

View File

@@ -0,0 +1,12 @@
# {{ title }}
Date: {{format-date now '%a, %b %d @ %H%M'}}
Description:
Attendees:
## Agenda
## Notes
## Action Items
- [ ] Item
- [ ] Item