Skip to content

andrewheiss/nvalt2evernote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvALT to Evernote

Convert plain text notes stored in Notational Velocity or nvALT to an .enex file to import into Evernote.

While Evernote can import a folder of plain text files as notes, it does not preserve their metadata. This script preserves a note's creation time, modified time, and OpenMeta tags.

Requirements

  • OS X
  • Python 3
  • The Python packages listed in requirements.txt (install with pip3 install -r requirements.txt)

Usage

  1. Save nvalt2evernote.py somewhere on your computer.
  2. Modify note_files to point to the notes you want to import
    • When I ran this, I copied my notes from ~/Dropbox/Notational Velocity to ./Notes, for convenience
    • You may need to run the script multiple times for each file type you use. I had both .txt and .md files.
  3. Modify out_file to the name of the final Evernote export file.
  4. Run the script.

About

Convert plain text notes to an Evernote .enex file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages