ever2simple
ever2simple copied to clipboard
Migrate from evernote to simplenote with markdown formatting
I installed ever2simple using pip, but got this when I tried to run it: print 'File does not exist: %s' % filepath ^ SyntaxError: Missing parentheses in call to 'print'....
Hi, Just to make some minor changes to allow the script to run in Python3 environment. Best Regards, Edward
Hi! I was able to install your app and run it, however, it seems to not accept any arguments to the file or filepath the the enex file. I've attempted...
installed fine using pip - but when executed ran into following error : $ ever2simple Traceback (most recent call last): File "/usr/local/bin/ever2simple", line 7, in from ever2simple.core import main File...
On Mac MacBook-Pro-de-Christopher:data chris$ ever2simple --output everout/ cmannnotes.enex Traceback (most recent call last): File "/usr/local/bin/ever2simple", line 9, in load_entry_point('ever2simple==2.0', 'console_scripts', 'ever2simple')() File "/Library/Python/2.7/site-packages/ever2simple/core.py", line 21, in main converter.convert() File "/Library/Python/2.7/site-packages/ever2simple/converter.py",...
When i try this with Python 2.7.2 on Windows 7 64bit with a fresh exported .enex file: ever2simple Evernote.enex -o simplenote -f dir i get this error: Traceback (most recent...
It understandable that the output is plain text, but is it possible to output the inline images as well? Markdown supports images inline, and can do two things: 1. A...
%h is not a valid keyword in python strftime() format. Use %b instead (Fixes issue #6)
Adds the option to preserve the title of the note as the file name. Example: `note['title'] = "notes about xyz"` The file name becomes: `notes_about_xyz.txt` Adds the option to increase...