Is there a way to create a shortcut that could reside on the Windows desktop (or in a keyboard macro) that will run a saved search in Evernote?
I use IFTTT to create a new page each day where I keep all my notes. I can pull up each day's note through a saved search with the query: notebook:"2012 daily notes" created:day."
I'd love to have this search available as a desktop icon, taskbar icon, or keyboard macro, so I can jump to the note from any program instantly.
I've figured out how to do this on my Android phone by saving the search to the home screen, but I can't see how to do it in regular desktop Windows.
Save a search to Windows desktop shortcut (or global macro)?
Deschis de kalnel, apr 10 2012 07:01
search saved search evernote
5 răspunsuri la acest topic
#1
Postat 10 aprilie 2012 - 07:01
#2
Postat 10 aprilie 2012 - 07:59
For Windows, you can use the included ENScript.exe command-line executable to send searches to the Evernote application. You'd be using the 'shownotes' command, specifying the search string using the /q option.
For example, the command enscript shownotes /q "tag:Evernote" would display in Evernote all notes tagged with "Evernote". You can mix and match use of ENScript.exe with Windows shortcuts, or keyboard command utilities (like AutoHotKey) to your heart's content.
See the article at: http://dev.evernote....ers/Windows.php for more details about ENScript.exe.
For example, the command enscript shownotes /q "tag:Evernote" would display in Evernote all notes tagged with "Evernote". You can mix and match use of ENScript.exe with Windows shortcuts, or keyboard command utilities (like AutoHotKey) to your heart's content.
See the article at: http://dev.evernote....ers/Windows.php for more details about ENScript.exe.
~Jeff
EVERNOTE: Getting Started | Support Page | Knowledge Base | Support Requests
If someone helped you, or you like or agree with someone's post, let them (and us) know by clicking their post's "Like" button.
EVERNOTE: Getting Started | Support Page | Knowledge Base | Support Requests
If someone helped you, or you like or agree with someone's post, let them (and us) know by clicking their post's "Like" button.
#3
Postat 10 aprilie 2012 - 08:33
Thank you, that was very helpful!
Do you happen to know what the right syntax would be when trying to pull up a notebook with a multiple word name? I was able to get the shortcut to find a note created today in a notebook with a single-word name using this: "C:\Program Files\Evernote\Evernote\ENScript.exe" shownotes /q "notebook:2012 created:day" but, when I try to get it to look in a notebook named "2012 Daily Notes," it fails. I've tried adding double and single quotes around the phrase "2012 Daily Notes," but it doesn't work.
Also, is there anyway to automatically open the note?
Many thanks again...
Do you happen to know what the right syntax would be when trying to pull up a notebook with a multiple word name? I was able to get the shortcut to find a note created today in a notebook with a single-word name using this: "C:\Program Files\Evernote\Evernote\ENScript.exe" shownotes /q "notebook:2012 created:day" but, when I try to get it to look in a notebook named "2012 Daily Notes," it fails. I've tried adding double and single quotes around the phrase "2012 Daily Notes," but it doesn't work.
Also, is there anyway to automatically open the note?
Many thanks again...
#4
Postat 10 aprilie 2012 - 09:06
You're welcome.
For notebooks with embedded spaces (and maybe for other search items with embedded spaces), I was able to make it work by using double-quotes around the notebook name, but these had to be escaped using a backslash ('\'), because they were inside the quoted search string:
This was on the command-line. I don't know how this would work in other contexts, like say, inside a Windows shortcut, but I'd start there.
For notebooks with embedded spaces (and maybe for other search items with embedded spaces), I was able to make it work by using double-quotes around the notebook name, but these had to be escaped using a backslash ('\'), because they were inside the quoted search string:
enscript shownotes /q "notebook:\"My Notebook\" hello"
This was on the command-line. I don't know how this would work in other contexts, like say, inside a Windows shortcut, but I'd start there.
~Jeff
EVERNOTE: Getting Started | Support Page | Knowledge Base | Support Requests
If someone helped you, or you like or agree with someone's post, let them (and us) know by clicking their post's "Like" button.
EVERNOTE: Getting Started | Support Page | Knowledge Base | Support Requests
If someone helped you, or you like or agree with someone's post, let them (and us) know by clicking their post's "Like" button.
#5
Postat 10 aprilie 2012 - 09:27
That worked perfectly. Thanks!
Now that I've gotten that far, I'd like to accomplish two more things:
1. Have it automatically open the note and/or
2. Have it switch to Evernote as the active window. (I noticed that this works if Evernote is minimized, but it doesn't switch it to the active window automatically.)
Any thoughts would be appreciated.
Now that I've gotten that far, I'd like to accomplish two more things:
1. Have it automatically open the note and/or
2. Have it switch to Evernote as the active window. (I noticed that this works if Evernote is minimized, but it doesn't switch it to the active window automatically.)
Any thoughts would be appreciated.
#6
Postat 16 septembrie 2012 - 06:08
This really needs to be in the Evernote Local API for Windows help. Also that help really needs some quick examples:
http://dev.evernote....ers/Windows.php
I could not get multi-word tags to work in an ENScript showNotes command until I found this thread that tells you to backslash the double-quotes around a multi-word Tag or Notebook. To be complete in case others find this thread, here's a sample ENScript showNotes command that searches for a multi-word tag. Note the double-quotes around the program name and the tag parameter with the embedded quotes being backslashed:
Important: These same quoting rules apply to the program name and command line you pass to a ShellExecute operation from programming code. Otherwise the operation will fail. If you are having trouble take the EXE name and command line you are building, concatenate them to build the full command, and run that command in a Command Window so you can see the error ENScript is reporting.
-- roschler
http://dev.evernote....ers/Windows.php
I could not get multi-word tags to work in an ENScript showNotes command until I found this thread that tells you to backslash the double-quotes around a multi-word Tag or Notebook. To be complete in case others find this thread, here's a sample ENScript showNotes command that searches for a multi-word tag. Note the double-quotes around the program name and the tag parameter with the embedded quotes being backslashed:
C:\>"C:\Program Files\Evernote\Evernote\ENScript.exe" showNotes /q "tag:\"open source\""
Important: These same quoting rules apply to the program name and command line you pass to a ShellExecute operation from programming code. Otherwise the operation will fail. If you are having trouble take the EXE name and command line you are building, concatenate them to build the full command, and run that command in a Command Window so you can see the error ENScript is reporting.
-- roschler
BitQwik - Search your Evernote notes with a powerful Artificially Intelligent assistant!
TagHunter - The free intelligent power search tool for Windows Evernote users that have lots of Tags
TagHunter - The free intelligent power search tool for Windows Evernote users that have lots of Tags
Also tagged with one or more of these keywords: windows, search, saved search, evernote
Web
Evernote Products →
Evernote →
Where are the chairs?Creat de jbenson2, Astăzi, 03:54 |
|
|
||
Mac
Evernote Products →
Evernote →
Mac OS X 10.8.3 - Can I 'print' directly to an Evernote note?Creat de Goffredo, Astăzi, 12:41 |
|
|
||
Windows
Evernote Products →
Evernote →
KB shortcut to focus search box without switching to All Notes?Creat de Nathan T, Ieri, 10:04 |
|
|
||
iOS
Evernote Products →
Evernote →
Selecting text that are links while editing.Creat de NightStalker, Ieri, 10:03 |
|
|
||
iOS
Evernote Products →
Evernote →
feature request - separate password lock for embedded browserCreat de Evernote_FTW, Ieri, 07:04 |
|
|
1 utilizatori citesc acest topic
0 membrii, 1 vizitatori, 0 utilizatori anonimi













