<?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"
	>
<channel>
	<title>Comments on: More Info on the Free Notes Plug-in</title>
	<atom:link href="http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php/rss2" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<pubDate>Thu, 20 Nov 2008 23:50:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: David Wolfe</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-146839</link>
		<dc:creator>David Wolfe</dc:creator>
		<pubDate>Sat, 06 Oct 2007 02:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-146839</guid>
		<description>Carlos, there is currently no way to print Notes on the page using InDesign. The tip Anne-Marie gave for InCopy is a (horrible) workaround for now. Many have been complaining to Adobe for at least 2 years about this. More people need to do the same. The Notes feature is the only means Adobe has given for Editors using InCopy and designers/production people using InDesign to communicate back and forth. To not be able to print those communications is not just a feature request--it's a serious flaw in the feature.</description>
		<content:encoded><![CDATA[<p>Carlos, there is currently no way to print Notes on the page using InDesign. The tip Anne-Marie gave for InCopy is a (horrible) workaround for now. Many have been complaining to Adobe for at least 2 years about this. More people need to do the same. The Notes feature is the only means Adobe has given for Editors using InCopy and designers/production people using InDesign to communicate back and forth. To not be able to print those communications is not just a feature request&#8211;it&#8217;s a serious flaw in the feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos F. Meneses</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-63263</link>
		<dc:creator>Carlos F. Meneses</dc:creator>
		<pubDate>Thu, 31 May 2007 17:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-63263</guid>
		<description>Anyone have any luck with getting the notes printed on the page? We are currently copy and pasting notes to an additional page at the end of our documents, which seems to kill the advantage of having this plug in.</description>
		<content:encoded><![CDATA[<p>Anyone have any luck with getting the notes printed on the page? We are currently copy and pasting notes to an additional page at the end of our documents, which seems to kill the advantage of having this plug in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne-Marie</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-53816</link>
		<dc:creator>Anne-Marie</dc:creator>
		<pubDate>Tue, 08 May 2007 14:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-53816</guid>
		<description>Jason, yes, those are correct. I think the .apln is for Windows, and .framework is for Mac.</description>
		<content:encoded><![CDATA[<p>Jason, yes, those are correct. I think the .apln is for Windows, and .framework is for Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Cutler</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-53624</link>
		<dc:creator>Jason Cutler</dc:creator>
		<pubDate>Tue, 08 May 2007 04:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-53624</guid>
		<description>I installed the InCopy demo and I have these three files in there (plus others) :
Note.framework
NotePref.framework
Username UI.framework

are these the right ones? The file extension is different. They have the same name as the ones in InCopy's Plug-ins/InCopyWorkflow folder.</description>
		<content:encoded><![CDATA[<p>I installed the InCopy demo and I have these three files in there (plus others) :<br />
Note.framework<br />
NotePref.framework<br />
Username UI.framework</p>
<p>are these the right ones? The file extension is different. They have the same name as the ones in InCopy&#8217;s Plug-ins/InCopyWorkflow folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Saunders</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3172</link>
		<dc:creator>Dave Saunders</dc:creator>
		<pubDate>Sat, 07 Oct 2006 15:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3172</guid>
		<description>It would certainly be possible to write a script to extract the text of the notes and put them into text frames on a notes layer with each located adjacent to the corresponding note's position in the document -- having seen some document with such notes, some logic might be needed to prevent notes at "the same position" from colliding.

I put "the same position" in quotes because they're in consecutive character positions in the text stream, but those characters would share the same location.

For that matter, there's also the issue of notes that are merely close but not adjacent.

The way things are, I wouldn't be able to work on such a script before I return from the conference in Seattle where I'm conducting a 3.5 hour hands-on JavaScripting InDesign class.</description>
		<content:encoded><![CDATA[<p>It would certainly be possible to write a script to extract the text of the notes and put them into text frames on a notes layer with each located adjacent to the corresponding note&#8217;s position in the document &#8212; having seen some document with such notes, some logic might be needed to prevent notes at &#8220;the same position&#8221; from colliding.</p>
<p>I put &#8220;the same position&#8221; in quotes because they&#8217;re in consecutive character positions in the text stream, but those characters would share the same location.</p>
<p>For that matter, there&#8217;s also the issue of notes that are merely close but not adjacent.</p>
<p>The way things are, I wouldn&#8217;t be able to work on such a script before I return from the conference in Seattle where I&#8217;m conducting a 3.5 hour hands-on JavaScripting InDesign class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne-Marie</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3150</link>
		<dc:creator>Anne-Marie</dc:creator>
		<pubDate>Fri, 06 Oct 2006 13:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3150</guid>
		<description>Iow, unfortunately you can't print the notes from InDesign, nor have them show up as comments if you exported the layout to PDF, not even with the Notes Manager plug-in. (Calling Dave Saunders ... calling Dave Saunders ... ) heh.

Having notes appear as comments in exported PDFs &lt;em&gt;is&lt;/em&gt; a feature of InCopy, however. You might want to consider buying one copy ($249) as a "plug-in" if this is important to you.  Or download a free tryout of InCopy to check it out before making a decision.

To include Notes as comments in a PDF, just open the layout from InCopy's File &gt; Open command, and immediately go to IC's File &gt; Export, choosing PDF as the format. When exporting layouts to PDF from InCopy, the options aren't nearly as exhaustive as InDesign's, but one of the options is "Include Notes as Annotations". (Which means comments.)</description>
		<content:encoded><![CDATA[<p>Iow, unfortunately you can&#8217;t print the notes from InDesign, nor have them show up as comments if you exported the layout to PDF, not even with the Notes Manager plug-in. (Calling Dave Saunders &#8230; calling Dave Saunders &#8230; ) heh.</p>
<p>Having notes appear as comments in exported PDFs <em>is</em> a feature of InCopy, however. You might want to consider buying one copy ($249) as a &#8220;plug-in&#8221; if this is important to you.  Or download a free tryout of InCopy to check it out before making a decision.</p>
<p>To include Notes as comments in a PDF, just open the layout from InCopy&#8217;s File > Open command, and immediately go to IC&#8217;s File > Export, choosing PDF as the format. When exporting layouts to PDF from InCopy, the options aren&#8217;t nearly as exhaustive as InDesign&#8217;s, but one of the options is &#8220;Include Notes as Annotations&#8221;. (Which means comments.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: low Jackson</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3138</link>
		<dc:creator>low Jackson</dc:creator>
		<pubDate>Fri, 06 Oct 2006 08:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3138</guid>
		<description>Cool, this is gonna be really useful! But is there a way to print these notes at the side of the page like commenting in acrobat?</description>
		<content:encoded><![CDATA[<p>Cool, this is gonna be really useful! But is there a way to print these notes at the side of the page like commenting in acrobat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Saunders</title>
		<link>http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3066</link>
		<dc:creator>Dave Saunders</dc:creator>
		<pubDate>Wed, 04 Oct 2006 16:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/more-info-on-the-free-notes-plug-in.php#comment-3066</guid>
		<description>I've been recently doing some scripting that includes notes. It's a great way for one script to pass information to another while identify places in text or even a range of text.

I've grown seriously attached to them. The InDesign Scripting Reference does a half-hearted job of describing them (at least, in the JavaScript section). At least there's an entry for the Note object, but none for the Notes collection. For that, you need the InCopy Scripting Reference.

Dave</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been recently doing some scripting that includes notes. It&#8217;s a great way for one script to pass information to another while identify places in text or even a range of text.</p>
<p>I&#8217;ve grown seriously attached to them. The InDesign Scripting Reference does a half-hearted job of describing them (at least, in the JavaScript section). At least there&#8217;s an entry for the Note object, but none for the Notes collection. For that, you need the InCopy Scripting Reference.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
