emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/writegood-mode 1dba5de892 29/47: Updated README to highlig


From: ELPA Syncer
Subject: [nongnu] elpa/writegood-mode 1dba5de892 29/47: Updated README to highlight new functionality
Date: Mon, 12 Dec 2022 21:01:42 -0500 (EST)

branch: elpa/writegood-mode
commit 1dba5de892ab17a3212d526424175c06e0f2ba59
Author: Benjamin Beckwith <bnbeckwith@gmail.com>
Commit: Benjamin Beckwith <bnbeckwith@gmail.com>

    Updated README to highlight new functionality
    
    Also provided recommended keys.
    Also performed minor formatting updates.
---
 README.org | 33 +++++++++++++++++++++++----------
 1 file changed, 23 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index a86e5329f3..17f59e1a65 100755
--- a/README.org
+++ b/README.org
@@ -1,21 +1,36 @@
 * Writegood Mode
 
-This is a minor mode to aid in finding common writing problems.  
[[http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/][Matt
-Might's weaselwords scripts]] inspired this mode.
+  This is a minor mode to aid in finding common writing problems.  
[[http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/][Matt
+  Might's weaselwords scripts]] inspired this mode.
 
-It highlights text based on a set of weasel-words, passive-voice and
-duplicate words.
+  It highlights text based on a set of weasel-words, passive-voice and
+  duplicate words.
 
 * Basic Usage
 
-First, load in the mode.
+  First, load in the mode.
 
 : (add-to-list 'load-path "path/to/writegood-mode")
 : (require 'writegood-mode)
 : (global-set-key "\C-cg" 'writegood-mode)
 
-I use the command key above to start the mode when I wish to check my
-writing.
+  I use the command key above to start the mode when I wish to check my
+  writing.
+
+  Alternatively, this package is also available on MELPA. If installed
+  through the package manager, then only the global key customization
+  would be necessary.
+
+* Readability tests
+  
+  There are now two functions to perform 
[[http://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests][Flesch-Kincaid
 scoring]] and
+  grade-level estimation. These follow the known algorithms, but may
+  differ from other implementations due to the syllable estimation.
+
+  I use these global keys to get to the readability tests:
+
+: (global-set-key "\C-c\C-gg" 'writegood-grade-level)
+: (global-set-key "\C-c\C-ge" 'writegood-reading-ease)
 
 * Customization
 
@@ -44,6 +59,4 @@ The user is free to customize three main portions of the mode.
 
 * Alternatives
 
-  
[[https://gitorious.org/robmyers/scripts/blobs/master/artbollocks-mode.el][Artbollocks]]
-  looks to be an alternative mode to this one. One advantage is a
-  built-in 
[[https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_test][Flesch-Kincaid
 readability test]].
\ No newline at end of file
+  
[[https://gitorious.org/robmyers/scripts/blobs/master/artbollocks-mode.el][Artbollocks]]
 looks to be an alternative mode to this one.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]