How can I list all the pads in etherpad-lite

I found this: https://github.com/ether/etherpad-lite/wiki/How-to-list-all-pads

But I really can't figure out how to use it. Do I need to modify my /index.html templates and add this code snippet? Where? Thank!

+5
source share
3 answers

There are plugins for this :

Github:

For me, personally, small-listwas the best choice, since I had problems with others.

+1
source

, - , script. , etherpad-lite.

0

Log in to the admin admin panel, then go to the Plugin Manager and select / search for "list_pads" from the available plugins and click the install button.

enter a description of the image here Or via the command line Command "npm install ep_list_pads"

0
source

All Articles