zk: add meeting template
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
- another bullet
|
||||
|
||||
## tracking
|
||||
- [ ] 1hr GCP training
|
||||
- [ ] harvest time sheet
|
||||
- [ ] exercise
|
||||
- [ ] dinner / logistics
|
||||
|
||||
12
zk/.config/zk/templates/meeting.md
Normal file
12
zk/.config/zk/templates/meeting.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# {{ title }}
|
||||
Date: {{format-date now '%a, %b %d @ %H%M'}}
|
||||
Description:
|
||||
Attendees:
|
||||
|
||||
## Agenda
|
||||
|
||||
## Notes
|
||||
|
||||
## Action Items
|
||||
- [ ] Item
|
||||
- [ ] Item
|
||||
Reference in New Issue
Block a user