<?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>kenclark.me &#187; yojimbo</title>
	<atom:link href="http://kenclark.me/tag/yojimbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenclark.me</link>
	<description>a technology journal</description>
	<lastBuildDate>Sat, 01 Oct 2011 12:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='kenclark.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title><![CDATA[Syncing Yojimbo Between Two Macs →]]></title>
		<link><![CDATA[http://groups.google.com/group/yojimbo-talk/browse_thread/thread/64a478b23790583f]]></link>
		<comments>http://kenclark.me/2011/01/syncing-yojimbo-between-two-macs/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 05:05:54 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Linked List]]></category>
		<category><![CDATA[yojimbo]]></category>

		<guid isPermaLink="false">http://kenclark.me/?p=2284</guid>
		<description><![CDATA[Personally I use MobileMe, but if you are looking for a good discussion on all the solutions to sync Yojimbo across multiple Macs, this recent thread is the one to read.<a href="http://kenclark.me/2011/01/syncing-yojimbo-between-two-macs/" rel="bookmark" title="Permanent link to 'Syncing Yojimbo Between Two Macs'" class="glyph">∞ Permalink</a>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Personally I use MobileMe, but if you are looking for a good discussion on all the solutions to sync Yojimbo across multiple Macs, this recent Yojimbo Google Groups thread is the one to read.</p>
<p><a href="http://kenclark.me/2011/01/syncing-yojimbo-between-two-macs/" rel="bookmark" title="Permanent link to 'Syncing Yojimbo Between Two Macs'" class="glyph">∞ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2011/01/syncing-yojimbo-between-two-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title><![CDATA[RIP Delicious: Now Back Up Your Bookmarks →]]></title>
		<link><![CDATA[http://www.digitaltrends.com/computing/yahoo-plans-to-prune-delicious-buzz-altavista-and-more/?news=123]]></link>
		<comments>http://kenclark.me/2010/12/rip-delicious-now-back-up-your-bookmarks/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 01:24:49 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[In the Cloud]]></category>
		<category><![CDATA[Linked List]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[yojimbo]]></category>

		<guid isPermaLink="false">http://kenclark.me/?p=2160</guid>
		<description><![CDATA[I'd recommend if you have anything on Delicious, you do what I did tonight and get a full XML dump of your Delicious bookmarks.  It might take all of 60 seconds.  Here's how to do it.<a href="http://kenclark.me/2010/12/rip-delicious-now-back-up-your-bookmarks/" rel="bookmark" title="Permanent link to 'RIP Delicious: Now Back Up Your Bookmarks'" class="glyph">∞ Permalink</a>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Delicious never seemed to live up to its potential and keep up with the pace of innovation on the web, but I still liked using the site.  It was hard not to be nervous about it though given it seemed like it was always priority 999 in Yahoo&#8217;s web strategy.  Between that feeling and my increasing trust issues with any service that is totally cloud-based<a id="footnote-1-ref" href="#footnote-1" title="link to footnote"><sup>1</sup></a>, I decided to abandon my use of it a couple months ago.  Instead, I began to store all of my bookmarks in <a href="http://barebones.com/products/yojimbo/">Yojimbo</a>, and I can&#8217;t say I have looked back once.</p>

<p>When I made the move, I checked out a couple of the Delicious to Yojimbo scripts that are out there on the web, but I never did a full import of everything because the scripts only got me 90% of what I wanted.  I have had on my someday / maybe list to write a better Applescript for the import, but haven&#8217;t done it yet.  I suppose that just got moved up on the priority list.</p>

<p>That said, I&#8217;d recommend if you have anything on Delicious, you do what I did tonight and get a full XML dump of your Delicious bookmarks.  It might take all of 60 seconds.</p>

<p>It&#8217;s pretty simple.  Just drop into Terminal and execute the following command (replacing yourusername and yourpassword with your individual info, of course):</p>

<pre>
    curl -u yourusername:yourpassword  https://api.del.icio.us/v1/posts/all &gt; delicious-bookmarks.xml
</pre>

<p>That will give you everything from your Delicious account in one XML file that can be parsed at will in the future.</p>

<hr />

<p><br /></p>

<div>
<sup><a name="footnote-1">1.</a> An example of a cloud-based service that does it right? <a href="http://www.dropbox.com">Dropbox</a>.  All my data that&#8217;s on there is also synced to my local machine (which means it is also getting backed up to three other spots).<a href="#footnote-1-ref" title="return to text">&#8617;</a></sup> 
</div>
<p><a href="http://kenclark.me/2010/12/rip-delicious-now-back-up-your-bookmarks/" rel="bookmark" title="Permanent link to 'RIP Delicious: Now Back Up Your Bookmarks'" class="glyph">∞ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2010/12/rip-delicious-now-back-up-your-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Dropbox to Create a Yojimbo iPhone App</title>
		<link>http://kenclark.me/2009/10/use-dropbox-to-create-a-yojimbo-iphone-app/</link>
		<comments>http://kenclark.me/2009/10/use-dropbox-to-create-a-yojimbo-iphone-app/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 10:49:20 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[All About Apple]]></category>
		<category><![CDATA[Mac OS X Automation]]></category>
		<category><![CDATA[Working Smart]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[folder action]]></category>
		<category><![CDATA[yojimbo]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1000</guid>
		<description><![CDATA[This morning I read that DropBox announced their new iPhone app, and it occurred to me that you could set up the Dropbox iPhone app to clip images directly into Yojimbo with very minimal effort.  I was so pumped.  The lack of an iPhone app for Yojimbo was the reason I started using Evernote, so this was a total game changer]]></description>
			<content:encoded><![CDATA[<p></p><p>Yesterday I read that <a title="Dropbox Announces iPhone App" href="http://www.getdropbox.com/iphoneapp" target="_blank">DropBox announced their new iPhone app</a>, and it occurred to me that you could set up the Dropbox iPhone app to clip images directly into Yojimbo with very minimal effort.  I was so pumped.  This was a total game changer.</p>

<p>Here&#8217;s how to do it:</p>

<p>(Note:  I&#8217;m assuming that you have Yojimbo installed on your Mac and Dropbox installed on both your iPhone and Mac.  If not, download Dropbox <a title="DropBox" href="http://getdropbox.com" target="_blank">here</a> and Yojimbo <a title="Yojimbo" href="http://barebones.com/products/yojimbo/" target="_blank">here</a>.)</p>

<ol>
<li>On your Mac, create a new folder called &#8220;Clip to Yojimbo&#8221; in your Dropbox folder:</li>
</ol>

<p><img class="aligncenter size-full wp-image-1001" title="Clip to Yojimbo Folder in Dropbox" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/clip-to-yojimbo-folder-in-dropbox.png" alt="Clip to Yojimbo Folder in Dropbox" width="450" height="254" /></p>

<ol>
<li> Copy and past the below code into Script Editor.  This will become a folder action that runs anytime a file is added to the &#8220;Clip to Yojimbo&#8221; folder (note: you will have to <a title="Enable Folder Actions" href="http://www.simplehelp.net/2007/01/30/folder-actions-for-os-x-explained-with-real-world-examples/" target="_self">enable folder actions</a> if they are not already set up).  Save the script to your Mac&#8217;s Library/Scripts/Folder Actions folder as &#8220;import to Yojimbo&#8221; or whatever name you like.</li>
</ol>

<pre>on adding folder items to this_folder after receiving these_items
    repeat with x from 1 to the count of these_items
        set theFile to item x of these_items
        try
            tell application "Yojimbo"
                import theFile
            end tell
        end try
    end repeat
end adding folder items to</pre>

<p>Note for Scripters:  You can certainly get a little fancier with the Applescript, i.e. move the picture to an archive folder after the import is complete, etc. but this is all you need to get the basic import done.</p>

<ol>
<li> Assign the &#8220;import to Yojimbo&#8221; folder action to the &#8220;Clip to Yojimbo&#8221; folder.</li>
</ol>

<p><img class="aligncenter size-full wp-image-1002" title="Assign Yojimbo Folder Action" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/assign-yojimbo-folder-action.png" alt="Assign Yojimbo Folder Action" width="482" height="384" /></p>

<ol>
<li>That&#8217;s it.  Now it is time to test it out.  Go to your iPhone, go to DropBox and navigate to the &#8220;Clip to Yojimbo&#8221; folder.  Take a picture.</li>
</ol>

<p><img class="aligncenter size-full wp-image-1003" title="Clip A Photo With Dropbox on the iPhone" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/clip-photo-dropbox-iphone.jpg" alt="Clip A Photo With Dropbox on the iPhone" width="320" height="480" /></p>

<ol>
<li>If you are at your Mac, you will see the picture almost immediately show up in the Dropbox folder.</li>
</ol>

<p><img class="aligncenter size-full wp-image-1005" title="Clip to Yojimbo Folder with New Items" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/clip-to-yojimbo-with-items.png" alt="Clip to Yojimbo Folder with New Items" width="437" height="316" /></p>

<ol>
<li> A couple seconds later, it will import right into Yojimbo.</li>
</ol>

<p><img class="aligncenter size-full wp-image-1006" title="Succesful File Import into Yojimbo" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/files-imported-into-yojimbo.png" alt="Succesful File Import into Yojimbo" width="447" height="202" /></p>

<p>You&#8217;re done.  Pretty cool, right?  You can watch the whole process happen in real time on your Mac if you have the Finder open to the &#8220;Clip to Yojimbo&#8221; folder alongside an open Yojimbo window.  It is almost instantaneous.  The lack of an iPhone app for Yojimbo was the reason <a title="Evernote or Yojimbo?" href="evernote-or-yojimbo-finding-the-right-bucket-for-my-stuff/" target="_self">I started using Evernote</a>, so this is pretty exciting.   It probably just swung my decision pendulum back to using Yojimbo.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/10/use-dropbox-to-create-a-yojimbo-iphone-app/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Evernote or Yojimbo?  Finding the Right Bucket For My Stuff</title>
		<link>http://kenclark.me/2009/09/evernote-or-yojimbo-finding-the-right-bucket-for-my-stuff/</link>
		<comments>http://kenclark.me/2009/09/evernote-or-yojimbo-finding-the-right-bucket-for-my-stuff/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 22:22:06 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[All About Apple]]></category>
		<category><![CDATA[Working Smart]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[yojimbo]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=592</guid>
		<description><![CDATA[I sure felt like I was reading a lot about information organizers or &#8220;anything / everything bucket&#8221; software over the last week.  First, Bare Bones Software released Yojimbo 2.0.  Shortly thereafter I read about a new version of Notational Velocity and a press release that Chronos was updating SOHO Notes with iPhone support.  Before I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: left"><img class="alignright size-full wp-image-634" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/bucket.jpg" alt="Pick the Right Bucket" width="210" height="210" />I sure felt like I was reading a lot about information organizers or &#8220;anything / everything bucket&#8221; software over the last week.  First, <a title="What's New in Yojimbo 2.0" href="http://barebones.com/products/yojimbo/whats_new_20.html" target="_blank">Bare Bones Software released Yojimbo 2.0</a>.  Shortly thereafter I read about <a title="How to Get Me to Test Drive a New App" href="2009/09/how-to-get-me-to-test-drive-a-new-app/" target="_self">a new version of Notational Velocity</a> and a press release that <a title="SOHO Notes 8 Press Release" href="http://www.chronosnet.com/company/pr/2009/version8.html" target="_blank">Chronos was updating SOHO Notes with iPhone support</a>.  Before I knew it, I was googling for every article on how these apps compared to <a title="Evernote" href="http://www.evernote.com" target="_blank">Evernote</a> &#8212; the king of the hill as far as I was concerned.</p>

<p>These apps are not new &#8212; most in the category have been around for a couple years and their <a title="Case for Anything Buckets" href="http://shawnblanc.net/2009/09/yojimbo-and-anything-buckets/" target="_blank">proponents</a> and <a title="Case Against Everything Buckets" href="http://al3x.net/2009/01/31/against-everything-buckets.html" target="_blank">critics</a> are abound.  Evernote has been installed on my Mac for some time, but unfortunately had been reasonably dormant for the last few months.  I decided to re-look how to better use Evernote as well as take a fresh look at Yojimbo.</p>

<p>If my only consideration was using a Mac desktop client app, I probably would have picked Yojimbo.  I find the user interface cleaner than Evernote&#8217;s, and I really like Yojimbo&#8217;s Drop Dock and quick entry panel.  I also much prefer how it exports files over Evernote (Yojimbo allows you to export all documents directly to their native formats while Evernote supports HTML and a custom XML export).</p>

<p>However, at the end of the day Evernote won out for me.  The desktop client is close enough to matching what I like in Yojimbo yet it wins the day with its platform neutrality and one kick-ass iPhone app.  It really does transform your iPhone into the ultimate capture tool, and it is Evernote&#8217;s killer feature.  Case in point:  I was in Costco this weekend and saw a book I thought I might want to read.  I took a picture of the book in Evernote and it instantly uploaded to my Evernote library so I have it for reference the next time I am looking for something to read.  Very cool.</p>

<p>During the process of testing out both of these apps, it sparked a number of ideas I thought would be good to share here, so you can expect a couple posts on my experiences in the upcoming weeks.  If you&#8217;ve never used either Evernote or Yojimbo you should definitely give them a try.</p>

<p>P.S.:  Here&#8217;s Evernote Tip #1: <em>Use its note editor to capture ideas for blog posts </em>-  this post started as a one line note in Evernote.  I went back to it and it turned into a blog post.  That&#8217;s the first time I&#8217;ve used Evernote in that way.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/09/evernote-or-yojimbo-finding-the-right-bucket-for-my-stuff/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

