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

https://github.com/eigenein/evernote-markdown

Evernote ENEX to Markdown converter
https://github.com/eigenein/evernote-markdown

Last synced: 3 months ago
JSON representation

Evernote ENEX to Markdown converter

Awesome Lists containing this project

README

          

# evernote-markdown

Evernote ENEX to Markdown converter.

## Usage

```
Usage: convert.py [OPTIONS] EMEX_FILE OUTPUT_PATH

Evernote ENEX to Markdown converter.

Options:
-v, --verbose Increase log verbosity.
--help Show this message and exit.
```

Markdown files are stored in the output path and pictures are stored in `media` directory under the output path.

### Example

```bash
convert.py -v Index.enex Index
```