X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Fplugins%2Findex.md;fp=in%2Fplugins%2Findex.md;h=bbf30a345db9375f45e55af9cfbcd993a3a7f087;hb=36520f95d36d872ac58dd0df63d51756e8ff37c5;hp=176cde1faea168f000ccaf0556f6d677a74d287c;hpb=02fd3bdd57de1e994b73d5e7ea0bb1576756369b;p=webber.git diff --git a/in/plugins/index.md b/in/plugins/index.md index 176cde1..bbf30a3 100644 --- a/in/plugins/index.md +++ b/in/plugins/index.md @@ -17,10 +17,13 @@ to plugins. Those plugins do: There's another plugin there ([[skeleton.py|skeleton]]), which is is just a demo for plugin-programmers. -Plugins simply reside in the "`plugins/`" directory. However, webber -doesn't load all of them automatically. Instead you specify in the -configuration file [[webber.conf|configuration]] which -plugins you want. +Plugins simply reside in the "`plugins/`" directory from webber itself. If your +web project needs local plugins, you can specifiy additional plugins with +"`plugin_dirs`" in [[webber.conf|configuration]]. + +Note that webber doesn't load all of them automatically. Instead you specify +in the configuration file [[webber.conf|configuration]] which plugins you +want. Use the variable "`plugins`" for that. Once plugins are loaded, webber orchestrates the work of itself and all plugins via [[hooks]].