3

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) ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Devrim
  • 2,826
  • 5
  • 25
  • 31

1 Answers1

1

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

dreeves
  • 26,430
  • 45
  • 154
  • 229