X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FPlugin-System.html;h=37b26152638b27d3de55f657298dfa728961c47d;hb=5e148f8a529abf72256ef74ed149d56a5b27bd72;hp=6d08d8595febf33df3af726000d768b3c43afd98;hpb=992af0b9d77cb4fbac2c37ef8d5896042d67a2a3;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Plugin-System.html b/doc/Plugin-System.html index 6d08d859..37b26152 100644 --- a/doc/Plugin-System.html +++ b/doc/Plugin-System.html @@ -4,31 +4,49 @@ - Shaarli - Plugin System + Shaarli – Plugin System - +
@@ -36,21 +54,30 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Home
  • Installation
  • +
  • Docker
  • Usage
  • How To
  • Troubleshooting
  • Development @@ -60,6 +87,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Directory structure
  • 3rd party libraries
  • Plugin System
  • +
  • Release Shaarli
  • Security
  • Static analysis
  • Theming
  • @@ -75,32 +103,11 @@ code > span.er { color: #ff0000; font-weight: bold; }

    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: