This implements a converter from Evernote export (zipped or unzipped HTML files) into turtl backup format, which can be imported into turtl.
- Install Rust and Cargo
- Checkout this repo
- Run
cargo build --release
to build the release binary
To convert a zipped Evernote file into a Turtl backup file:
./target/release/evernote2turtl EVERNOTE.zip USER_ID
You can get the USER_ID
by generating a backup file for your turtl setup, and look at the backup file.
To convert a Keep directory structure into a Turtl backup file:
./target/release/evernote2turtl KEEP_PATH USER_ID keep
- Checkboxes
<div style="-moz-user-select: none;"><input checked="true" type="checkbox"/>TEXT</div>
- Import files