Search found 32 matches

by kgajda
Tue Oct 31, 2023 9:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Relative path in HTML Fragment Extension Parameters?
Replies: 3
Views: 378

Re: Relative path in HTML Fragment Extension Parameters?

I found a solution. Adding ${oxygen-webhelp-output-dir}/ to the paths does it.
by kgajda
Tue Oct 31, 2023 9:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Relative path in HTML Fragment Extension Parameters?
Replies: 3
Views: 378

Relative path in HTML Fragment Extension Parameters?

I sent this question in to Support and never get a reply so hoping I can crowdsource an answer or workaround: I have been updating our plugins to move to the latest DITA-OT, and in this version, rather than mucking about in the Oxygen templates, I injected each bit we wanted to add (like code for an...
by kgajda
Mon Aug 14, 2023 6:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp: Integrating an external search solution
Replies: 7
Views: 1186

Re: WebHelp: Integrating an external search solution

If I want to write a custom responsive webhelp plugin for 25.1 using our own search engine (not sure yet about which option for the results yet), but instead of where it looks like both of these solutions involve using a Publishing Template and a publishing desciptor file... how would I go about the...
by kgajda
Tue Jun 27, 2023 9:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF-CSS: Creating new CSS counters for new types of figures
Replies: 5
Views: 1388

Re: PDF-CSS: Creating new CSS counters for new types of figures

Hi Dan - Sorry, I know this is an older post, and for PDF, but I am essentially looking to do something very similar for our webhelp. Or rather, someone at my organization in the past created an extension that did something that accomplished this, but that legacy code is outdated and will not migrat...
by kgajda
Thu Jun 22, 2023 10:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp: Integrating an external search solution
Replies: 7
Views: 1186

Re: WebHelp: Integrating an external search solution

I am interested to know, too. Did you ever make any headway?
by kgajda
Thu Jun 01, 2023 7:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Debugging custom plugin XSL?? Please help
Replies: 1
Views: 415

Debugging custom plugin XSL?? Please help

I am working on creating a new custom plugin for my company's webhelp to bring us current, and one of the other extensions that we reply on is another custom one that was built in-house, but the author didn't leave their name in the manifest and we have no idea who created it. It is essentially for ...
by kgajda
Mon Aug 27, 2018 5:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: HTML output with embedded CSS
Replies: 3
Views: 2476

Re: HTML output with embedded CSS

Thanks for the reply, Costin. I do know how to just get the single topic transformed vs the whole map. The problem here is that I need the output to be one single file. So if do an HTML5 transform, I get css files, too. I was wondering if there a way to get some inline or embedded css. So that my ou...
by kgajda
Fri Aug 24, 2018 5:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: HTML output with embedded CSS
Replies: 3
Views: 2476

HTML output with embedded CSS

Hi :) I have a requirement to take a single topic file and transform it to a single htm file. There won't be any images, except the logo which I was going to add to its header with Base64 encoding. Now I need to move the CSS from the external file to embedded or inline... This is a topic that we use...
by kgajda
Wed Aug 08, 2018 11:12 pm
Forum: XSLT and FOP
Topic: Suppress Bookmarks and Index
Replies: 1
Views: 1786

Suppress Bookmarks and Index

Hi - I would like to customize my plugin so that neither bookmarks or the Index show up in my PDF output. Can someone help me track down where to do this?
Thanks for your help! : )
Kim
by kgajda
Mon Aug 06, 2018 6:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Speeding up transformation
Replies: 1
Views: 1205

Speeding up transformation

When I am transforming a large project to webhelp, and have only updated a few topics, is it possible to change some settings so that only those updates get rebuilt in my output to speed the process up?
by kgajda
Fri Jul 27, 2018 5:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How can I keep the TOC (and breadcrumbs) displayed when navigating to a topic that has the attribute "toc=no"?
Replies: 3
Views: 1894

Re: How can I keep the TOC (and breadcrumbs) displayed when navigating to a topic that has the attribute "toc=no"?

Thanks, Costin. Is there any way, programmatically, that I can change our DITA-OT to have the TOC persist with the last opened topic? And the same for the breadcrumbs?
Thanks again for your help :)
Kim
by kgajda
Thu Jul 19, 2018 7:18 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How can I keep the TOC (and breadcrumbs) displayed when navigating to a topic that has the attribute "toc=no"?
Replies: 3
Views: 1894

How can I keep the TOC (and breadcrumbs) displayed when navigating to a topic that has the attribute "toc=no"?

I have a section in my webhelp where each of the topics has the toc attribute set to "no". You can navigate to the parent topic and see them all listed there, and the TOC displays as expected. But, when you click any of the child topics that I don't want cluttering the TOC, you enter that ...
by kgajda
Mon Jun 25, 2018 4:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF transform of single topic from map
Replies: 4
Views: 2186

Re: PDF transform of single topic from map

I should mention that I did modify the build and plugin files and integrate to create a new transtype, releasenotespdf. I just need to customize the output now.
by kgajda
Mon Jun 25, 2018 4:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF transform of single topic from map
Replies: 4
Views: 2186

Re: PDF transform of single topic from map

Hi Radu! I met you at LavaCon Portland last year - it's great to "see" you again. Thanks for the quick response. That's a nice workaround for resolving the keys. Maybe you can have two PDF customization plugins with two different transtypes, one for single topic publishing and one for map ...
by kgajda
Sun Jun 24, 2018 8:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF transform of single topic from map
Replies: 4
Views: 2186

PDF transform of single topic from map

I am working on writing a PDF plugin to take a single release notes topic from a large ditamap (not bookmap) and output it as a PDF. I had 2 thoughts of either transforming on the map and having it only output the one topic, or if choosing the specific release notes topic and transforming on it. I s...
by kgajda
Sun Jun 24, 2018 8:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Transforming in 19 with map/files that were edited in 20
Replies: 2
Views: 1512

Re: Transforming in 19 with map/files that were edited in 20

Thanks, Ionela- that really helped. They had added another submap that had 75+ errors and removing it temporarily allowed me to quickly publish. Thanks again for your help
by kgajda
Tue Jun 19, 2018 10:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Transforming in 19 with map/files that were edited in 20
Replies: 2
Views: 1512

Transforming in 19 with map/files that were edited in 20

Hi. I have a project that I was working on in my Editor 19.1. I had a family tragedy and was out of the office for a few days and other people had to help out with it for me - they were using Author 20. I can't tell what could possibly be different with the files, but I can't understand what is happ...
by kgajda
Wed Apr 11, 2018 7:56 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Figure Title Numbering Missing in 18.1
Replies: 5
Views: 3089

Re: Figure Title Numbering Missing in 18.1

Thank you, Cosmin.
Is there a workaround, some files that could be changed in in the DITA OT to alter the behavior and force numbering to include the whole map? Or is there a way to leave the figure titles but remove the numbering for the time being until the fix is implemented?
by kgajda
Tue Apr 10, 2018 7:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Figure Title Numbering Missing in 18.1
Replies: 5
Views: 3089

Re: Figure Title Numbering Missing in 18.1

Is this still the case? I have figure title numbering that is resetting with each new topic. Is there an attribute that I can set?
Thanks!
by kgajda
Wed Feb 07, 2018 12:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Problem with nested chunking
Replies: 3
Views: 2156

Problem with nested chunking

I have a Topic Head with the chunk attribute set to "to-content". The 5 child topics show up in the TOC, but only 2 of the 5 show up in the topic as the other 3 are chunked with children themselves. Is there a workaround for this?
by kgajda
Wed Jan 03, 2018 6:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Image classes?
Replies: 1
Views: 1597

Image classes?

Does oxygen give you enough flexibility to apply individual class tags to images? ie: <img src="something.png" class="unity-img"> so that I can create a class for css styling for some images but not others?
Thanks!
Kim
by kgajda
Tue Dec 05, 2017 12:43 am
Forum: Common Problems
Topic: How to remove "Table of Contents" level at top of TOC?
Replies: 1
Views: 1696

How to remove "Table of Contents" level at top of TOC?

Is there a way to suppress the "Table of Contents" Topic Set that contains all of the topics in my TOC in my responsive webhelp? That is to say, I would like my sideTOC to start with the first topic in the map rather than listing "Table of Contents" above it. I tried setting its ...
by kgajda
Mon Dec 04, 2017 10:16 pm
Forum: Common Problems
Topic: TOC tooltips showing offscreen
Replies: 1
Views: 1355

TOC tooltips showing offscreen

We have moved our TOC to the left side of our topic pages, and the tooltips present offscreen to the left now. Is there a way to specify which direction they pop? Thank you :)
by kgajda
Wed Nov 29, 2017 8:27 pm
Forum: Common Problems
Topic: Multiple footers?
Replies: 1
Views: 1627

Multiple footers?

Hi! I have two different footer html files that I would like to use in my webhelp output. I am using the webhelp.fragment.footer parameter currently to point to my footer, but I would like a different, larger footer on the index landing page. Is it possible to reference a different footer file/fragm...
by kgajda
Thu Aug 31, 2017 5:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Embedding fonts in webhelp deliverable?
Replies: 2
Views: 1664

Embedding fonts in webhelp deliverable?

I have searched on my own and am trying to make sense of what I can piece together. In our webhelp, we need to use - and embed with the deliverable - 2 fonts. Noto Sans and Unity Icon fonts. Can someone please help walk me through the steps and where all I need to included references and the files t...
by kgajda
Fri Aug 25, 2017 7:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Tiles configuring?
Replies: 4
Views: 2617

Re: Webhelp Tiles configuring?

Thanks so much, Alin! I had just adjusted those in the CSS and was able to rearrange them as you suggested. I was wanting to inject something between the rows of tiles using javascript, and I'm testing that now. I have one more question though, semi-related to the tiles. I might want to add the TOC ...
by kgajda
Mon Aug 21, 2017 8:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Tiles configuring?
Replies: 4
Views: 2617

Webhelp Tiles configuring?

Hi!

I looking at Webhelp Responsive output using Tiles.

I would like to style the first 3 tiles as 3 to a row, with special icons.
I would like to style whatever remains (the number differs by product) as 4 to a row, and no icons.

Can someone help me do this?

Thanks for your help!!
Kim
by kgajda
Thu Aug 17, 2017 4:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Template Components and customizing webhelp output
Replies: 3
Views: 2191

Re: Webhelp Template Components and customizing webhelp output

Thanks for the reply, Alin! I was thinking something like this last night when I couldn't sleep :) The only thing I am wondering is if I can manipulate the components there, as in looping through webhelp_main_page_toc and putting the items into an array to reference in the output? Would the webhelp ...