MicroPad / Notebook-Library

The library for working with MicroPad notebooks
https://getmicropad.com
Mozilla Public License 2.0
14 stars 3 forks source link

Evernote Imports don't retain hierarchy #24

Open briser opened 5 years ago

briser commented 5 years ago

When importing from Evernote, notes are just thrown under a section called "Imported Notes" and the hierarchy of Stacks->Notebooks->Notes isn't preserved and requires a lot of manual re-organization. Admittedly this may be an issue with the way Evernote exports it's data, but imo is worth investigating.

NickGeek commented 5 years ago

Off of the top of my head I don't think the evernote export format provides much structure that I can use. However, I'll have another look to see what I can do.

NickGeek commented 5 years ago

https://github.com/notable/dumper is a library that seems to have its own evernote import implementation. I'll have a look at what they do and see if it's worth taking some inspiration (or just using their code instead of my existing evernote import).