v2.0a3 -> v2.0a4

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.
This commit is contained in:
Jon-William Lewis
2015-05-07 21:23:12 -05:00
parent a0ad2e7d48
commit 64e504ebcb
11 changed files with 170 additions and 109 deletions

3
functions/p_header.sh Normal file
View File

@@ -0,0 +1,3 @@
function p_header(){
printf "TITLE: $NAME\nDATE: $(date)\n"
}