zk: add meeting template
This commit is contained in:
@@ -78,6 +78,14 @@ template = "default.md"
|
|||||||
#[group."<NAME>".extra]
|
#[group."<NAME>".extra]
|
||||||
#key = "value"
|
#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]
|
[group.daily]
|
||||||
paths = ["daily"]
|
paths = ["daily"]
|
||||||
|
|
||||||
@@ -192,7 +200,8 @@ edit = 'zk edit --interactive "$@"'
|
|||||||
# This alias doesn't take any argument, so we don't use $@.
|
# This alias doesn't take any argument, so we don't use $@.
|
||||||
recent = "zk edit --sort created- --created-after 'last two weeks' --interactive"
|
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
|
# 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
|
# arguments. This can be useful to expand a complex search query into a flag
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
- another bullet
|
- another bullet
|
||||||
|
|
||||||
## tracking
|
## tracking
|
||||||
|
- [ ] 1hr GCP training
|
||||||
- [ ] harvest time sheet
|
- [ ] harvest time sheet
|
||||||
- [ ] exercise
|
- [ ] exercise
|
||||||
- [ ] dinner / logistics
|
- [ ] 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