-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
export/import from git #9
Comments
You can import and export from and to Markdown. But how an in-browser editor would interact with git, I can't imagine. Can you elaborate on that? |
Use the git java api's such that a git "save" would be a commit/push and a "load" would be a pull from HEAD. Bonus points for branches. |
You could easily do this on the backend yes, and it'd be a great way to use this. But ProseMirror is a front-end component, so the actual git integration is out of scope for this projeect. |
It would be really interesting to "save" to git and "load" from git (Markdown).
The text was updated successfully, but these errors were encountered: