-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export as a multiple enex files with note title as filename? #2
Comments
Rather than calling It should (on top of my head) save straight away. |
Thanks. Yes that could work. |
Cool,
|
I just had this same issue, I needed to preserve the notebooks. It turned out a bit (but not much) more complicated due to the need to have the header and footer XML. So I had to buffer everything in an indexed list containing arrays. And, because python doesn't seem to allow reading key names in lists, a separate array of the index names :). I also had some invalid characters in some notebook names indeed so I covered that also. Maybe it could be patched back in but I can imagine some people would prefer to have everything in one big file so to keep it simple I forked the project. If anyone wants to use it here's the code: https://github.com/TychoSchenkeveld/Tomboy2Evernote It might not be as clean as it should be as I don't write in python much :) I'm actually using this along with the OneNote converter from Microsoft (meant to import evernote files) and it works ok, it's just not very handy because I have to import each notebook individually. Also OneNote is super slow compared to Tomboy :) And thanks for your work Pawel!! It was a great help to get my notes converted. |
I want to export each note as separate enex file with note tile as file name i.e
note1.enex
,note2.enex
etc.I think its possible by slightly modifing the code. Could you include that in option (or show as snippet here)?
The text was updated successfully, but these errors were encountered: