Move notes with photos from Evernote to DayOne2 on Mac
- It just simple python script.
- Python 2
- BeuatifulSoap(pip install beautifulsoup4)
- Open Evernote and select notes for export.
- Right click and click 'Export Note...' to call 'Export Selected Notes' window.
- Change Format to 'HTML' and save anywhere
- To install DayOne2 CLI run 'sudo /Applications/Day\ One.app/Contents/Resources/install_cli.sh' on Terminal
- Run 'python evernotehtml_to_dayone.py' on Terminal app
- If you get some error for not found library 'BeautifulSoup', run 'pip install beautifulsoup4'