You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marcelklehr edited this page Jan 15, 2013
·
14 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...
manually Installing plugins
cd etherpad-lite
npm install ep_<plugin name>
Then restart etherpad-lite: it will detect the new plugin and use it.