Re: Help book content
Re: Help book content
- Subject: Re: Help book content
- From: Matt Neuburg <email@hidden>
- Date: Mon, 14 Sep 2009 17:44:28 -0700
- Thread-topic: Help book content
On Mon, 14 Sep 2009 20:39:30 +0100, Andy Bettis <email@hidden> said:
>Hi,
>
>Many thanks to all who replied, most especially Matt for your very
>helpful screencast.
Yessss! :)
>It seems like changes to the help book don't percolate through to
>Xcode very well, especially in debug builds.
Yeah, this is a major issue. Most of us have a routine where we dive into
the Caches folder and remove a bunch of help-related stuff, between runs, so
that the help cache will be rebuilt on the next run.
>The only remaining problem is with links. I have a link between html
>pages on the same level:
>
><a href=presets.html>Presets</a>
>
>This works in Safari but not through Help Viewer.
I'm surprised it *ever* works since that is not HTML. You need to say <a
href="presets.html"> (notice the quotes). Always run your HTML thru a
validator and if at all feasible use XHTML because it is even stricter and
clearer. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.tidbits.com/matt/default.html#applescriptthings
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden