UNPKG

enex-dump

Version:

Dump the content of .enex files, preserving attachments, some metadata and optionally converting notes to Markdown.

32 lines (19 loc) 626 B
# enex-dump Dump the content of `.enex` files, including attachments, some metadata and optionally converting notes to Markdown. `enex` is the format used by [Evernote](https://evernote.com) for exporting notes. ## Install ```shell $ npm install -g enex-dump ``` ## Usage ```shell enex-dump --src ./my-notes.enex ``` This app can export notes in html or Markdown. Run the following to read all about the supported options: ```shell enex-dump --help ``` ## Related - **[Notable](https://github.com/fabiospampinato/notable)**: The markdown-based note-taking app that doesn't suck. ## License MIT © Fabio Spampinato