-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from marph91/add-evernote
add support for evernote
- Loading branch information
Showing
10 changed files
with
895 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This page describes how to convert notes from Evernote to Markdown. | ||
|
||
## General Information | ||
|
||
- [Website](https://evernote.com/) | ||
- Typical extension: `.enex` or folder of `.enex` files | ||
|
||
## Instructions | ||
|
||
1. Export as described [at the website](https://help.evernote.com/hc/en-us/articles/209005557-Export-notes-and-notebooks-as-ENEX-or-HTML) | ||
1. Choose "enex" | ||
2. [Install jimmy](../index.md#installation) | ||
3. Convert to Markdown. Example: `jimmy-cli-linux backup.enex --format evernote` | ||
1. To decrypt encrypted notes, specify your password, like `jimmy-cli-linux backup.enex --format evernote --password 1234` | ||
4. [Import to your app](../import_instructions.md) | ||
|
||
## Import Structure | ||
|
||
- Each `.enex` file is converted to a folder. | ||
- Notes inside the `.enex` file are converted to Markdown files. | ||
- Note links are recovered by matching the note name. This might not work sometimes, if the name was changed after creating the link. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.