Skip to content

Releases: bordaigorl/sublime-evernote

Fix Compatibility with New Evernote Backend

20 Sep 09:03
Compare
Choose a tag to compare

Fixing API incompatibility

05 Jun 15:25
Compare
Choose a tag to compare

See issue #216
If you are getting "unpack" errors this might help.

Bugfix

05 Oct 09:26
Compare
Choose a tag to compare
  • Fix: patching Evernote's SDK to make it compatible with ST 3126 on Linux (fixes #150)

Fixes

12 Jun 17:46
Compare
Choose a tag to compare
  • Fix: solved incompatibility with Markdown Preview plugin (fixes #119)
  • Fix: multiple metadata headers now supported (thanks @xdutaotao)
  • Fix: long CSS for body now properly supported (fixes #128)
  • Fix: url/filepath detection fixed for Windows (fixes #137, thanks @358463121)
  • Open note: accept links as note_guid and offer options to load from clipboard/prompt (see wiki)
  • Insert Note Link: now accepts template and to arguments

Enhancements and fixes

07 Nov 23:42
Compare
Choose a tag to compare
  • Added Delete Note command
  • Added Delete Attachment command
  • Added default_template settings to customise new note template
  • CSS style for body customises style for the whole note
  • New setting tab_prefix to add tag to tab of a note
  • Added Create Notebook command
  • Added Revert to version on Evernote command
  • Pygments updated to 2.0.2 (solves conflict with OmniMarkupPreviewer see #106)
  • Fix: embedded metadata is updated when note's info is modified by other clients (#112 see wiki)
  • Fix: better warn on close behaviour

Enhancements

16 Feb 12:34
Compare
Choose a tag to compare
  • Asynchronous operations: save/update/load from server does not block the UI
  • Warn on close if modified but not uploaded (warn_on_close setting)
  • Added support for GFM tables syntax (#51, #58)
  • Added support for strikethrough (#38)
  • Added support for underline (see special syntax)
  • Settings for default emphasis/unordered list marks
  • Better support for Unicode (#52)
  • CSS styling for inline code fixed (#53)
  • Support for HTTPS for Package Control v3 users (see wiki)
  • If search has one result open it directly (#65)
  • Added evernote_has_guid context key
  • Search command now supports snippets for prompt (#54)

Bugfixes

16 Sep 10:40
Compare
Choose a tag to compare
  • Bugfix: solves a problem in setting a new token (see #48)
  • Added a debug flag in settings

Links to notes and bugfixes

13 Sep 23:42
Compare
Choose a tag to compare

What's new in v2.5.3

  • Added links to notes management (thanks to @rahul-ramadas, see #36)
  • Open note in Client command, tested on Windows only (thanks to @rahul-ramadas)
  • Bugfix: display error messages coming from uncaught exceptions
  • Bugfix: correct handling of unnamed attachments

Improvements

04 Jul 13:19
Compare
Choose a tag to compare
  • Added attachments management: list, open, insert attachments from file or url (solves #24)
  • Notebook list can show stack names and be sorted (#30, thanks @danielfrg)
  • Added wiki_tables setting to enable Wiki-style tables syntax (solves #18)
  • Now notes in webapp are opened in default browser (solves #22)
  • Configuration asks for noteStoreUrl so the plugin works properly for yinxiang.com (solves #20)

Bugfix

13 Apr 21:50
Compare
Choose a tag to compare
  • Bugfix: metadata autocomplete now loads settings correctly