Rearranged tree to be more sane. Made formatting changes to stage 2. Fixed a bug where edit would be bypassed if the note was just created.
4 lines
66 B
Bash
4 lines
66 B
Bash
function p_header(){
|
|
printf "TITLE: $NAME\nDATE: $(date)\n"
|
|
}
|