Skip to content
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

Closed
simsalabim opened this issue Nov 1, 2011 · 17 comments
Closed

Adapt plugin to work with TinyMCE. #4

simsalabim opened this issue Nov 1, 2011 · 17 comments
Labels

Comments

@simsalabim
Copy link
Owner

CKEditor out-of-the-box support added in v1.1.1

@adampatterson
Copy link

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.

@piernik
Copy link

piernik commented Dec 28, 2011

I need that option too... it would be great to do that.
When It could be done?

@simsalabim
Copy link
Owner Author

As soon as I have spare time, hope after holidays. Happy New Year to all of you!

@adampatterson
Copy link

Sounds good! For the most part it was working.

@InTEGr8or
Copy link

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.

@edragame
Copy link

Any word on how this is going?

@lukegrecki
Copy link

I'm interested in this too.

@brockboland
Copy link
Contributor

I haven't tried either yet, but you might test out #13 and/or #56.

@simsalabim
Copy link
Owner Author

v.1.1.1 CKEditor out-of-the-box support added
TinyMCE integration pending.

@nunomazer
Copy link

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

@simsalabim
Copy link
Owner Author

@nunomazer thanks, fixed.

@martec
Copy link

martec commented Dec 28, 2013

if possible adapt to work with sceditor too https://github.com/samclarke/SCEditor ...
thanks.

@simsalabim
Copy link
Owner Author

Closing this because roadmap has changed and it is no longer includes TinyMCE integration for this version.

@andresteves
Copy link

CKEditor not working anymore

@simsalabim
Copy link
Owner Author

As much as I love the above comment, it's irrelevant to the topic.

@andresteves
Copy link

andresteves commented Nov 11, 2017 via email

@simsalabim
Copy link
Owner Author

Taking the convo to the relevant issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants