Sublime Forum

(ST3) Evernote

#1

Hi,

a fork of SublimeEvernote for ST3 is now on Package Control
github.com/bordaigorl/sublime-evernote

It is not just a port, it adds new features and is actively developed.
Main features:

  • Send a note to Evernote: converts the markdown document in the current view into rich text and sends it to your Evernote. You will be able to choose a title, tags and the notebook where to store it.

  • Open a note from Evernote: shows panels to choose a note from a notebook, converts it to markdown and presents it in a view.

  • Update note: when editing the markdown of an opened note you can save it back to Evernote (again in rich text).

  • Full two-way metadata support: you can set and change the note’s title, notebook and tag just by providing a YAML metadata header in your markdown source.

Any feedback/issues/ideas are welcome at github.com/bordaigorl/sublime-evernote/issues

0 Likes

#2

The devel branch https://github.com/bordaigorl/sublime-evernote/tree/devel contains some new features including:

  • search note

  • attach to note

  • Evernote syntax highlighting

any feedback is most welcome.

0 Likes

#3

The new version v2.5 packed with new features has been published to Package Control.

What’s new:

  • Search note command added
    
  • Attach command added
    
  • Clip command added
    
  • View in WebApp command added
    
  • Autocomplete in metadata block
    
  • Unicode chars in tags properly displayed
    
  • Creation and update dates are displayed in status
    

Check it out at sublime.wbond.net/packages/Evernote

0 Likes

#4

A new version of the Evernote plugin for ST3 is out!

What’s new in v2.6.0

  -  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)

0 Likes

#5

love this plugin, what’s the best way to add a short cut to create a note in a notebook with some template?

0 Likes

#6

@freewizard There is the New Evernote Note command in the pallette.
The template is currently a static one, even if autocompletion for notebooks and tags should help.
Adding customisations for the template is in the roadmap for next release.
For a temporary workaround see
github.com/bordaigorl/sublime-e … /issues/74

0 Likes

#7

Hello - Sorry to resurrect this old thread, but thought it might be the best place to get a couple of questions answered before installing the Evernote plugin:

  1. Is this plugin project still active? GitHub page reflects activity may have dropped off; e.g. Oct 5, 2016 was last entry to the changelog

  2. Are OAuth 2 tokens used for Evernote and for this plugin? I ask because issues with issuance of the tokens by Evernote seems to be a recurring thing, and the timing of these events is unknown to me.

0 Likes

#8

Your best bet at reaching the package author is most likely creating an issue on its repo (or sending an email directly, if provided).

0 Likes

#9

Thanks! :]

0 Likes