<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ruud Hein &#187; Applications</title>
	<atom:link href="http://ruudhein.com/topic/applications/feed" rel="self" type="application/rss+xml" />
	<link>http://ruudhein.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 15:49:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Print the Evernote Note List with SnagIt [Printing]</title>
		<link>http://ruudhein.com/print-the-evernote-note-list-with-snagit-printing</link>
		<comments>http://ruudhein.com/print-the-evernote-note-list-with-snagit-printing#comments</comments>
		<pubDate>Sun, 25 Oct 2009 00:41:31 +0000</pubDate>
		<dc:creator>Ruud</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[snagit]]></category>

		<guid isPermaLink="false">http://ruudhein.com/print-the-evernote-note-list-with-snagit-printing</guid>
		<description><![CDATA[Sometimes, like during the Weekly Review, I like to have a hardcopy of the note list (the top pane in the Evernote desktop client).

There&#8217;s no native option to print the note list but don&#8217;t let that stop you.

I use a &#8220;scrolling window&#8221; profile in the screen capture program SnagIt to capture the note titles I [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, like during the Weekly Review, I like to have a hardcopy of the note list (the top pane in the Evernote desktop client).
</p>
<p>There&#8217;s no native option to print the note list but don&#8217;t let that stop you.
</p>
<p>I use a &#8220;scrolling window&#8221; profile in the screen capture program SnagIt to capture the note titles I want to print.
</p>
<p><img src="http://ruudhein.com/wp-content/uploads/2009/10/102509_0041_PrinttheEve1.png" alt=""/>
	</p>
<p>In snagit I crop the list to only have the title and tags columns visible; you might have your own preference.
</p>
<p>The note font is quite small but before printing you can play with the page setup: stretching the image makes it more readable at times.
</p>
<p>During the Weekly Review I print out two of these lists: one with personal to do&#8217;s/someday&#8217;s, and one with work related to do&#8217;s/someday&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruudhein.com/print-the-evernote-note-list-with-snagit-printing/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create Instant Evernote To Do Note</title>
		<link>http://ruudhein.com/evernote-todo-hotkey</link>
		<comments>http://ruudhein.com/evernote-todo-hotkey#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:17:53 +0000</pubDate>
		<dc:creator>Ruud</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[autohotkey]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[hotkey]]></category>

		<guid isPermaLink="false">http://ruudhein.com/?p=121</guid>
		<description><![CDATA[I&#8217;m a big fan of the &#8220;new note&#8221; and &#8220;paste into Evernote&#8221; global hot keys in Evernote. 

This week I added to that the global hotkey CTRL + ALT + T to create a new To Do item from any application.

The hotkey is made in AutoHotkey (widely used freeware macro utility).
The script to add is:
^!t::
 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of the &#8220;new note&#8221; and &#8220;paste into Evernote&#8221; <i>global</i> hot keys in Evernote. </p>
<p><center><a href="http://www.flickr.com/photos/ruudhein/3968281891/" title="Global Hotkeys in Evernote by Ruud Hein, on Flickr"><img src="http://farm3.static.flickr.com/2544/3968281891_57c0055004_o.png" width="355" height="105" alt="Global Hotkeys in Evernote" /></a></center></p>
<p>This week I added to that the global hotkey CTRL + ALT + T to create a new To Do item from any application.<br />
<span id="more-121"></span><br />
The hotkey is made in <a href="http://www.autohotkey.com/">AutoHotkey</a> (widely used freeware macro utility).</p>
<p>The script to add is:</p>
<p><code>^!t::<br />
 send ^!n<br />
 WinWait, All Notebooks - ruudhein - Evernote<br />
 send ^!n<br />
Sleep, 1000<br />
 send ^+C<br />
return</code></p>
<p>Now, when you press CTRL + ALT + T, the script opens Evernote by &#8220;pressing&#8221; CTRL + SHIFT + N, puts the focus on the note by again pressing CTRL + SHIFT + N, waits one second to allow Evernote to prepare the new note, and then it inserts a checkbox. Now you can start writing your note :)</p>
]]></content:encoded>
			<wfw:commentRss>http://ruudhein.com/evernote-todo-hotkey/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
