# Installation

Said by David Benson, webapp founder, you can't use custom plugins in the webapp because of security concerns (opens new window). The best approach (opens new window) is to use a local version of the webapp. Follow the instructions to do it:

Zenetys shares a Diagrams webapp fork that includes Live plugin (opens new window) to provide an online demo version.

# Download

  1. Download needed GitHub repositories:

  2. Serve the downloaded files on a HTTP server:

    • Webapp:
      • Set /src/main/webapp folder as public.
      • Set webapp_url as path to serve /src/main/webapp/index.html file.
    • Live plugin:
      • Set plugin_url as path to serve /src/live.js.

# Configuration

  1. Go to webapp_url to access your Diagrams webapp fork.

  2. Go to menu Extras > Plugins... to access the Plugins dialog box.

Open plugins dialog box

  1. Click on Add... button to access Built-in Plugins dialog box.

Access Built-in plugins dialog box

  1. Click on Custom... button to access Add custom plugin dialog box.

Access Custom plugins dialog box

  1. Set plugin_url value to Enter value (URL) input field & click on Add button.

Add Live plugin to webapp custom plugins with its url

  1. Click on Apply button to validate.

Apply your changes

  1. Refresh the wap page. You can now use the Live plugin features.