No indent character; takes a long line and formats linewraps it.
nwi Same as above, except it takes an indent character.
nnw Opens up an editor box so you can just type the whole note at once.
##Examples##
nw This is a long line of text that would be formatted to break at 79 characters with respect to the word boundaries.
returns
This is a long line of text that would be formatted to break at 79 characters with
respect to the word boundaries.
nwi > This is a long line of text that would be formatted to break at 79 characters with respect to the word boundaries.
returns
>This is a long line of text that would be formatted to break at 79 characters with
>respect to the word boundaries.
As a side note, in order to post blank lines, you will need to use @w for each blank line. I may or may not fix it in the future.
]]>
Send(note_wrap("%1"))
Send(note_wrap("%2", 79, "%1"))
noteeditor("%1")