Skip to content

Available Plugins

edy-b edited this page Jul 11, 2012 · 27 revisions

Installing plugins

cd etherpad-lite
npm install ep_*name*

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

To remove a plugin

npm uninstall ep_*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