Hi,

Rather than creating a new module, I think it would be better to putting your efforts into making PEGOEditor work with the WYSIWYG API module http://drupal.org/project/wysiwyg It already supports FCKeditor 2.6, jWYSIWYG 0.5, markItUp 1.1.5, NicEdit 0.9.0, TinyMCE 3, TinyMCE 2, Whizzywig 55 and I'm sure they'd appreciate you joining forces with them on PEGOEditor.

Cheers,
Stella

Comments

anastasis’s picture

Version: » 6.x-1.0

Good remark, our next efforts will go in that directions, but it will take some time.
In the meantime, as we have developed and used this module for months, and we think it is a stable version, we have decided to share it with the community.

EgonO’s picture

thanks for the module. sounds very interesting. if it is integrated with wysiwyg-module i think it would be the first choice for me.

:)

mitchell’s picture

Title: Please integrate with WYSIWYG module » PEGOEditor integration
Project: PEGOEditor - WYSIWYG HTML editor » Wysiwyg
Version: 6.x-1.0 » 6.x-2.x-dev
Component: Code » Plugins

Since the code would end up in wysiwyg, this issue should probably go there.

Thanks anastasis! I'm really looking forward to trying this :)

mitchell’s picture

Issue tags: +WYSIWYG API

Adding tag in case it gets moved back.

sun’s picture

Title: PEGOEditor integration » Add editor: PEGOEditor
Component: Plugins » Code
Status: Active » Postponed
Issue tags: -WYSIWYG API

The original editor library must meet the following requirements:

1) The library is versioned. Versions can be downloaded from the vendor's web site.

2) At least one file in the downloaded package contains the exact version of the library. Ideally, this is either in a CHANGELOG.txt, or at the top of the main JavaScript file of the editor.

3) The editor library is capable to spawn multiple instances, and each instance can be attached and detached independently at runtime.

4) The configuration/settings can be passed separately to each instance.

sun’s picture

I've slightly improved and added this bit to the handbooks: http://drupal.org/node/458450

sun’s picture

Status: Postponed » Closed (won't fix)

Feel free to re-open this issue if you want to provide a patch.