Page 1 of 1

Better bookmark titles for online documentation

Posted: Thu Jun 05, 2014 12:02 pm
by Frank Ralf
Hi,

I often bookmark pages from the online user guide, for example http://www.oxygenxml.com/doc/ug-author/ ... nsion.html Unfortunately, the bookmark only says "Oxygen XML Author 16.0" and doesn't give a clue regarding the content of that page, probably due to the HTML frame construction.

I'd like to have something like "The visibility property: -oxy-collapse-text (Oxygen XML Author 16.0)".

Kind regards,
Frank

Re: Better bookmark titles for online documentation

Posted: Thu Jun 05, 2014 12:52 pm
by adrian
Hi,

I've submitted a feature request on our issue tracking tool to dynamically update the page title to also include the section title.

Meanwhile, a quick workaround for the Author and Developer user manuals (not for the Editor) is to remove the anchor (#) character from the URL to point it directly at the topic (no frames and no TOC).
This way the page title will be the same as the section title.
e.g.

Code: Select all

http://www.oxygenxml.com/doc/ug-author/#topics/dg-visibility-css-extension.html
=>

Code: Select all

http://www.oxygenxml.com/doc/ug-author/topics/dg-visibility-css-extension.html
Note that this only works for the Author and Developer user manuals. The Editor manual redirects you back to the frames and TOC page when you remove the anchor.

Regards,
Adrian

Re: Better bookmark titles for online documentation

Posted: Thu Jun 05, 2014 12:57 pm
by Frank Ralf
Hi Adrian,

Many thanks for the quick reply and the workaround.

Frank