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
- Host: GitHub
- URL: https://github.com/eigenein/evernote-markdown
- Owner: eigenein
- License: mit
- Created: 2017-10-06T12:32:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T21:00:03.000Z (over 7 years ago)
- Last Synced: 2025-04-06T15:37:24.374Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evernote-markdown
Evernote ENEX to Markdown converter.
## Usage
```
Usage: convert.py [OPTIONS] EMEX_FILE OUTPUT_PATHEvernote 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
```