-
Notifications
You must be signed in to change notification settings - Fork 221
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
Adapt plugin to work with TinyMCE. #4
Comments
I am using CKEditor and CodeMirror. They both "work" but I do end up with an error "Uncaught TypeError: Cannot call method 'indexOf' of undefined" I will check over my HTML and make sure there are no other issues that might cause this but 3 out of 4 pages like this work fine. |
I need that option too... it would be great to do that. |
As soon as I have spare time, hope after holidays. Happy New Year to all of you! |
Sounds good! For the most part it was working. |
Does Sisyphus not save with CKEditor? I am using it and I notice on my page that all the other fields get saved but not the CKEditor field. |
Any word on how this is going? |
I'm interested in this too. |
v.1.1.1 CKEditor out-of-the-box support added |
I don't use CKEditor, so the plugin crash on line 190, because function isCKEditorExists tested for CKEDITOR like typeof CKEDITOR != undefined; I have changed it to typeof CKEDITOR != "undefined"; and now it is working ok ... Using Firefox 23 |
@nunomazer thanks, fixed. |
if possible adapt to work with sceditor too https://github.com/samclarke/SCEditor ... |
Closing this because roadmap has changed and it is no longer includes TinyMCE integration for this version. |
CKEditor not working anymore |
As much as I love the above comment, it's irrelevant to the topic. |
Then seems all comments in this topic are irrelevant right? No problem I will try and share any findings wih the community...
Kind Regards,
Andre
… On 11 Nov 2017, at 00:26, Alexander Kaupanin ***@***.***> wrote:
As much as I love the above comment, it's irrelevant to the topic.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Taking the convo to the relevant issue. |
CKEditor out-of-the-box support added in v1.1.1
The text was updated successfully, but these errors were encountered: