When a user is running multivalent from the command line and loads a URL (or local path) to an html file please consider including support for targets in the URL.
for example:
multivalent.jar help\contents.html#bottom
where bottom is an id at the bottom of the page AKA a target. This is requested so that multivalent will open the contents.html file and automatically scroll down to the bottom of the page.
Thanks for listening. -- Tor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm, a URL given on the command line is treated the same way as one generated by clicking on a hyperlink so anchors should work too. I'll check into it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When a user is running multivalent from the command line and loads a URL (or local path) to an html file please consider including support for targets in the URL.
for example:
multivalent.jar help\contents.html#bottom
where bottom is an id at the bottom of the page AKA a target. This is requested so that multivalent will open the contents.html file and automatically scroll down to the bottom of the page.
Thanks for listening. -- Tor
Hmm, a URL given on the command line is treated the same way as one generated by clicking on a hyperlink so anchors should work too. I'll check into it.