-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery Etherpad? #18
Comments
Hi rugk, Actually I didn't find any better way to make this clear for the user so this is why I made the "Advanced options" part of the form. The explanation is simple though: the jQuery plugin is on the client side and its main feature is to show an etherpad on an arbitrary div element. With this method some parameters can be added in a safe always-working way. More info: https://github.com/ether/etherpad-lite-jquery-plugin In Padland, this plugin is responsible for the implementation of the default username/color preferences. It makes as well the view to fit into the phone screen without issues. In the future it might allow further customization. This is why it is very recommended. |
Ah, thanks for your information.
Ohh 😮. BTW: 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. This name is really misleading... |
Complaining about this strange name now in the right place: ether/etherpad-lite-jquery-plugin#22 |
The name can be misleading to you but this piece of software is a jQuery plugin that interacts with Etherpad Lite, so I think it is a name that describes pretty well what it does. Padland has a simple html layout with jQuery and this plugin extending it. |
Ah, so it is a jQuery plugin for Etherpad. I thought it was an Etherpad plugin using jQuery for the server side... |
I don't really know what the jQuery option is supposed to do.
I mean:
The text was updated successfully, but these errors were encountered: