fixed the crazy bug from yesterday where new line or lines added at the start of an existing note would not save. Weirdest thing ever. Browser would seem to remove new lines unless the html started with a new line.
Basically my template needed to be
<textarea> text</textarea>
instead of: <textarea>text</textarea>
crazy right?