X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FPlugin-System.html;h=655536c60cc32190b5ada615202172408162c48d;hb=fdf88d194874a533cf3a8de3d317d70018aa8a62;hp=cb1cb7464bbd3fb4066643379be41a64a5b4379c;hpb=f8b936e7e75601b5d96525f25d5b52dbabd909b4;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Plugin-System.html b/doc/Plugin-System.html index cb1cb746..655536c6 100644 --- a/doc/Plugin-System.html +++ b/doc/Plugin-System.html @@ -4,46 +4,69 @@ - Shaarli - Plugin System + Shaarli – Plugin System - +

Plugin System

-

Note: Plugin current status - in developpement (not merged into master).

+

Note: Plugin current status - in development (not merged into master).

-

I am a user. Plugin User Guide.

-

I am a developper. Developper API.

+

I am a developer. Developer API.

I am a template designer. Guide for template designer.

-

Plugin User Guide

-

Manage plugins

-

In config.php, change $GLOBALS'config'['ENABLED_PLUGINS'] array:

-
$GLOBALS['config'['ENABLED_PLUGINS']]('ENABLED_PLUGINS'].html)
-

Full list:

-
$GLOBALS['config'['ENABLED_PLUGINS'] = array(]('ENABLED_PLUGINS']-=-array(.html)
-    'qrcode', 'archiveorg', 'readityourself', 'playvideos',
-    'wallabag', 'markdown', 'addlink_toolbar',
-);
-

List of plugins

-

Plugin maintained by the community:

- -

Developper API

+

Developer API

What can I do with plugins?

The plugin system let you: