sublime-evernote
sublime-evernote copied to clipboard
Open and Save Evernote notes from Sublime Text 3 using Markdown
Every time I fire up Sublime, I get this error in the console: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 210, in on_api_ready m.plugin_loaded() File "sublime_evernote in...
I want to edit the style by myself, or use GitHub markdown CSS,how i should do it?
I couldn't install this plugin using Package Control. Upon opening Console, I see these error relating to `pygments`: ``` ignored packages updated to: ["Evernote", "Vintage"] reloading settings Packages/User/Package Control.sublime-settings reloading...
When I open one book with my company's computer. as the same time. I open it with my home compter。 when I finsh my editing in my company PC,how can...
Because of some reason, I have to set a proxy to connect network. But I can't find any config to set proxy.
the code heighlight is not so good ,and How to customize the code highlight? first image is sublime-evernote:`"code_highlighting_style": "monokai"` next image is sublime code olor theme Looks very different, sublime-evernote...
My current workflow is using markdown raw files as notes syncing with Dropbox, allowing me to open the files on any device. With that said, is there anyway to open...
I set "trim_trailing_white_space_on_save" to true in Sublime pref and Markdown config files. But in this Evernote editor, the trailing white spaces are not trimmed.
Writing this: ```java public static void main(String[] args) { System.out.println("Hello"); } ``` gives me this on Evernote: Is it possible to maintain the indentation as in Sublime onto Evernote?