Search found 5 matches

by aremaci
Wed Mar 15, 2023 1:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Tables in Oxygen
Replies: 4
Views: 666

Re: Tables in Oxygen

I don't know if this helps your use case: For our WebHelp we are using the following CSS in order to make the table heads sticky:

Code: Select all

    .table th {
        position: sticky;
        top: 0;
    }
If you want this function only for some tables, you can use an outputclass on the table.
by aremaci
Mon Dec 09, 2019 12:04 pm
Forum: Common Problems
Topic: WebHelp Search broken in latest v21.1 update
Replies: 10
Views: 3595

Re: WebHelp Search broken in latest v21.1 update

I had the same problem. In my case the reason was that I am using custom publication templates and the HTML files in the template had the old jquery version.
To solve the issue I needed to change the jquery version in the HTML files (in my case to jquery-3.4.1.min.js).
by aremaci
Thu Aug 29, 2019 12:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Do not show shortdescriptions
Replies: 12
Views: 5249

Re: Do not show shortdescriptions

I would also like to add my vote to this issue.
by aremaci
Tue Aug 06, 2019 9:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Publishing metadata (release management domain) in Oxygen Webhelp responsive
Replies: 3
Views: 1727

Re: Publishing metadata (release management domain) in Oxygen Webhelp responsive

Hi,

are there any news on this topic. We would also be interested in this functionality. For WebHelp and also for Chemistry. The use case for us would be to generate a list of features added to our software for a certain release (or a release history for several releases).
by aremaci
Wed Jul 03, 2019 1:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrated Style Guide - Dynamic Information Model
Replies: 7
Views: 5811

Re: Integrated Style Guide - Dynamic Information Model

On GitHub there are two different projects: Intelligent Integrated Style Guide (https://github.com/oxygenxml/integrated-styleguide) and Dynamic Information Model (https://github.com/oxygenxml/dim). Could you explain the differences between the two? Should one be preferred over the other?
Thank you.