Closed mitar closed 8 years ago
Yeah we just discussed this in #27 and it will be done soon. The code is already modularized for that.
I've started the modularization process; however some bits are not as cleanly abstracted as I'd like (in particular, ShareJS bundles some wrapper code for Ace and CodeMirror that have to be added via the parent package.)
It made sense to keep all the packages in the same repo for now, which helps the demo stay sane as well. Let me know if you have any thoughts.
This was fixed in the latest release for meteor 1.3
Instead of bundling editors, package could be split into base package + modules for each editor. Then others could create support for other editors.