-
Notifications
You must be signed in to change notification settings - Fork 82
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
Option to sync with git automatically #12
Comments
Oh ha I just realized this is already in the README, nice. I'm going to look into trying it myself, but I'm not particularly good at bash so we'll see how that goes. |
Yep, I'd love to have this, but it will be quite difficult to do well. Before you dig in too much, I should point out there's quite a few things I'd really like out of a solution to this:
If I were you I'd be quite tempted to play with this as a layer outside this project, to start with at least, and see whether that solves everything (and where the gaps are, if it doesn't). Try building something into your editor of choice for example that automatically commits changes on save, and then just add a git repo in your notes folder, and use that. There's probably a pretty easy route there that gives you a nicely working solution which clicks together easily with |
Thanks for the ideas! |
I think pass's git integration is a good inspiration, it solves all of your listed concerns (well, I don't know about platform agnosticism as I never use neither osx nor windows). |
Here's my take on it:
|
The approach overall sounds good to me. A couple of questions on the details:
|
|
Is anybody actively working on this? I'd be interested myself. |
This is an interesting feature to me too. I ended up using sparkle share to do the same thing ( with the added benefit of being able to sync not note things ). |
I think it might be nice to have some kind of automatic git integration. Since gdrive still isn't a first class citizen on Linux and I don't use any other sync service, some kind of git hooks would be a great alternative for me, and I would assume others.
This is a neat helper, great idea!
The text was updated successfully, but these errors were encountered: