From bd92a1bae198184d95d74e98ac8c7a49b7590b93 Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Sun, 16 Aug 2015 09:19:29 -0700 Subject: [PATCH] Wraps lines in notes at 79 characters. --- Note_Write_Helper/Note_Write_Helper.xml | 124 ++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 Note_Write_Helper/Note_Write_Helper.xml diff --git a/Note_Write_Helper/Note_Write_Helper.xml b/Note_Write_Helper/Note_Write_Helper.xml new file mode 100644 index 0000000..e72c238 --- /dev/null +++ b/Note_Write_Helper/Note_Write_Helper.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + No indent character; takes a long line and formats linewraps it. +nwi Same as above, except it takes an indent character. + +##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. + +]]> + + + + + + + + + + Send(note_wrap("%1")) + + + Send(note_wrap("%2", 79, "%1")) + + + + + + + + + + + + + + + + + + +