Releases: bordaigorl/sublime-evernote
Releases · bordaigorl/sublime-evernote
Fix Compatibility with New Evernote Backend
See #219 for details.
Fixing API incompatibility
See issue #216
If you are getting "unpack" errors this might help.
Bugfix
Fixes
- 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
andto
arguments
Enhancements and fixes
- 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
- 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
Links to notes and bugfixes
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
- 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
- Bugfix: metadata autocomplete now loads settings correctly