This project aims to sync documents between Dropbox Paper and any local Git repository. Why? Because apart from all other features that paper has, it is an excellent in-brownser markdown editor.
This is an effort to create and automate Paper->Github Pages workflow, where I can create and publish my blog posts by writing them in dropbox paper and automatically fetching it from there and publishing it in Github Pages.
Current State: This project is currently in its very initial stages and nothing is guaranteed to work. I will update this as the project moves forward.
To install, try out the following commands:
$ virtualenv dropbox-sdk --python=python3
$ source dropbox-sdk/bin/activate
$ python setup.py install
You can run paper_git --help
in the console to print out the following help
text:
$ paper_git --help
usage: paper_git [-h] {shell,update} ...
The Paper-to-Git system
Copyright 2017 Abhilash Raj
optional arguments:
-h, --help show this help message and exit
Commands:
{shell,update}
shell Start an interactive paper git shell.
update Pull the list of Paper docs and update the database.
This project is licensed under MIT License. Please see the LICENSE file for a complete copy of license.