jeffkowalski / geeknote

Console client for Evernote.
GNU General Public License v3.0
392 stars 51 forks source link

Way to download notes with tags and meta? #102

Open ChaosExAnima opened 6 years ago

ChaosExAnima commented 6 years ago

Hey there!

I'm looking to export my notes using gnsync, but I store a lot of information in tags and in the URL meta. Is there a way to save that as well?

Looking over the code I'm seeing it parses Jekyll data for such information when uploading, but it doesn't export this information.

Is there way to do this that I'm missing, or is this a feature request? :)

jeffkowalski commented 5 years ago

You are correct, it's not yet implemented for two-way sync. In fact, the sync method even has a comment that says so: TODO: add two way sync with meta support