Skip to content

Available Plugins

nikitabe edited this page Mar 3, 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... b

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: https://www.youtube.com/watch?v=l98muZoK-2c&list=UUdbzIfrpmzGCJ2j1LjqW9Gw&index=1

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