ether / ep_comments_page

Comments in Etherpad - No Longer Highly Experimental, now highly awesome!
Apache License 2.0
42 stars 48 forks source link

Live editing ep_comment code #242

Closed riedelcastro closed 2 years ago

riedelcastro commented 2 years ago

Hi,

thanks to previous replies here, I have now cloned ep_comments_page into the node_module folder of etherpad. This seems to work in that I can make changes to the plugin that get reflected in the editor instance--but only after I re-run it. Is there a way of doing "live edits" in the code that affect the instance without re-running?

Thank you!

rhansen commented 2 years ago

With client-side code you can simply refresh after setting "minify": false and "maxAge": 0 in your settings.json. For changes to server-side code you have to restart Etherpad.

riedelcastro commented 2 years ago

Thank you!