[enh] add external plugin support

This commit is contained in:
Adam Tauber 2020-07-14 18:56:57 +02:00
parent 1185c06a87
commit 1f2dc6c647
5 changed files with 78 additions and 3 deletions

View file

@ -30,6 +30,13 @@ Example plugin
ctx['search'].suggestions.add('example')
return True
External plugins
================
External plugins are standard python modules implementing all the requirements of the standard plugins.
Plugins can be enabled by adding them to :ref:`settings.yml`'s ``plugins`` section.
Example external plugin can be found `here <https://github.com/asciimoo/searx_external_plugin_example>`_.
Register your plugin
====================