sublime-evernote
sublime-evernote copied to clipboard
Can this plugin set proxy?
Because of some reason, I have to set a proxy to connect network. But I can't find any config to set proxy.
+1
Hi, this seems to be a limitation of the python Evernote SDK. See #42
Thrift seems to have been fixed as of 0.10.0 (https://issues.apache.org/jira/browse/THRIFT-3798) so that is maybe one blocker out of the way. I haven't been able to determine what is happening on the Evernote development side of things though.
I made some progress on this - I manually applied the patches referenced here to THttpClient.py (attached), and added the latest version of six.py to /lib. Now when I try "Evernote: Open Evernote Note" I get the following:
Evernote: 'NoneType' object has no attribute 'rfind'
Which seems to be coming from _regex_from_encoded_pattern in markdown2.py.