-
Notifications
You must be signed in to change notification settings - Fork 117
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
wysiwyg-editor interface. #169
base: master
Are you sure you want to change the base?
Conversation
this is really cool. Thanks. what should this value be ? the id of the comments-container or a parent tag surrounding the comments container. |
It is the container id (div) in which the editor is rendered.
|
ok, thanks for confirming. |
… into wysiwyg-editor
I do not know is interesting for you but the need arose to use an external editor (froala) but the jquery-coments api does not provide means for that. The changes create a mini api to make it work.
The interface implementation might look something like this:
$(el).comments( comments_options );
The results were satisfactory.