How to Migrate Evernote to Obsidian with Notes Information?
A lot of users want to migrate Evernote to Obsidian note-taking software including all old notes and associated items. Users prefer to use Obsidian instead of Evernotes because it is available free of cost for personal and non-profit use.
If you are looking for a solution to migrate your notes from Evernote to Obsidian, then you can end your search here. This blog post describes 3 best techniques to resolve this problem with ease.
Evernote and Obsidian are both tools for taking notes, but they use different types of files to store information. Evernote uses ENEX files, and Obsidian uses Markdown (.md) files.
Think of it like using different kinds of containers to hold your notes – Evernote has one type, and Obsidian has another. It’s important to know this when moving your notes from one program to another.
Export Evernote to Obsidian Using Free Plugin
The Evernote to Obsidian import plugin is the best and most reliable method to migrate Evernote to Obsidian note-taking application. You need to complete 3 stages for moving from Evernote to Obsidian.
#1 Stage: Export Evernote Notes to ENEX Files
- Start the Evernote program and choose a note to export.
- Click the Three Dot icon to perform more actions.
- Next, choose the Export option from the dropdown choices.
- Select ENEX (.enex) and click the Export button.
- Browse the destination path and press the Save button.
- Go to the destination location to get the Evernote ENEX file.
#2 Stage: Install Evernote to Obsidian Import Plugin
- Download the Obsidian Importer plugin and click Install here.
- Asking to open the Obsidian plugin to install, click the Open Obsidian option.
- Click the Install button and install the Evernote to Obsidian Import plugin.
- See importer plugin is installed, now press the Enable button.
#3 Stage: Migrate from Evernote to Obsidian
- Open the Obsidian program and choose the Open Importer plugin.
- Next, select Evernote (.enex) as a file format to import data into Obsidian.
- Select any option to import ENEX files i.e. Choose Files or Choose Folders.
- Thereafter, pick Evernote ENEX notes and click the Open button.
- Once selected Evernote ENEX files, hit the Import button.
- Evernote to Obsidian migration has been completed, click Done.
- See Evernote Notes in the Obsidian note-taking program.
Recommended: Tips to Export from Evernote to MS Word
Migrate Evernote to Obsidian Using Yarle
You need to use Yarle scripts which is known as the ultimate converter to convert Evernote ENEX to Obsidian Markdown files. First go to Yarle project, choose Code, and download the ZIP file. Thereafter, extract the yarle-master zip file to get JSON, MD, JS, TMPL, etc. files. You will need to complete multiple stages to export Evernote to Obsidian, let’s read them.
#1 Phase: Download and install Node.js on Computer
- Go to the Node.js official website and download the installer.
- Run the Node.js setup MSI file and click Next.
- Read the end user license agreement and accept the terms and conditions.
- Click Next to start the Node.js installing process.
- Note.js has been successfully installed.
#2 Phase: Extract Evernote Notes to ENEX Format
- Run Evernote software and click More Actions (three dots).
- Thereafter, select the Export option from the dropdown.
- Select Evernote ENEX format, click Export, and Save them.
#3 Phase: Create the config.json File
Now you need to create a config.json file to run the script. You can create an empty config.json at the same location where you have stored Evernote exported ENEX files.
Alternatively, you can copy config.json from Yarle extracted data and paste it where you have saved Evernote ENEX notes. Thereafter, you need to edit or paste the below script in the config.json file.
{
"enexSources": [
"./test-template.enex"
],
"templateFile": "./sampleTemplate.tmpl",
"outputDir": "out",
"keepOriginalHtml": false,
"isMetadataNeeded": false,
"isNotebookNameNeeded": false,
"isZettelkastenNeeded": false,
"useZettelIdAsFilename": false,
"plainTextNotesOnly": false,
"skipLocation": false,
"skipCreationTime": false,
"skipUpdateTime": false,
"skipSourceUrl": false,
"skipWebClips": false,
"skipTags": false,
"useHashTags": true,
"outputFormat": "ObsidianMD",
"taskOutputFormat": "ObsidianMD",
"keepImageSize": "ObsidianMD",
"skipEnexFileNameFromOutputPath": false,
"keepOriginalAmountOfNewlines": false,
"urlEncodeFileNamesAndLinks": false,
"pathSeparator": "/",
"sanitizeResourceNameSpaces": false,
"haveEnexLevelResources": false,
"haveGlobalResources": false,
"useUniqueUnknownFileNames": false,
"useLevenshteinForLinks": false,
"replacementChar": "_",
"replacementCharacterMap": {
"<": "_",
">": "_",
":": "_",
"\"": "_",
"/": "_",
"\\": "_",
"|": "_",
"?": "_",
"*": "_"
},
"logseqSettings": {
"journalNotes": false
},
"obsidianSettings": {
"omitLinkDisplayName": false
},
"nestedTags": {
"separatorInEN": "_",
"replaceSeparatorWith": "---",
"replaceSpaceWith": "-"
},
"resourcesDir": "",
"keepMDCharactersOfENNotes": false,
"monospaceIsCodeBlock": false,
"dateFormat": "YYYY-MM-DD"
}
#4 Phase: Run JSON Script
Thereafter, run the following command to convert Evernote ENEX to Obsidian MD files. After completing this process, go to the output folder and get the resultant notes in Markdown MD format.
npx -p yarle-evernote-to-md@latest yarle --configFile ./config.json
Run the Node.js program and click on the Plus (+) icon to open Windows PowerShell command prompt.
#5 Phase: Import Markdown Files to obsidian
- Start Obsidian and choose an option to create a new folder.
- After that, rename the new folder as Markdown.
- Go to the MD file’s location, select them, and drag.
- Drop Markdown MD files under the recently created Markdown folder.
Read Similar: Export Evernote to Hard Drive in Standard Formats
Batch Convert Evernote to Obsidian Using Software
If you think above mentioned methods are not very beneficial to export Evernote to Obsidian, then try BitRecover Evernote Converter Wizard. This is an all-in-one software that is capable of batch Evernote to Obsidian migration.
This Evernote to Obsidian Software has a separate option to migrate from Evernote to Obsidian including complete associated data. This utility provides several filters to manage Notes as per Tags and Read-only Tags starting with specific text.
How to Export Evernote to Obsidian?
- Start Evernote to Obsidian Import Tool, read the instructions, and click Next.
- The software provides dual options to add Evernote ENEX files, choose any option.
- Select the required Evernote ENEX notes and press the Next button.
- Choose MD (Markdown Format) as a saving option.
- Select advance settings if required and set the destination path also.
- Click the Convert button to convert Evernote ENEX to Obsidian MD format.
- After completing the conversion, get the resultant Markdown MD files.
Note That: After converting Evernote ENX to Obsidian MD format. Then import MD Markdown notes into Obsidian note-taking program as shown above.
Evernote to Obsidian Import Tool Benefits
- Batch converts Evernote ENEX Notes to Obsidian MD Notes at once without showing any error.
- Facility to use required Evernote ENEX Notes from the software panel for the conversion process.
- This software comes with 20 unique saving options so you can convert Evernote to PDF, HTML, TXT, RTF, EML, etc.
- Enable an option to migrate Evernote to Obsidian including titles or without titles accordingly.
- A separate option is available to extract Evernote attachments in actual formats.
Questions We Hear Frequently
Q 1: Which is the best way to migrate notes from Evernote to Obsidian?
If you have a few Evernote exported ENEX files then use Evernote to Obsidian Import plugin. This advisable to use BitRecover Software to batch export Evernote to Obsidian.
Q 2: What is the best alternative to Evernote?
The Obsidian note-taking program is the best alternative to Evernote software. Users prefer to switch from Evernote to Obsidian because Obsidian is available free of cost for personal and non-profit organizations’ use.
Q 3: Is it mandatory to create an empty config.json file to migrate Evernote to Obsidian with Yarle?
No, the config.json file is also available in Yarle downloaded data. You need to replace only the Evernote ENEX source path and output data path in the config.json file.
Conclusion
After discussing 3 expert recommended methods to migrate Evernote to Obsidian, now we are ending this blog post here. You can feel free to opt for any technique as per your technical knowledge. Don’t forget to consider the limitations of the first two methods.
Above mentioned Evernote to Obsidian Software comes with a free trial version so if you want to grab it then first test it by moving 5 notes from Evernote to Obsidian. After getting complete satisfaction, you can purchase its license keys to avoid all the limitations.