File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ execute its own functionality based on these events.
77Publicly available plugins can be found in the npm registry (see
88< https://npmjs.org > ). Etherpad's naming convention for plugins is to prefix your
99plugins with ` ep_ ` . So, e.g. it's ` ep_flubberworms ` . Thus you can install
10- plugins from npm, using `npm install --no-save --legacy-peer-deps
11- ep_flubberworm` in Etherpad's root directory.
10+ plugins from npm, using ` pnpm run plugins install ep_flubberworms ` in Etherpad's root directory.
11+
12+ Also see [ wiki article] ( https://github.com/ether/etherpad-lite/wiki/Available-Plugins ) for more info.
1213
1314You can also browse to ` http://yourEtherpadInstan.ce/admin/plugins ` , which will
1415list all installed plugins and those available on npm. It even provides
You can’t perform that action at this time.
0 commit comments