【发布时间】:2010-10-11 07:02:10
【问题描述】:
我在./etherpad/src/static/js/pad_editor.js 看到它被调用
作为,
self.ace = new Ace2Editor();
我可以只包含并调用其他编辑器(如 codemirror)吗?
【问题讨论】:
标签: javascript etherpad
我在./etherpad/src/static/js/pad_editor.js 看到它被调用
作为,
self.ace = new Ace2Editor();
我可以只包含并调用其他编辑器(如 codemirror)吗?
【问题讨论】:
标签: javascript etherpad
mailing list 上的共识是,Etherpad 和 ACE 紧密地交织在一起,目前这可能是没有希望的。
【讨论】: