#
Import from Evernote
Obsidian allows you to easily migrate your notes from Evernote using the Importer plugin. This will convert your Evernote data to durable Markdown files, that you can use with Obsidian and many other apps.
#
Export your data from Evernote
Obsidian uses Evernote's export format .enex
files.
You can find Evernote's instructions for exporting your data on Evernote's website. This method allows you to export entire notebooks in the desktop client.
- Go to the Notebooks screen.
- Click on More actions (
•••
) and choose Export Notebook... - Select ENEX as the file format.
- Choose a location for your exported
.enex
file.
#
Import your Evernote data into Obsidian
You will need the official Obsidian Importer plugin, which you can install here.
- Open Settings.
- Go to Community Plugins and install Importer.
- Enable the Importer plugin.
- Open the Importer plugin using the command palette or ribbon icon.
- Under File format choose Evernote (.enex).
- Select the location of your Evernote backup file.
- Click Import and wait until import is complete.
- You're done!
#
Advanced import options
#
Maintain tag hierarchy
Evernote export does not keep the tag hierarchy. To keep your tag hierarchy, you can "flatten" tags separated by "/". For example, assuming that you have the following tag structure:
ParentTag
ChildTag
What you need to do to keep tags related in Obsidian is:
- Right-click on the ChildTag.
- Select "Rename."
- Rename it as
ParentTag/ChildTag
.
#
Handling notebook stacks
Since the export process is limited to single notebooks, the default export file lacks information about notebook stacks. However, the importer can recognize patterns in the enex file name to recreate notebook stacks as folders.
Assuming that you have a notebook called NotebookA
in a stack called Stack1
, you can recreate a notebook stack by renaming the enex file to Stack1@@@NotebookA
.
This results in the converted notes being generated within the Stack1/NotebookA folder.
#
More options
For more advanced import options from Evernote you can also try importing via Yarle.