From b987c5b04f5835eadc0605879b940f1691d221f2 Mon Sep 17 00:00:00 2001 From: AardCrowley Date: Wed, 18 Jan 2023 12:25:20 -0500 Subject: [PATCH] Update README.md --- Note_Write_Helper/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Note_Write_Helper/README.md b/Note_Write_Helper/README.md index e3795c9..5fa75e0 100644 --- a/Note_Write_Helper/README.md +++ b/Note_Write_Helper/README.md @@ -10,8 +10,6 @@ There are two commands to use: 'nnw new' and 'nnw reply'. The 'new' parameter wi # Other notes -Currently, the plugin doesn't recognize 'nil' lines, or lines without text in them at all. If you're looking to separate your paragraphs, you'll need to either add '@w' or a space (' ') on the blank lines to separate them. +This has now been upgraded to no longer need to insert a space to process a paragraph break. It has new code in it, so if it breaks, please let me know. -The only other thing that this plugin cannot handle is long links, or words that are longer than 79 characters. If you're posting a link, you're better off using a URL shortner to post it. - -Any questions or bugs, please let me know. Thanks! \ No newline at end of file +Any questions or bugs, please let me know. Thanks!