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

Add Git Integration #593

Closed
evansan opened this issue Apr 3, 2019 · 4 comments
Closed

Add Git Integration #593

evansan opened this issue Apr 3, 2019 · 4 comments
Labels
enhancement New feature or request maybe It's unsure whether this should be implemented or not

Comments

@evansan
Copy link

evansan commented Apr 3, 2019

Feature description

Automatically or manual sync with a button in the app (with git push)
Add note history support from git versioning system

Feature motivation

@fabiospampinato
Copy link
Member

fabiospampinato commented Apr 3, 2019

Let's track versioning here #116

There's going to be some synchronization capabilities at some point, I'm not sure if they will be provided via git though.

@fabiospampinato fabiospampinato added enhancement New feature or request maybe It's unsure whether this should be implemented or not labels Apr 3, 2019
@pointbre
Copy link

pointbre commented Apr 8, 2019

I'm using FSWatch(https://github.com/emcrisostomo/fswatch) + Git-Sync(http://gitsync.sourceforge.net) for automatic synchronization to remote git repository like: fswatch -o . | while read num; do (flock -x 200 && (echo "saved" | ./git-sync)) 200> /tmp/git-sync.lock ; done.

I wish this helps until Notable supports synchronization and/or git integration.

@fabiospampinato
Copy link
Member

@pointbre Thanks for sharing the script, it looks very useful!

@fabiospampinato
Copy link
Member

I'm closing this in favor of #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maybe It's unsure whether this should be implemented or not
Development

No branches or pull requests

3 participants