From 1f2dc6c64785ab962efbeed0cfc093fdd3f41bf0 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 14 Jul 2020 18:56:57 +0200 Subject: [enh] add external plugin support --- docs/dev/plugins.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/dev/plugins.rst') diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst index 6add97517..16262ea6d 100644 --- a/docs/dev/plugins.rst +++ b/docs/dev/plugins.rst @@ -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 `_. + Register your plugin ==================== -- cgit v1.2.3