----------------------------------------------------------------------------------
2026.02.27
This is a next step.
There are things that we need to figure out, like what to do with the SciTE help file, take it apart and make a dark-mode one, it or call from our script ?

The script runs from the AutoIt installation folder and that will be better for now ( or always ) since the help related files are there to start with. Most of the files are in "\AutoIt3\AutoIt3HelpWeb_UDFs\". There are only 2 files in the AutoIt's default folder: The launcher ( AutoIt3HelpWeb.au3 ) and the "help file selector / swapper" ( AutoIt3HelpWeb_SwapHandler.au3 ), and that is the easiest way to look at it ( is all there ).
The file "AutoIt3HelpWeb.au3" will need to be edited and have your HTM files path declared in "$sHtmlIndexPath" because been in development I have copies of the whole help file structure ... everywhere.
Once is all said and done we may end up using a relative path to "\AutoIt3\Extras\" and not declare anything, but we're still coding.

The "AutoIt3HelpWeb_SwapHandler.au3" is the easiest thing to run: click-click and you change from the original to the script and vice-versa.

Ok, that wrap's it up for now. Give it a try and let's share our ideas.

P.S.: the example files used are the same as in the CHM.

----------------------------------------------------------------------------------
2026.02.28

Ok. A new day and a new way to look at it.
No indexing ( because, am lazy by nature, but to my defense ) I think is not needed.
We send "the word" to the help file and if not there, it'll click "Index" and look there.
Is faster because everything is in the browser at browser speed. Less work in the script.

----------------------------------------------------------------------------------
