kyleweisenberg 0 Posted July 20, 2016 Share Posted July 20, 2016 Greetings to the Evernote Community! Long time listener, first-time caller here. I searched around to no avail so I find the need to ask directly: Is there any ability to have a specific note open upon the startup of windows that can be automated via a batch file into the Startup folder or scheduled via Task Scheduler? Idea is to have a specific note I work and reference from on a daily basis that I would like to automate to pop-up on my desktop with minimal effort. Right now the best I can do is having said note on my shortcuts bar. Kind Regards, Kyle Link to comment
Level 5* CalS 5,132 Posted July 20, 2016 Level 5* Share Posted July 20, 2016 1 hour ago, kyleweisenberg said: Greetings to the Evernote Community! Long time listener, first-time caller here. I searched around to no avail so I find the need to ask directly: Is there any ability to have a specific note open upon the startup of windows that can be automated via a batch file into the Startup folder or scheduled via Task Scheduler? Idea is to have a specific note I work and reference from on a daily basis that I would like to automate to pop-up on my desktop with minimal effort. Right now the best I can do is having said note on my shortcuts bar. Kind Regards, Kyle You can create a shortcut to the desktop in a few steps. Right click on the note and Ctrl-click on Copy Note Link Go to your desktop and right click, then select New - Shortcut Paste the note link into the shortcut, then Next and title the shortcut. Go to Tools - Options - Navigation and make sure Open note links from other applications in a new window is not checked (so the note doesn't open in its own window). Now whenever you double click the icon you just created EN will open to that note. If EN is already open then double clicking will also go to that note, not much benefit there since you already have a shortcut, but just so you know. Link to comment
Level 5 Dave-in-Decatur 2,891 Posted July 20, 2016 Level 5 Share Posted July 20, 2016 Kyle, welcome to the forums! I think you may be able to do what you want to do using ENscript. I have never used it myself, only heard of it. See these pages: https://dev.evernote.com/doc/articles/enscript.php Link to comment
Level 5* jefito 5,588 Posted July 20, 2016 Level 5* Share Posted July 20, 2016 And from there, you can try moving the note shortcut into your Windows startup folder... Link to comment
Level 5* jefito 5,588 Posted July 20, 2016 Level 5* Share Posted July 20, 2016 I had forgotten about ENScript, but you can do that, provided you can uniquely identify the note you want using an Evernote search. You could do that using a special tag that you use only on your startup note, let's creatively call the tag "MyStartupNote". Then your shortcut command would look something like this: <path to Evernote executable directory>\ENScript.exe /q "tag:MyStartupNote" Link to comment
Level 5* CalS 5,132 Posted July 20, 2016 Level 5* Share Posted July 20, 2016 54 minutes ago, jefito said: I had forgotten about ENScript, but you can do that, provided you can uniquely identify the note you want using an Evernote search. You could do that using a special tag that you use only on your startup note, let's creatively call the tag "MyStartupNote". Then your shortcut command would look something like this: <path to Evernote executable directory>\ENScript.exe /q "tag:MyStartupNote" Out of interest, would intitle:"name of my start up note" work as well? Link to comment
Level 5* jefito 5,588 Posted July 20, 2016 Level 5* Share Posted July 20, 2016 29 minutes ago, csihilling said: Out of interest, would intitle:"name of my start up note" work as well? Yes, intitle: search would work as well (I tried it), The key is to uniquely identify a note via standard Evernote search query. Of course, if you wanted to start up with a list of notes that satisfied the query, then there's no harm in that. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.