From 46303d7c86637684f9253d75cccdc2c860c7af2e Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 5 Nov 2018 09:14:49 +0100 Subject: [PATCH] evernote import --- Evernote import.md | 14 ++++++++++++++ _Sidebar.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Evernote import.md diff --git a/Evernote import.md b/Evernote import.md new file mode 100644 index 0000000..4b41234 --- /dev/null +++ b/Evernote import.md @@ -0,0 +1,14 @@ +Trilium can import ENEX files which are used by Evernote for backup/export. One ENEX file represents content (notes and resources) of one notebook. + +## Export ENEX from Evernote +To export ENEX file, you need to have desktop version of Evernote (i.e. not web/mobile). Right click on notebook and select export and follow the wizard. + +## Import ENEX in Trilium + +Once you have ENEX file, you can import it to Trilium. Right click on some note (to which you want to import the file), click on "Import" and select the ENEX file. + +## Limitations + +All resources are created as note's attachments. + +HTML inside ENEX files is not exactly valid so some formatting maybe broken or lost. You can report major problems into [Trilium issue tracker](https://github.com/zadam/trilium/issues). diff --git a/_Sidebar.md b/_Sidebar.md index 5001001..9b5c19d 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -14,7 +14,7 @@ * [[Backup]] * [[Keyboard shortcuts]] * [[Themes]] - * [[Markdown]] support + * [[Evernote|Evernote import]], [[Markdown]] support * Installation & setup * [[Server installation]] * [[Packaged server installation]]