bordaigorl / sublime-evernote

Open and Save Evernote notes from Sublime Text 3 using Markdown
Other
1.15k stars 106 forks source link

How to enable trim_trailing_white_space_on_save #192

Open ElfSundae opened 6 years ago

ElfSundae commented 6 years ago

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.

bordaigorl commented 6 years ago

Well, when you upload the contents to Evernote, the view is not "saved" per se, so the action does not trigger any "on save" events like trimming. Obeying to the trimming option on upload could be a feature to add to a new release.

ElfSundae commented 6 years ago

OK, thank you @bordaigorl