blob: f84cbd5b12d21b31a5a80e907fce77473c3421e7 (
plain)
1
2
3
4
5
6
7
8
|
command! NoteutilToday call noteutil#open(
\ 'journal --date today')
command! NoteutilTodayWeekly call noteutil#open(
\ 'journal --date today --period weekly')
command! NoteutilYesterdayWeekly call noteutil#open(
\ 'journal --date yesterday --period weekly')
command! NoteutilBacklinks call noteutil#backlinks()
|