Evernote Tips ─ Create a Quick Search Hotkey with PhraseExpress

The common way to search the contents in Evernote on your desktop or using the search bar in the desktop application. Another way may be just perform a normal Google search and the related articles in your Evernote account will be displayed if you have installed Evernote Web Clipper in your browser. But the second way does not always work. You may copy a keyword, switch to the Evernote window and paste the text in the search bar. I have searched the contents in Evernote in this way for more than six years. That is an annoying and stupid task repeating many times day by day. I always think about how to get rid of this hamster wheel and remove such inconvenience. Today, I want to introduce a method that I recently created to improve my productivity without difficult coding using python or other programming languages.

How to configure your Evernote search shortcut with PhraseExpress

I am a big fun of Evernote. As the time passes, Evernote becomes powerful. I almost switch my note activities from MS OneNote to Evernote. I am now paying for a premium account, and it is just one of a few software I am willing to pay for. MS OneNote is free and still have many styling features that is greater than Evernote. It is, however, nowadays the most important is not the editing feature, but the convenience of searching and retrieving target information. Evernote does a much, much better job in this area, with tagging, related articles, search operators and browser integration.

To boost your productivity in using Evernote on your desktop, what will you need to do is only going to download and install PhraseExpress, and then copy my script of this program to create a shortcut key.

What is PhraseExpress

PhraseExpress is an Autotext or auto-complete typing assistant that monitors your keyboard to boost your productivity in typing with auto text expansion. You can create and store your frequently used texts as templates with PhraseExpress, therefore you can quickly recall them later on. You can also assign hotkeys for your favorite programs. I find PhraseExpress increases my productivity and streamlines my flow. PhraseExpress is free-of-charge to personal users (but you should purchase a license for commercial or professional use). So, I highly recommend you to download and install PhraseExpress on your desktops. Visit PhraseExpress’s website.

How to configure

  1. Create a new phrase in PhraseExpress

  2. Assign a script name to Description, e.g. Go to Evernote

  3. Copy the following script to Phrase content

    {#clipboard -copy}{#run -file "C:\Program Files (x86)\Evernote\Evernote\ENScript.exe" -params "showNotes /q "{#trim {#insertclipboard}}""}
    
  4. Assign a Hotkey, e.g. Win + Shift + E (Recommended)

  5. Assign a Autotext (Optional)

It can apply to non-editable text, e.g. texts on web pages. But Don’t use Autotext method in text editors, the text selected will be replaced as you type in the Autotext.

PhraseExpress Macro for finding notes with Evernote CLI on Windows

Demonstration

For example, I am writing a Chinese article about PhD. I highlight the text in that I want to search, and then press the Hotkey for my script. The Evernote Desktop will launch in a second with the results of your search queue.

Press the Hotkey (e.g. Win + Shift + E) to call Evernote CLI for searching notes
Search results on the Evernote Desktop app activated by the Evernote CLI

References:

  1. Control Evernote from the Windows command line - Evernote Developers

  2. Command line arguments in Evernote-ENScript - Windows Desktop Help - Evernote User Forum

Does it help? I hope you can leave your comments below.


Keep on reading:

Chris F. Author of this blog, M.Phil.
Loading Disqus Comments...
Please enable JavaScript to view the comments powered by Disqus.