19 lines
220 B
Plaintext
19 lines
220 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Weekly review
|
|
# key: ;weekly
|
|
# --
|
|
* Weekly Review — `(format-time-string "W%V %Y")`
|
|
|
|
** Done this week
|
|
${1:- }
|
|
|
|
** In progress
|
|
${2:- }
|
|
|
|
** Blocked
|
|
${3:- }
|
|
|
|
** Next week focus
|
|
${4:- }
|
|
$0
|