diff options
Diffstat (limited to 'doc/Usage/Plugins.asciidoc')
-rw-r--r-- | doc/Usage/Plugins.asciidoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Usage/Plugins.asciidoc b/doc/Usage/Plugins.asciidoc new file mode 100644 index 0000000..1f2d3a0 --- /dev/null +++ b/doc/Usage/Plugins.asciidoc @@ -0,0 +1,7 @@ +== Plugins +Plugins a way of extending smolbote's functionality using the Qt plugin system. +They are not to be confused with NPAPI/PPAPI or WebExtension plugins. + +To enable a plugin either copy it or symlink it in the plugins.path location, +or set its absolute path as the plugins.path. + |