summaryrefslogtreecommitdiff
path: root/doc/source/plugins/index.rst
diff options
context:
space:
mode:
authorMathieu Pasquet <mathieui@mathieui.net>2013-11-28 21:22:17 +0100
committerMathieu Pasquet <mathieui@mathieui.net>2013-11-28 21:22:17 +0100
commitc2b673308f5d8ef7a295d03d1a1fa72b8b947c12 (patch)
treec13a53d73e4d68f326e775b69f60f80c723595e9 /doc/source/plugins/index.rst
parent0ad9712d0c7421c4d9b2d9ebb4b7d328c90e2253 (diff)
downloadpoezio-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.rst8
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