etherpad-lite-jquery-plugin
etherpad-lite-jquery-plugin copied to clipboard
A jQuery plugin to inject Etherpad lite pads and read the content from pads
Can I suggest to provide some demos in a 'examples' folder? I had some issues while testing. The getContents example didn't work for me: ``` $('#examplePadBasic').pad({'getContents':'exampleGetContents'}); ``` I tried to...
I host an etherpad server and use `etherpad.js` to put etherpad iframes into my website. Unfortunately, every time an iframe is loaded, the newlines (`\n`) get modified (generally, they increase...
Why is this client plugin named jQuery? It has not much to do with jQuery. A name such as "Etherpad JS wrapper" or "Etherpad JS embedder" would be more suitable....