Skip to content

Convert nnex files exported from NixNote to Markdown files

License

Notifications You must be signed in to change notification settings

dave-burke/nnex2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nnex2md

This script converts .nnex files (exported from NixNote, formerly Nevernote) to Markdown.

Note that this has only been tested on Linux. It should work on Mac, but it may not work on Windows without an update to remove filename characters that are valid on Linux but not Windows.

Usage

node index.js [mynotes.nnex]

Behavior

Files are written to the directory you run the script from. It creates one subdirectory per notebook. Each notebook directory has an 'assets' directory where file resources are saved. Files with no name are named after their hash.

Like this:

Notebook
|-- assets
|   `-- image.jpg
`-- note.md

About

Convert nnex files exported from NixNote to Markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published