Page 1 of 1

How to get #anchorname in XYplorer.chm help file?

Posted: 10 Feb 2015 09:50
by binocular222
Example: I open XY help (Main Topic > Address Bar page) > Right click > Properties
Here's what I get:
\XYplorer.chm::/idh_addressbar.htm
Is there any #anchorname inside? How to get?

Some XY's help topic is quite lengthy, it's hard to navigate without #anchorname

P.S \XYplorer.chm::/idh_scripting_comref.htm#idh_sc_rtfm should have more document on how to get the value of help pages

Re: How to get #anchorname in XYplorer.chm help file?

Posted: 10 Feb 2015 12:31
by TheQwerty
Option 1) Right-click within the content pane and select View Source. Then look for any instances of <a name="idh_ and then use the value of name as you normally would.

Option 2) Search for the topic header in the index, if found go there, and then right-click the contents, Properties and it should be part of the address field.

Option 3) I'm not positive but I believe you could just use highend's Show Help Topic script.

Re: How to get #anchorname in XYplorer.chm help file?

Posted: 10 Feb 2015 12:34
by binocular222
Thanks, that works