prosemeteor / prosemirror

Prosemirror integration for Meteor.js
MIT License
18 stars 2 forks source link

CircleCI

Welcome to ProseMeteor.

ProseMeteor is a package integrating ProseMirror and Meteor.js. ProseMeteor is built for Meteor 1.3+


NOTICE


Goals

The primary goal is to provide a package that provides realtime collaborative WYSIWYG editing.

Discussion for the ProseMeteor project will take place on Humon ProseMeteor Wiki

The wiki is readable by everyone but if you would like to contribute please contact funkyeah@gmail.com for an invite.

Developing

Since this project is still in development and the API will likely change, please see the demo application for proper API usage.

To run the demo application, which provides some example documents for a testing playground, use the run_demo.sh script. First give it executable permissions with chmod +x ./run_demo, then run it with ./run_demo.

To reset the demo application (clear its local database), give the ./reset_demo bash script executable permissions as well and run it with ./reset_demo.

File Structure