-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to use this #45
Comments
There is no built in listen for edits, one could be added.
Have you got more information? |
demo is on https://ethercalc.org |
I'm aware of ethercalc. I'm looking for documentation on how to use the SocialCalc UI component in my own code. Is the ethercalc source code your documentation? |
@dhasenan There is no official documentation. You can look at the source or at how other people used the APIs. Perhaps the most concise example of how socialcalc can be integrated into other code is the gulf wrapper I wrote for realtime collaboration: https://github.com/gulf/gulf-editor-socialcalc/blob/master/src/index.js |
There's documentation for how to set up a spreadsheet instance, but nothing about how to listen for edits or load a document.
The text was updated successfully, but these errors were encountered: