Devrim
Devrim

Reputation: 2904

how to change the etherpad's ace2editor to something else?

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

Upvotes: 3

Views: 508

Answers (1)

dreeves
dreeves

Reputation: 26932

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

Upvotes: 1

Related Questions