Convert Google Keep notes to Emacs .org files
Switch branches/tags
Nothing to show
Clone or download
makuto Added .org file output
* Files will now be output with notes in org format
* Fixed bug where calling toOrgString() would modify the note and
  then fail on subsequent calls
* Added dates and sorting of notes by date
Latest commit 28cdc3a Sep 8, 2018
Permalink
Failed to load latest commit information.
.gitignore Initial commit Sep 7, 2018
KeepToOrg.py Added .org file output Sep 8, 2018
LICENSE Initial commit Sep 7, 2018
README.md Added .org file output Sep 8, 2018

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.