diff options
author | Mathieu Pasquet <mathieui@mathieui.net> | 2013-11-28 21:22:17 +0100 |
---|---|---|
committer | Mathieu Pasquet <mathieui@mathieui.net> | 2013-11-28 21:22:17 +0100 |
commit | c2b673308f5d8ef7a295d03d1a1fa72b8b947c12 (patch) | |
tree | c13a53d73e4d68f326e775b69f60f80c723595e9 /doc/source/plugins/index.rst | |
parent | 0ad9712d0c7421c4d9b2d9ebb4b7d328c90e2253 (diff) | |
download | poezio-c2b673308f5d8ef7a295d03d1a1fa72b8b947c12.tar.gz poezio-c2b673308f5d8ef7a295d03d1a1fa72b8b947c12.tar.bz2 poezio-c2b673308f5d8ef7a295d03d1a1fa72b8b947c12.tar.xz poezio-c2b673308f5d8ef7a295d03d1a1fa72b8b947c12.zip |
Add an “autocorrect” plugin with a sed-like syntax
TODO (eventually):
- correct words when using “word*” or “*word” using levenshtein distance
- allow regular expressions for replacement
Diffstat (limited to 'doc/source/plugins/index.rst')
-rw-r--r-- | doc/source/plugins/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index ce758537..e8307e7e 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -212,6 +212,13 @@ Plugin index Insert dots in your messages. + Autocorrect + :ref:`Documentation <autocorrect-plugin>` + + Add new ways to correct messages. + + + .. toctree:: :hidden: @@ -246,3 +253,4 @@ Plugin index iq_show regex_admin pointpoint + autocorrect |