views:

16

answers:

1

i see that on ./etherpad/src/static/js/pad_editor.js it's being called as,

  self.ace = new Ace2Editor();

can I just include and call some other editor (like codemirror) ?

+1  A: 

Consensus on the mailing list is that Etherpad and ACE are so tightly interwoven that this is probably hopeless for now.

dreeves
i thought the same but it's been done on ethercodes.com so i'm wondering..
Devrim