Convert Google Keep backup to Orgmode files
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.
Macoy Madson 8f8d3c56d6
Merge pull request #3 from lytex/master
2 years ago
.gitignore Initial commit 5 years ago
KeepToOrg.py Export date as CREATED property 2 years ago
LICENSE Initial commit 5 years ago
README.md Added .org file output 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.