<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: DEVONthink to Evernote Exporter Applescript</title> <atom:link href="http://veritrope.com/tips/devonthink-evernote-export/feed/" rel="self" type="application/rss+xml" /><link>http://veritrope.com/tech/devonthink-evernote-export/</link> <description>Tech, Arts, Travel</description> <lastBuildDate>Wed, 23 May 2012 15:28:14 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Justin</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-22416</link> <dc:creator>Justin</dc:creator> <pubDate>Mon, 17 Oct 2011 00:33:35 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-22416</guid> <description>Hi Jonathan,
You&#039;re running an older version of DEVONthink Pro, which would explain the tag error.
The title code addition is a great idea and I&#039;ll add it in to the next build!  Thanks for pitching in and helping to improve the AppleScript.</description> <content:encoded><![CDATA[<p>Hi Jonathan,</p><p>You&#8217;re running an older version of DEVONthink Pro, which would explain the tag error.</p><p>The title code addition is a great idea and I&#8217;ll add it in to the next build!  Thanks for pitching in and helping to improve the AppleScript.</p> ]]></content:encoded> </item> <item><title>By: Jonathan</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-22346</link> <dc:creator>Jonathan</dc:creator> <pubDate>Sun, 16 Oct 2011 10:18:23 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-22346</guid> <description>Hi, I ran into some trouble with the script in two places, going from DevonThink 1.5.4 to Evernote 3.0.2.
1. I haven&#039;t used tags, and for some reason that was giving me an error, so I commented out the &quot;if exists tags of this_item then&quot; block and just left in the &quot;set theTags to defaultTag&quot; line.
2. When loading raw text into DT, I often used scripts and sometimes the entering script would set the name of the DT item to be the entire entered text. If the name is too long, the export to Evernote script causes Evernote to crash because it sets the Evernote title to the DT name and it&#039;s too long. I didn&#039;t do an exhaustive test, I found that 195 characters was safe, and that seemed like plenty enough for me. So I added the following code right after the line &quot;set thename to (the name of this_item)&quot;:
&lt;code&gt;
if length of thename &gt; 195 then
set thename to texts 1 thru 195 of thename
end if
&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Hi, I ran into some trouble with the script in two places, going from DevonThink 1.5.4 to Evernote 3.0.2.</p><p>1. I haven&#8217;t used tags, and for some reason that was giving me an error, so I commented out the &#8220;if exists tags of this_item then&#8221; block and just left in the &#8220;set theTags to defaultTag&#8221; line.</p><p>2. When loading raw text into DT, I often used scripts and sometimes the entering script would set the name of the DT item to be the entire entered text. If the name is too long, the export to Evernote script causes Evernote to crash because it sets the Evernote title to the DT name and it&#8217;s too long. I didn&#8217;t do an exhaustive test, I found that 195 characters was safe, and that seemed like plenty enough for me. So I added the following code right after the line &#8220;set thename to (the name of this_item)&#8221;:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">if length of thename &gt; 195 then<br
/> &nbsp; &nbsp; set thename to texts 1 thru 195 of thename<br
/> end if</div></div> ]]></content:encoded> </item> <item><title>By: Justin Burt</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-17095</link> <dc:creator>Justin Burt</dc:creator> <pubDate>Fri, 22 Jul 2011 00:20:53 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-17095</guid> <description>I indeed have the latest copies of both of these software titles. The import seems to be working now with a different set of files. Not sure what the issue was. Sorry for the stir ;-)</description> <content:encoded><![CDATA[<p>I indeed have the latest copies of both of these software titles. The import seems to be working now with a different set of files. Not sure what the issue was. Sorry for the stir <img
src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-17082</link> <dc:creator>Justin</dc:creator> <pubDate>Thu, 21 Jul 2011 21:29:33 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-17082</guid> <description>You anticipated my first question nicely, Justin! ;)
Second question: Have you also upgraded DEVONthink Pro to version 2.2?  (I just successfully ran the script using OS X 10.7 / DEVONthink Pro 2.2 / Evernote 2.2.3 )</description> <content:encoded><![CDATA[<p>You anticipated my first question nicely, Justin! <img
src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>Second question: Have you also upgraded DEVONthink Pro to version 2.2?  (I just successfully ran the script using OS X 10.7 / DEVONthink Pro 2.2 / Evernote 2.2.3 )</p> ]]></content:encoded> </item> <item><title>By: Justin Burt</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-17080</link> <dc:creator>Justin Burt</dc:creator> <pubDate>Thu, 21 Jul 2011 21:15:31 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-17080</guid> <description>Should mention this is after upgrading to LION</description> <content:encoded><![CDATA[<p>Should mention this is after upgrading to LION</p> ]]></content:encoded> </item> <item><title>By: Justin Burt</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-17079</link> <dc:creator>Justin Burt</dc:creator> <pubDate>Thu, 21 Jul 2011 21:12:11 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-17079</guid> <description>This script no longer works, it just freezes after specifying the accepting new book and Evernote. anybody else getting this hang?</description> <content:encoded><![CDATA[<p>This script no longer works, it just freezes after specifying the accepting new book and Evernote. anybody else getting this hang?</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-6233</link> <dc:creator>Justin</dc:creator> <pubDate>Mon, 10 Jan 2011 05:46:58 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-6233</guid> <description>While I&#039;d always appreciate a &lt;a href=&quot;http://veritrope.com/laos/i-can-help/&quot; rel=&quot;nofollow&quot;&gt;donation to the two groups that I&#039;m assisting in Laos&lt;/a&gt;, it wouldn&#039;t really expedite things.  I am updating many scripts right now (including this one) and am pushing them out as fast as I can! :D
I&#039;d recommend &lt;a href=&quot;http://twitter.com/Veritrope&quot; rel=&quot;nofollow&quot;&gt;subscribing to the Twitter feed&lt;/a&gt; to be notified of the new version as soon as it&#039;s online...</description> <content:encoded><![CDATA[<p>While I&#8217;d always appreciate a <a
href="http://veritrope.com/laos/i-can-help/"  rel="nofollow">donation to the two groups that I&#8217;m assisting in Laos</a>, it wouldn&#8217;t really expedite things.  I am updating many scripts right now (including this one) and am pushing them out as fast as I can! <img
src='http://veritrope.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p>I&#8217;d recommend <a
target="_blank" href="http://twitter.com/Veritrope"  rel="nofollow">subscribing to the Twitter feed</a> to be notified of the new version as soon as it&#8217;s online&#8230;</p> ]]></content:encoded> </item> <item><title>By: Tellef</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-6213</link> <dc:creator>Tellef</dc:creator> <pubDate>Sun, 09 Jan 2011 20:32:01 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-6213</guid> <description>Anything I can do to speed up the process? Donation?</description> <content:encoded><![CDATA[<p>Anything I can do to speed up the process? Donation?</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-6062</link> <dc:creator>Justin</dc:creator> <pubDate>Thu, 06 Jan 2011 23:31:15 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-6062</guid> <description>Thanks for this suggestion -- I am going to add it to my list of things to look at for an upcoming revision of this script!</description> <content:encoded><![CDATA[<p>Thanks for this suggestion &#8212; I am going to add it to my list of things to look at for an upcoming revision of this script!</p> ]]></content:encoded> </item> <item><title>By: Tellef</title><link>http://veritrope.com/tech/devonthink-evernote-export/#comment-6030</link> <dc:creator>Tellef</dc:creator> <pubDate>Thu, 06 Jan 2011 08:48:37 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1381#comment-6030</guid> <description>Would it be possible to transfer also the &#039;created date&#039; from Devon&gt;Think notes til evernote?</description> <content:encoded><![CDATA[<p>Would it be possible to transfer also the &#8216;created date&#8217; from Devon&gt;Think notes til evernote?</p> ]]></content:encoded> </item> </channel> </rss>
