Skip to content
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

Closed
liljenstolpe opened this issue Aug 27, 2015 · 3 comments
Closed

export/import from git #9

liljenstolpe opened this issue Aug 27, 2015 · 3 comments

Comments

@liljenstolpe
Copy link

It would be really interesting to "save" to git and "load" from git (Markdown).

@marijnh
Copy link
Member

marijnh commented Aug 27, 2015

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?

@liljenstolpe
Copy link
Author

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.

@marijnh
Copy link
Member

marijnh commented Aug 27, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants