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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

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

Post 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
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

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

Post 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.

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

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

Post by binocular222 »

Thanks, that works
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Post Reply