It is made only with jQuery and jQuery-UI. Knowing that Drupal 7 will be included in the core library jQuery UI is an interesting idea for the community.

Home: http://elrte.org/demo/
Home plugin files: http://elrte.org/elfinder/demo

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TwoD’s picture

Title: Possibility of including elRTE as plugin. » Add editor: elRTE
Version: 6.x-2.1 » 6.x-2.x-dev
Assigned: felipepodesta » Unassigned

Sounds like an interesting editor! I'm afraid I don't have time to investigate the possibilities further, but anyone is of course welcome to create a patch if they like.
Also note that other modules can provide editor implementationss via Wysiwyg module too. The documentation is a bit lacking as we don't officially support this yet, but basically you implement hook_wysiwyg_include_directory($type) and return the name of a subfolder when $type is 'editor'. That subfolder should contain one .inc file per editor implementation, just like the "editors" folder in Wysiwyg module. There are a few lines about this hook in wysiwyg.api.php, but that's focused on providing editor plugins instead, though the basics are the same.

Btw, unless you had in mind to do this yourself, I'm unassigning you from this issue. If you did, just reassign yourself when you have a patch and change the status to "needs review". ;)

felipepodesta’s picture

Status: Active » Needs work

I am willing to do this for the community.

I will investigate the module and create patches and post here.

TwoD’s picture

Component: Plugins » Code
Status: Needs work » Active

Reverting to active as there's no patch yet. Changing to "Code" as we use "Plugins" for things like the cross-editor Teaser Break plugin ans native plugin meta data wrappers.

If you need any help with this don't be afraid to ask here or on IRC (#drupal-wysiwyg). I haven't been in that channel for a while but I'll log back in after work.
Getting a grip on the JavaSript part of the editor implementations is a bit harder than it needs to be and it will be refactored for Wysiwyg 3.x...

Thanks for putting time into this!

yautja_cetanu’s picture

sub - looks like an awesome editor!

Fannon’s picture

looks great!

subscribing

TwoD’s picture

Did'n't realize we already had an issue for this editor. It's older but has less content so I'm marking it a duplicate of this one. For reference: #658430: Add elRTE editor support

marcusx’s picture

Used it already whitout drupal and works great! Looking forward to have WYSIWYG support.

subscribing

dgastudio’s picture

subscribing

Fannon’s picture

ElFinder is already ported for Drupal WYSIWYG:

http://drupal.org/project/elfinder

ElIrte and Elfinder really look great to me! They could outrun TinyMCE and IMCE for me by far, if this matures.

Simon

mooselimb’s picture

subscribing

vitok-dupe’s picture

subscribing

jduguid’s picture

subscribing

ookami.kb’s picture

subscribing

ph0enix’s picture

Component: Code » Miscellaneous
Status: Active » Patch (to be ported)
FileSize
3.13 KB

I have written initial module for elRTE support. It runs, have generic configuration options.

Known issues:

  1. Editor didn't support killing editor instance, so there are problems with Drupal input format switching.
    Maybe someone can find way how to fix that...
  2. Formatting toolbar positioning bug (solution: http://elrte.org/redmine/issues/483)
  3. Some functions didn't working in Drupal 6 (possible because it uses obsolete jQuery version)

Requirements:

Attached module for Drupal 7, it can run on Drupal 6 by replacing core version in wysiwyg_elrte.info. Also it can be easy integrated into wysiwyg module by copying wysiwyg_elrte/editors contents to wysiwyg/editors and replacing function name from "wysiwyg_elrte_elrte_editor" to "wysiwyg_elrte_editor" in elrte.inc.

vitok-dupe’s picture

No way!
It's happend!!
Nice one!!!)))

fexmusicmutuz’s picture

subscribing

jantimon’s picture

subscribing

jduguid’s picture

Status: Patch (to be ported) » Needs review

Nicely done! Thank you for all the work you put into this. Can you tell me how I tie in elFinder for the file manager?

tchopshop’s picture

subscribing

Razunter’s picture

Status: Needs review » Needs work

Not working with elrte 1.3

Shevchuk’s picture

any progress?

shenzhuxi’s picture

FileSize
9.46 KB

port #14 to a patch for wysiwyg 7.x-2.x

full work with elrte 1.2
all the pop up window have problem with elrte 1.3