I get a javascript error that TinyMCE is not defined. From what I understand, this is the only compatible text editor at this time. Can't use this module until it is compatible with WYSIWYG and ckeditor.

Comments

Equinger’s picture

Wanted to add that I appreciate your work. I understand that you've done a major rewrite.

sdrycroft’s picture

Assigned: Unassigned » sdrycroft
Category: feature » bug

Hmmm, I had issues when developing the module to get it to play nicely with the WYSIWYG module. Unfortunately, the WYSIWYG module executes Javascript when the page is saved, this Javascript populates the actual form field (e.g. the body field) with the text/HTML that you've entered in the WYSIWYG editor. Up until that point, the actual field is empty. I've hacked the Javascript in this module to try and pull the text out of the editor, and unfortunately have hard coded this expecting it to be the TinyMCE editor (what I tend to use). I'll see if there is a way that I can get the type of the editor, before trying to "save" it.

Equinger’s picture

No, I understand, but it would be great if you could figure something out! Thanks for looking at the issue. I'm kind of busy right now, but if I have time, I'll look at it too.

rootwork’s picture

Category: bug » feature

In the meantime, it would be nice to mention that this isn't compatible with wysiwyg.module on the project page (or, alternatively, list the wysiwyg editors that this is compatible with).

rootwork’s picture

Category: feature » bug

Oops, I didn't realize the module maintainer had classified this as a bug. Didn't mean to override you there, just thought supporting a new editor was more of a feature request than a bug :) But I'm changing it back since that's how you marked it.

fgiacanelli’s picture

I noticed that flagging "autotag on save" work with wysiwyg module but this makes reviewing tag list after autotagging stage useless.

By disabling CKeditor in admin/settings/wysiwyg/profile/ unchecking "enabled by default" the autotag button will work but no tags are saved when the user clicks on "save" button.

sdrycroft’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue has been fixed in the 7.x version of the module, no further development will be carried out on the 6.x version.