mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

Improve editor modularity #30

Closed mitar closed 8 years ago

mitar commented 9 years ago

Instead of bundling editors, package could be split into base package + modules for each editor. Then others could create support for other editors.

mizzao commented 9 years ago

Yeah we just discussed this in #27 and it will be done soon. The code is already modularized for that.

mizzao commented 9 years ago

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.

DavidSichau commented 8 years ago

This was fixed in the latest release for meteor 1.3