Skip to content

Available Plugins

Wikinaut edited this page Dec 4, 2013 · 27 revisions

Admins are able to view available plugins at <etherpad-lite-instance>/admin/plugins, which also allows you to install or uninstall plugins. We might (should) add some publicly available list of published plugins...

Installing Plugins with Admin Interface

  1. Enable Admin interface (edit settings.json)
  2. Login in to admin interface (yourpad.com/admin)
  3. Use admin interface

Video (YouTube)

Note if you are running on a VM with limited RAM you maybe unable to use the admin interface to list plugins, the is a likely obsolete list available and you can install them manually as shown below.

manually Installing plugins

cd etherpad-lite
npm install ep_<plugin name>

Then restart etherpad-lite: it will detect the new plugin and use it.

manually Uninstalling plugins

npm uninstall ep_<plugin name>

And restart etherpad lite.

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally