Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/enex-dump
- Owner: fabiospampinato
- License: mit
- Archived: true
- Created: 2018-07-30T01:26:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T21:24:29.000Z (over 5 years ago)
- Last Synced: 2024-07-31T07:18:16.443Z (3 months ago)
- Topics: dump, enex, evernote, extract, markdown, notes
- Language: JavaScript
- Size: 106 KB
- Stars: 74
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - enex-dump - Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown. (JavaScript)
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