You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 5 years ago | |
KeepToOrg.py | 2 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
README.md
KeepToOrg
Convert Google Keep notes to Emacs .org files
Usage:
python KeepToOrg.py /path/to/google/Keep output/dir
Given a Takeout of your Google Keep Notes in .html format, output .org files with logical groupings based on tags. This will also format lists and try to be smart.
Go to Google Takeout to download your Keep data. Extract the data and run this script on it.
Note that the dates used to sort the notes can be out of order. After investigating, the dates in the note .html files themselves appear to be wrong. I think this is Google's fault.