Skip to content

Convert a various other note formats into ENEX files for suitable for import into Evernote. Supports OneNote and Google Keep.

License

Notifications You must be signed in to change notification settings

vincekd/NoteImportUtilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeepToEnex

Convert a Google Takeout zip file containing Google Keep notes in json format to a directory of Evernote Export (ENEX) XML files, suitable for import into Evernote.

OnenoteToEnex

Convert Oneonte .mht export files to enex notes suitable for import into Evernote

How to use keepToEnex

Install Python, then, run the script through the command prompt by python keepToEnex.py [ZIP_FILE] [options].

Exports to Evernote_Files in same directory.

Checklists become bullet point lists.

Attachment files are imported, but mileage may vary. Attached image files work just fine.

Options

--defaultTitle "Google Keep Import" default "" - (Will append "#" + [note number] regardless)

--author "Anonymous" default "Anonymous"

--encoding "utf-8" default system encoding or utf-8

--includeTrashed True default False

--addLabel "Keep" default None

How to use onenoteToEnex

Install Python, then, run the script through the command prompt by python onenoteToEnex.py [MHT_FILE] [options].

Exports to Evernote_Files in same directory.

Options

--author "Anonymous" default "Anonymous"

--addLabel "onenote" default None

---keepStyle True default False

About

Convert a various other note formats into ENEX files for suitable for import into Evernote. Supports OneNote and Google Keep.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%