Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soleaf/EvernoteToDayone2
Move notes from Evernote to DayOne2 on Mac
https://github.com/soleaf/EvernoteToDayone2
converter dayone evernote script
Last synced: about 2 months ago
JSON representation
Move notes from Evernote to DayOne2 on Mac
- Host: GitHub
- URL: https://github.com/soleaf/EvernoteToDayone2
- Owner: soleaf
- Created: 2017-02-14T06:24:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T10:23:14.000Z (almost 6 years ago)
- Last Synced: 2024-08-08T00:44:07.344Z (5 months ago)
- Topics: converter, dayone, evernote, script
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - soleaf/EvernoteToDayone2 - Move notes from Evernote to DayOne2 on Mac (Python)
README
# EvernoteToDayone2
Move notes with photos from Evernote to DayOne2 on Mac
- It just simple python script.## Requirement
- Python 2
- BeuatifulSoap(pip install beautifulsoup4)## PROCEDURE
1. Open Evernote and select notes for export.
1. Right click and click 'Export Note...' to call 'Export Selected Notes' window.
1. Change Format to 'HTML' and save anywhere
1. To install DayOne2 CLI run 'sudo /Applications/Day\ One.app/Contents/Resources/install_cli.sh' on Terminal
1. Run 'python evernotehtml_to_dayone.py' on Terminal app
1. If you get some error for not found library 'BeautifulSoup', run 'pip install beautifulsoup4'