<?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: Evernote to MacJournal AppleScript</title>
	<atom:link href="http://veritrope.com/tips/evernote-macjournal-export/feed/" rel="self" type="application/rss+xml" />
	<link>http://veritrope.com/tips/evernote-macjournal-export/</link>
	<description>Tech, Arts, Travel</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:30:07 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: [Productivity Hack] MacJournal and Evernote</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-691</link>
		<dc:creator>[Productivity Hack] MacJournal and Evernote</dc:creator>
		<pubDate>Sat, 29 May 2010 23:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-691</guid>
		<description>[...] Evernote to MacJournal Apple Script [...]</description>
		<content:encoded><![CDATA[<p>[...] Evernote to MacJournal Apple Script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-287</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-287</guid>
		<description>Dale,

Thank you very much for the kind words and -- what&#039;s more -- for taking the time to &lt;strong&gt;roll up your sleeves and make the code better&lt;/strong&gt;.  This is &lt;em&gt;exactly&lt;/em&gt; the spirit I&#039;ve been working to create here at Veritrope.com!  :D

In fact, your contribution reminded me of something that I had meant to ask Dan Schimpf (MacJournal&#039;s Developer): &quot;Any plans to make tags readable and writable via AppleScript?&quot;.  As it stands, they aren&#039;t -- but if you use any one the other Evernote scripts here, you&#039;ll know that I&#039;ve already developed a fairly solid &quot;tagging subroutine&quot; that I could drop into this script in a matter of minutes (were AppleScript support for tags in MacJournal to be enabled).

Anyhow, I&#039;ve emailed Dan and, once I hear from him, I&#039;ll pass along his response if anyone here is interested...</description>
		<content:encoded><![CDATA[<p>Dale,</p>
<p>Thank you very much for the kind words and &#8212; what&#8217;s more &#8212; for taking the time to <strong>roll up your sleeves and make the code better</strong>.  This is <em>exactly</em> the spirit I&#8217;ve been working to create here at Veritrope.com!  <img src='http://veritrope.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>In fact, your contribution reminded me of something that I had meant to ask Dan Schimpf (MacJournal&#8217;s Developer): &#8220;Any plans to make tags readable and writable via AppleScript?&#8221;.  As it stands, they aren&#8217;t &#8212; but if you use any one the other Evernote scripts here, you&#8217;ll know that I&#8217;ve already developed a fairly solid &#8220;tagging subroutine&#8221; that I could drop into this script in a matter of minutes (were AppleScript support for tags in MacJournal to be enabled).</p>
<p>Anyhow, I&#8217;ve emailed Dan and, once I hear from him, I&#8217;ll pass along his response if anyone here is interested&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale Francum</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-286</link>
		<dc:creator>Dale Francum</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-286</guid>
		<description>Justin,

This is great, really nicely done.  Thanks very much.

In case this is helpful to anyone else, I like to tag the notes I import, so I added this line to your script in two places:

&lt;code&gt;add tag &quot;Evernote import&quot; to resultObject&lt;/code&gt;

This is placed after the two blocks containing this code:
&lt;code&gt;
repeat with noteTag in noteTags
    add tag noteTag to resultObject
end repeat
&lt;/code&gt;

Dale</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>This is great, really nicely done.  Thanks very much.</p>
<p>In case this is helpful to anyone else, I like to tag the notes I import, so I added this line to your script in two places:</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">add tag &quot;Evernote import&quot; to resultObject</div></div>
<p>This is placed after the two blocks containing this code:</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">repeat with noteTag in noteTags<br />
&nbsp; &nbsp; add tag noteTag to resultObject<br />
end repeat</div></div>
<p>Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-285</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-285</guid>
		<description>This is great! It works perfectly!

Thank you!</description>
		<content:encoded><![CDATA[<p>This is great! It works perfectly!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacJournal News &#124; Updated AppleScripts, Macworld Review, and MacHeist &#124; Veritrope</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-284</link>
		<dc:creator>MacJournal News &#124; Updated AppleScripts, Macworld Review, and MacHeist &#124; Veritrope</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-284</guid>
		<description>[...] There are now two Evernote-to-MacJournal Exporter scripts included in the downloadable ZIP archive: One that attempts to preserve the formatting of the Evernote item by importing it into MacJournal as a Read-Only Web Archive formatted file, and another that will create an Editable RTF file that may not retain as much of the original formatting and/or embedded images. [...]</description>
		<content:encoded><![CDATA[<p>[...] There are now two Evernote-to-MacJournal Exporter scripts included in the downloadable ZIP archive: One that attempts to preserve the formatting of the Evernote item by importing it into MacJournal as a Read-Only Web Archive formatted file, and another that will create an Editable RTF file that may not retain as much of the original formatting and/or embedded images. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-283</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-283</guid>
		<description>For now, I&#039;ve decided to bundle two scripts into a ZIP file instead of writing the dialog box: One is identical to the 1.01 release except for being renamed the (READ ONLY) script.  The other will create RTF files that you can edit inside of MacJournal and is named (EDITABLE).

Let&#039;s see if MacJournal makes any changes in how it handles Web Archives in the near future and will potentially try to release a &quot;unified script&quot; again if conditions allow.

Hope you enjoy!</description>
		<content:encoded><![CDATA[<p>For now, I&#8217;ve decided to bundle two scripts into a ZIP file instead of writing the dialog box: One is identical to the 1.01 release except for being renamed the (READ ONLY) script.  The other will create RTF files that you can edit inside of MacJournal and is named (EDITABLE).</p>
<p>Let&#8217;s see if MacJournal makes any changes in how it handles Web Archives in the near future and will potentially try to release a &#8220;unified script&#8221; again if conditions allow.</p>
<p>Hope you enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-282</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-282</guid>
		<description>Hello Justin,

Thank you for tackling this problem!

My vote is for the third option: &quot;An additional dialog box that lets you pick between the two.&quot;

I use these journals for a variety of tasks; certain entries favor the first option, others favor the second option. So the third option would give me more control.

As for the &quot;Can’t get item 1 of {} Error:&quot; - I noticed that it happens more consistently when I try to transfer numerous entries at once (like ten or more). Sometimes, the error indicates it can&#039;t get a certain entry (out of several), but if I selected it individually, it works.

Thanks again for the help!</description>
		<content:encoded><![CDATA[<p>Hello Justin,</p>
<p>Thank you for tackling this problem!</p>
<p>My vote is for the third option: &#8220;An additional dialog box that lets you pick between the two.&#8221;</p>
<p>I use these journals for a variety of tasks; certain entries favor the first option, others favor the second option. So the third option would give me more control.</p>
<p>As for the &#8220;Can’t get item 1 of {} Error:&#8221; &#8211; I noticed that it happens more consistently when I try to transfer numerous entries at once (like ten or more). Sometimes, the error indicates it can&#8217;t get a certain entry (out of several), but if I selected it individually, it works.</p>
<p>Thanks again for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-281</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-281</guid>
		<description>Okay -- here&#039;s the latest update (and a question for everyone out there using the script):

&lt;b&gt;Editing Your Notes:&lt;/b&gt;
Dan Schimpf (the developer behind MacJournal) and I have been trading some emails about the editing issues.

The problem boils down to this -- I wrote the script to convert the HTML files that Evernote exports into a slightly different format called a &quot;Web Archive&quot; -- and MacJournal doesn&#039;t edit that format (yet).

Essentially, a Web Archive is a bundle of all the HTML code...plus any images used in the page.  I chose this route so that the notes would arrive in MacJournal looking roughly the same as they did when they left Evernote. (Thought that &lt;i&gt;might be&lt;/i&gt; important to you all! ;)  )

That said, I can make a simple change in the script that would import the notes as RTF files.  This would allow you to edit them, but you  may lose some formatting and images in the process.

Dan is looking into some options to enable Web Archive editing within MacJournal (the best of all possible solutions) but, in the meantime, here is my question to you all:

&lt;strong&gt;WOULD YOU PREFER:&lt;/strong&gt;&lt;strong&gt;
&lt;ul&gt;&lt;li&gt;Notes that you can edit -- even if they lose some of the formatting/images along the way?&lt;/li&gt;
&lt;li&gt;&quot;READ ONLY&quot; notes that keep much of their formatting&lt;/li&gt;
&lt;li&gt;An additional dialog box that lets you pick between the two&lt;/li&gt;&lt;/ul&gt;

&lt;b&gt;Can’t get item 1 of {} Error:&lt;/b&gt;
Haven&#039;t been able to reproduce that in the latest build of the script.  If you get it again, try emptying the trash and repeat the export.  Either way, let me know if this happens again and I will do my best to get to the bottom of things!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Okay &#8212; here&#8217;s the latest update (and a question for everyone out there using the script):</p>
<p><b>Editing Your Notes:</b><br />
Dan Schimpf (the developer behind MacJournal) and I have been trading some emails about the editing issues.</p>
<p>The problem boils down to this &#8212; I wrote the script to convert the HTML files that Evernote exports into a slightly different format called a &#8220;Web Archive&#8221; &#8212; and MacJournal doesn&#8217;t edit that format (yet).</p>
<p>Essentially, a Web Archive is a bundle of all the HTML code&#8230;plus any images used in the page.  I chose this route so that the notes would arrive in MacJournal looking roughly the same as they did when they left Evernote. (Thought that <i>might be</i> important to you all! <img src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   )</p>
<p>That said, I can make a simple change in the script that would import the notes as RTF files.  This would allow you to edit them, but you  may lose some formatting and images in the process.</p>
<p>Dan is looking into some options to enable Web Archive editing within MacJournal (the best of all possible solutions) but, in the meantime, here is my question to you all:</p>
<p><strong>WOULD YOU PREFER:</strong><strong></p>
<ul>
<li>Notes that you can edit &#8212; even if they lose some of the formatting/images along the way?</li>
<li>&#8220;READ ONLY&#8221; notes that keep much of their formatting</li>
<li>An additional dialog box that lets you pick between the two</li>
</ul>
<p><b>Can’t get item 1 of {} Error:</b><br />
Haven&#8217;t been able to reproduce that in the latest build of the script.  If you get it again, try emptying the trash and repeat the export.  Either way, let me know if this happens again and I will do my best to get to the bottom of things!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-280</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-280</guid>
		<description>Thank you very much for this script.

I tried running the script (version 1.0.1), and was able to transfer some entries from Evernote to Macjournal, but many of them would give me the following error:

Can’t get item 1 of {}

Also, I can&#039;t edit any of the entries that are transferred to Macjournal. I checked to see if the entries were locked, but they the inspector says they are &quot;editable&quot;.

Also, the transferred entries do not maintain formatting, such as bullets, line breaks, etc.

Any suggestions?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this script.</p>
<p>I tried running the script (version 1.0.1), and was able to transfer some entries from Evernote to Macjournal, but many of them would give me the following error:</p>
<p>Can’t get item 1 of {}</p>
<p>Also, I can&#8217;t edit any of the entries that are transferred to Macjournal. I checked to see if the entries were locked, but they the inspector says they are &#8220;editable&#8221;.</p>
<p>Also, the transferred entries do not maintain formatting, such as bullets, line breaks, etc.</p>
<p>Any suggestions?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://veritrope.com/tips/evernote-macjournal-export/comment-page-1/#comment-279</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 09 Oct 2009 14:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://veritrope.com/?p=2216#comment-279</guid>
		<description>Hey -- what can I say -- I&#039;m a fan of enthusiasm! ;)</description>
		<content:encoded><![CDATA[<p>Hey &#8212; what can I say &#8212; I&#8217;m a fan of enthusiasm! <img src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: veritrope.com @ 2010-08-01 04:34:07 -->