out of my own suffering, I created a "Better" Evernote Integration for Launchbar. It mitigates the current short comings of the build-in integration like search terms are concatenated with %20 as in URL encoded space, there is no preview of found notes you could select from, and creating new notes does not work with Evernote more recent than version 5.
It currently offers the following features:
- Search queries may make use of the full Evernote Search Grammar.
For example:
search terms -- matches notes that contain these terms in its full text
intitle:"Words in title" -- maches notes with these words in the title
created:day-1 -- matches notes created yesterday or today
todo:* -- matches notes that contain todos
You can open any matching note by navigating to the search result and pressing <Return>. - Create new note
You can easily create a new note in the default notebook by entering the new note's title as a search query and then pressing <Shift>+<Return>. - Open Evernote
In case you want to open Evernote's main window, just press enter before entering a search query.
You can find the source code at https://github.com/lukaspustina/Evernote.lbaction and can download a release version at https://github.com/lukaspustina/Evernote.lbaction/archive/v0.1.0.zip.
I hope it helps you and eases the pain when working with Evernote.
Cheers,
Lukas