Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

magnusmanske/evernote2turtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This implements a converter from Evernote export (zipped or unzipped HTML files) into turtl backup format, which can be imported into turtl.

Setup

Run

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

TODO

  • Checkboxes <div style="-moz-user-select: none;"><input checked="true" type="checkbox"/>TEXT</div>
  • Import files

Releases

No releases published

Packages

No packages published

Languages