cleric-plus-thief/ed/journalitem.ed

14 lines
159 B
Plaintext
Raw Normal View History

2022-09-03 23:26:07 +00:00
.
g/BEGIN/ka
g/END/kb
1,'ad
'b,$d
g/^##/+s/^/note: /
v/^note/s/^/+ /
%s/+ ##/##/
2022-09-05 17:58:14 +00:00
%s_^## <time>\(.*\)</time> - \(.*\)_\
2022-09-03 23:26:07 +00:00
time: \1\
2022-09-05 17:58:14 +00:00
title: \2_
2022-09-03 23:26:07 +00:00
1,$w /dev/stdout
q