1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/readme/welcome/2_importing_and_exporting_notes.md

15 lines
1.4 KiB
Markdown
Raw Normal View History

2019-02-05 20:46:32 +02:00
# Importing and exporting notes ↔️
2019-02-02 12:53:57 +02:00
## Importing from Evernote
2019-02-05 19:08:25 +02:00
Joplin was designed as a replacement for Evernote and so can import complete Evernote notebooks, as well as notes, tags, images, attached files and note metadata (such as author, geo-location, etc.) via ENEX files.
2019-02-02 12:53:57 +02:00
2019-02-05 23:14:32 +02:00
To import Evernote data, first export your Evernote notebooks to ENEX files as described [here](https://help.evernote.com/hc/en-us/articles/209005557-How-to-back-up-export-and-restore-import-notes-and-notebooks). Then, on **desktop**, do the following: Open File > Import > ENEX and select your file. The notes will be imported into a new separate notebook. If needed they can then be moved to a different notebook, or the notebook can be renamed, etc. Read [more about Evernote import](https://joplin.cozic.net/#importing-from-evernote).
2019-02-02 12:53:57 +02:00
2019-02-05 19:08:25 +02:00
# Importing from other apps
2019-02-02 12:53:57 +02:00
Joplin can also import notes from [many other apps](https://github.com/laurent22/joplin#importing-from-other-applications) as well as [from Markdown or text files](https://github.com/laurent22/joplin#importing-from-markdown-files).
2019-02-05 20:46:32 +02:00
# Exporting notes
2019-02-02 12:53:57 +02:00
2019-03-08 19:16:10 +02:00
Joplin can export to the JEX format (Joplin Export file), which is an archive that can contain multiple notes, notebooks, etc. This is a format mostly designed for backup purposes. You may also export to other formats such as plain Markdown files, to JSON or to PDF. Find out [more about exporting notes](https://github.com/laurent22/joplin#exporting) on the official website.