Search found 137 matches
- Tue Jul 21, 2020 8:56 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Customizing WebHelp Responsive: Menu left / All chapters in TOC
- Replies: 13
- Views: 3898
Re: Customizing WebHelp Responsive: Menu left / All chapters in TOC
Hi, What is the equivalent parameter for webhelp.side.toc.links in v21? How to view the full TOC to the left side? Thanks... Syed The webhelp.publication.toc.links parameter allows you to display the full TOC with all links or only the chapter. And I think the TOC is on the left side by default in ...
- Wed Jun 10, 2020 4:27 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Index in PDF Output: A, B, C, D...sub-headings for quicker access
- Replies: 4
- Views: 469
Re: Index in PDF Output: A, B, C, D...sub-headings for quicker access
Thank you very much for looking into this and pointing me to a possible way of doing this.
We will discuss internaly if this is worth pursuing.
We will discuss internaly if this is worth pursuing.
- Tue Jun 09, 2020 12:01 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Index in PDF Output: A, B, C, D...sub-headings for quicker access
- Replies: 4
- Views: 469
Re: Index in PDF Output: A, B, C, D...sub-headings for quicker access
Hi Radu,
we are using XSL-FO.
we are using XSL-FO.
- Mon Jun 08, 2020 3:00 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Index in PDF Output: A, B, C, D...sub-headings for quicker access
- Replies: 4
- Views: 469
Index in PDF Output: A, B, C, D...sub-headings for quicker access
Hi, the table of contents in our PDF output contains a link to the index. The link in the TOC is simply called "Index. Now we would like our customers to be able to jump directly to the letter they are looking for. Would it be possible to have sub-headings with each letter in the TOC? Like this: Ind...
- Wed May 20, 2020 10:12 am
- Forum: Feature Request
- Topic: Translation Package Builder: Create Unmodified File Package
- Replies: 1
- Views: 360
Translation Package Builder: Create Unmodified File Package
Hello, we are using the Translation Package Builder to create our translation projects. Our translation manager would like to have a new feature for the TPB. We would like to create a file package of all files that are referenced in the ditamap and have not been changed since the last milestone was ...
- Mon Feb 24, 2020 11:44 am
- Forum: Feature Request
- Topic: Opening the file location of images + Refactoring image references
- Replies: 6
- Views: 1272
Re: Opening the file location of images + Refactoring image references
Very nice! I will check it out, thank you.sorin_carbunaru wrote: ↑Thu Feb 13, 2020 1:51 pmHello,
Just wanted to let you know that EXM-43885 (going to the location of the selected image) has been resolved in oXygen 22, which was released yesterday.
Best wishes,
Sorin C.
- Mon Jan 20, 2020 12:16 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Adding Google Tag Manager Code to the WebHelp output
- Replies: 7
- Views: 1484
Adding Google Tag Manager Code to the WebHelp output
Hello, we would like to add the Google Tag Manager code to our WebHelp. The instructions of Google name the following requirements: Copy the following JavaScript and paste it as close to the opening <head> tag as possible on every page of your website, replacing GTM-XXXX with your container ID. Copy...
- Mon Dec 09, 2019 1:44 pm
- Forum: General XML Questions
- Topic: Sort glossary in alphabetical order
- Replies: 10
- Views: 2952
Re: Sort glossary in alphabetical order
Icing on the cake would be if I could integrate the refactoring into a transformation scenario.
To automatize the WebHelp glossary term sorting. This way the authors would not have to memorize another step before publishing.
To automatize the WebHelp glossary term sorting. This way the authors would not have to memorize another step before publishing.
- Thu Dec 05, 2019 4:55 pm
- Forum: General XML Questions
- Topic: Sort glossary in alphabetical order
- Replies: 10
- Views: 2952
Re: Sort glossary in alphabetical order
One addition: The sorting was case sensitive. So the resulting order was like this: A B a Instead of: A a B I've then added <xsl:choose> to your code to add the "lang" attribute when needed. This sorts the languages as required. <xsl:when test="/map/@xml:lang='de-DE'"> <xsl:copy> <xsl:apply-template...
- Thu Dec 05, 2019 4:17 pm
- Forum: General XML Questions
- Topic: Sort glossary in alphabetical order
- Replies: 10
- Views: 2952
Re: Sort glossary in alphabetical order
This works perfectly. Thank you!
- Thu Dec 05, 2019 11:29 am
- Forum: General XML Questions
- Topic: Sort glossary in alphabetical order
- Replies: 10
- Views: 2952
Re: Sort glossary in alphabetical order
I am also trying to sort glossary terms in alphabetical order in our numerous target languages. We are using ditamaps instead of bookmaps so the initial code from the blog post obviously doesn't work. I've added the <topicgroup> element then and used your code provided in this thread. Without succes...
- Wed Dec 04, 2019 2:36 pm
- Forum: Common Problems
- Topic: WebHelp Search broken in latest v21.1 update
- Replies: 10
- Views: 1529
Re: WebHelp Search broken in latest v21.1 update
Thanks for having a look. I thought I was using the latest WebHelp version. Turns out, I updated the WebHelp Responsive plug-in to the latest version but not the WebHelp Classic plug-in. I wasn't aware that if I use the WebHelp Responsive transformation parts of the WebHelp classic plug-in are neede...
- Wed Nov 27, 2019 12:16 pm
- Forum: Common Problems
- Topic: WebHelp Search broken in latest v21.1 update
- Replies: 10
- Views: 1529
Re: WebHelp Search broken in latest v21.1 update
I've send you a sample project via mail.
- Tue Nov 26, 2019 4:49 pm
- Forum: Common Problems
- Topic: WebHelp Search broken in latest v21.1 update
- Replies: 10
- Views: 1529
Re: WebHelp Search broken in latest v21.1 update
Just wanted to give me +1. I experience the same issue with a non-working search in my WebHelp Responsive.
XML Editor 21.1, build 2019101513
XML Editor 21.1, build 2019101513
- Mon Nov 18, 2019 6:19 pm
- Forum: Feature Request
- Topic: WebHelp Feedback Form | "Was this information helpful?"
- Replies: 1
- Views: 460
WebHelp Feedback Form | "Was this information helpful?"
Hi, I have a feature request for a second feedback possibility for the WebHelp. The feedback form that exists already offers a contact form where users can comment. I would like to have a quicker way to get feedback from users. Some kind of simple "Was this information helpful? Yes / No" button. Or ...
- Thu Aug 01, 2019 5:48 pm
- Forum: Feature Request
- Topic: Opening the file location of images + Refactoring image references
- Replies: 6
- Views: 1272
Re: Opening the file location of images + Refactoring image references
Thanks for adding it as a feature request. We will have a look at Master Files. We haven't done that yet.
- Wed Jul 31, 2019 12:31 pm
- Forum: Feature Request
- Topic: Opening the file location of images + Refactoring image references
- Replies: 6
- Views: 1272
Opening the file location of images + Refactoring image references
Hello, I would like to open file locations of images used in a topic directly from the context menu. This would save a lot of clicking/copy and pasting which is currently needed to reach the file location manually. And it would assure to edit the correct image when working on different projects on t...
- Tue Feb 19, 2019 12:40 pm
- Forum: Common Problems
- Topic: WebHelp search for Japanese Chōonpu (ー) symbol not working
- Replies: 3
- Views: 1149
Re: WebHelp search for Japanese Chōonpu (ー) symbol not working
Thank you for looking into this.
- Fri Feb 15, 2019 2:12 pm
- Forum: Feature Request
- Topic: WebHelp: Language switch
- Replies: 1
- Views: 1039
WebHelp: Language switch
Hello, we publish our WebHelp documentation in several languages. The URL is the same for each language with only the language shortcode as differentiation (/en/, /de/, /fr/, etc.). We would like to have an easy way for the user to switch to another language. Ideally via a button and not via manuall...
- Thu Feb 14, 2019 11:57 am
- Forum: Common Problems
- Topic: WebHelp search for Japanese Chōonpu (ー) symbol not working
- Replies: 3
- Views: 1149
WebHelp search for Japanese Chōonpu (ー) symbol not working
Hello, one of our Japanese colleagues made us aware of an issue with the search function in our WebHelp for Japanese. Words that use the dash-like symbol "ー" do not show up in the search results. Wiki: https://en.wikipedia.org/wiki/Ch%C5%8Donpu Here are some examples that do not appear in the search...
- Mon Nov 19, 2018 3:40 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen 20.1 Webhelp compatible with old DITA OT versions?
- Replies: 1
- Views: 884
Oxygen 20.1 Webhelp compatible with old DITA OT versions?
Hello, we are using Oxygen 20.1 with a custom framework and DITA OT 2.4.4. Because of our custom framework, the Oxygen plugins (in this case WebHelp Responsive) are still based on Oxygen 18. Now I would like to update the WebHelp to the latest version to make use of the latest WebHelp features intro...
- Fri Nov 09, 2018 12:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Usage of high resolution images in PDF
- Replies: 4
- Views: 1597
Re: Usage of high resolution images in PDF
Thanks Radu. The PDF from DITA using CSS feature has me interested for a while. This is probably another reason to consider this.
- Wed Nov 07, 2018 6:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Usage of high resolution images in PDF
- Replies: 4
- Views: 1597
Re: Usage of high resolution images in PDF
I tried to make use of the scalefit attribute. This works to fit very large screenshots nicely in the available space (that is the text column) but does not work well for small screenshots. Small screenshots are stretched to fit the space. I would rather not have a system where authors have to decid...
- Wed Nov 07, 2018 5:57 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Usage of high resolution images in PDF
- Replies: 4
- Views: 1597
Usage of high resolution images in PDF
Hello, in the past, we created screenshots with SnagIt on Windows in 96 DPI and inserted them into our topics. Now we would like to create screenshots on Mac with retina display. This gives us a much more detailed screenshot in 144 DPI. When we convert those high resolution images to 96 DPI, it gets...
- Mon Oct 01, 2018 3:43 pm
- Forum: Feature Request
- Topic: Spell check - casing after abbreviations
- Replies: 10
- Views: 4683
Re: Spell check - casing after abbreviations
Thanks for the confirmation and looking into this.
- Fri Sep 28, 2018 3:20 pm
- Forum: Feature Request
- Topic: Spell check - casing after abbreviations
- Replies: 10
- Views: 4683
Re: Spell check - casing after abbreviations
This is a very old thread, but I have the same issue. The spell check falsely highlights casing after abbreviations. In my case, after German abbreviations ("z.B.") lowercase words are highlighted. This is also the case for every other language I think. I don't want to deactivate the "Check capiliza...
- Thu Aug 16, 2018 10:53 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF: Inline images centered
- Replies: 3
- Views: 1486
Re: PDF: Inline images centered
Thank you for investigating this.
Regarding your workaround I should have given more information. We use a custom framework with Oxygen 19 (soon 20.1) and use Apache FOP as our formatter. This is why we cannot use a custom CSS at the moment.
Is there a workaround for FOP?
Regarding your workaround I should have given more information. We use a custom framework with Oxygen 19 (soon 20.1) and use Apache FOP as our formatter. This is why we cannot use a custom CSS at the moment.
Is there a workaround for FOP?
- Wed Aug 15, 2018 5:50 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF: Inline images centered
- Replies: 3
- Views: 1486
PDF: Inline images centered
Hello, we are using a lot of inline images in our documentations. We use mostly small icons but space is often an issue. Some icons can only be reduced in size to a certain extend until too many information would be lost. That's why we would like to use all the space we have for displaying inline im...
- Fri Jul 27, 2018 4:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF output: <indexterm> in sections causes empty row
- Replies: 7
- Views: 2433
PDF output: <indexterm> in sections causes empty row
Hello, until now we used indexterm elements in the prolog only. Now we want to allow our authors to also use it in sections. According to the DITA specs this is fine. We've only got one issue in our PDF output. When we insert an indexterm element in a section element, an empty row is created. Everyt...
- Tue Jun 19, 2018 11:36 am
- Forum: Common Problems
- Topic: GUI bug when inserting draft-comments
- Replies: 9
- Views: 2993
Re: GUI bug when inserting draft-comments
I just checked with 20.1 and can confirm that this has been fixed. Thanks 
