Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/enex-dump

Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
https://github.com/fabiospampinato/enex-dump

dump enex evernote extract markdown notes

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

> Warning: This library is now deprecated, use [Dumper](https://github.com/notable/dumper) instead.

# 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