Search found 15 matches

by mross
Thu Oct 07, 2021 4:56 pm
Forum: Common Problems
Topic: Oxygen editor dita framework uploaded to fusion breaks author view styling
Replies: 1
Views: 1659

Oxygen editor dita framework uploaded to fusion breaks author view styling

I've uploaded our dita framework files to content fusion and now topics don't have styling applied in author view. How can I revert to the default dita frameworks that came with content fusion and web author?
by mross
Mon Aug 30, 2021 6:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: SVG Doc Type Declaration issues
Replies: 2
Views: 829

Re: SVG Doc Type Declaration issues

In draw.io or draw.net on export, it looks like I had to enable the setting to "Include a copy of my diagram" for it to work in webhelp.
Thanks
by mross
Fri Aug 27, 2021 6:59 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: SVG Doc Type Declaration issues
Replies: 2
Views: 829

SVG Doc Type Declaration issues

We have SVG exported from Draw.io as a flow chart that has links to external web urls. Draw.io exports the svg with this doc type declaration: <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg10.dtd"> ISSUE: Oxygen 23.1 webhelp and CSS to ...
by mross
Tue Aug 10, 2021 10:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3710

Re: Git Branch Manager

In this help topic https://www.oxygenxml.com/doc/versions/ ... addon.html, under "File Conflict Solving Workflow", what does "Mark as Resolved" do? How is that different that using mine or theirs?
by mross
Tue Aug 10, 2021 6:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3710

Re: Git Branch Manager

This is great to hear! In Bitbucket git, I create a pull request from source branch to destination branch. I get a merge conflict. Bitbucket shows me the conflicting file. Bitbucket instructs me to checkout the source branch, and on that branch run git pull origin <destination branch>. Now the confl...
by mross
Wed Jul 28, 2021 4:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3710

Git Branch Manager

We have been using the Git client add-on and the team is largely accepting of the tool with these exceptions: * they can't merge branches * they can't stash uncommitted changes as they switch between branches We're having to use BitBucket git to merge branches with pull request and the team wants to...
by mross
Thu Jul 22, 2021 8:07 pm
Forum: Other Issues
Topic: Custom localizations for webhelp output in external framework
Replies: 3
Views: 1592

Re: Custom localizations for webhelp output in external framework

Making a path to an external framework directory still requires updating a configuration.properties file that is in the default toolkit in Oxygen. How can I make that setting when everybody installs Oxygen Author on their local client?
by mross
Fri Jun 11, 2021 4:19 pm
Forum: Other Issues
Topic: Custom localizations for webhelp output in external framework
Replies: 3
Views: 1592

Custom localizations for webhelp output in external framework

I have Oxygen 23.1 installed at: C:\Program Files\Oxygen The webhelp responsive plugin is at the install location: C:\Program Files\Oxygen\frameworks\dita\DITA-OT3.x\plugins\com.oxygenxml.webhelp.responsive I have a custom framework with other extension files installed at: C:\dita_custom I have a cu...
by mross
Mon Apr 05, 2021 7:04 pm
Forum: Common Problems
Topic: Discussion about the Oxygen Git Plugin v2.3.0
Replies: 8
Views: 2748

Re: Discussion about the Oxygen Git Plugin v2.3.0

I am also excited to the the improvements of the Git Branch Manager. Question, while I can create a new local branch using Git Manager, I don't see a way to publish that new local branch to the remote. Will that be possible in a future release?
by mross
Mon Aug 12, 2019 8:56 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Non-ascii characters freezes webhelp classic reading pane
Replies: 2
Views: 1248

Re: Non-ascii characters freezes webhelp classic reading pane

Created with Oxygen 21.1, Oxygen DITA OT 3.3.1, default webhelp classic transform. non-ascii characters inserted three ways: 1. copy paste from MS Word source. 2. manually typed from Dell 64 bit Windows 10 pro keyboard 4. manually inserted with Oxygen character dialog box. With Oxygen Editor, select...
by mross
Thu Aug 08, 2019 9:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Non-ascii characters freezes webhelp classic reading pane
Replies: 2
Views: 1248

Non-ascii characters freezes webhelp classic reading pane

At times, browsers will "freeze" and not display content in the webhelp classic topic pane if the source XML had non-ascii characters. For example curly quotes, curly apostrophe, em dash, ellipsis, symbols. If we set autocorrect to replace a curly quote with a straight quote and so on, tha...
by mross
Wed Jan 30, 2019 7:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Hyphenation supprt for languages other than English
Replies: 1
Views: 981

Hyphenation supprt for languages other than English

Can the DITA transforms be configured for hyphenation support for Spanish and Portuguese so that text strings wrap within table column widths?
by mross
Fri Oct 05, 2018 9:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: webhelp classic table caption
Replies: 3
Views: 2071

Re: webhelp classic table caption

I found where the period is added. It's in: DITA-OT2.x\plugins\org.dita.html5\xsl\tables.xsl Line:607: <xsl:sequence select="concat(dita-ot:get-variable(., 'Table'), ' ', $number, '. ')"/> I copied this template that begins on line 605 - 608 to: \DITA-OT2.x\plugins\com.oxygenxml.html.custo...
by mross
Fri Oct 05, 2018 3:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: webhelp classic table caption
Replies: 3
Views: 2071

Re: webhelp classic table caption

I realize that the period in the caption title is added by a stylesheet. I looked in DITA-OT2.x/plugins/org.dita.xhtml/xsl/xslhtml/tables.xsl AND C:\oxygen_framework\DITA-OT2.x\plugins\org.dita.html5\xsl\tables.xsl Line:1009-1014 appears to be adding the label: <xsl:call-template name="getVaria...
by mross
Wed Oct 03, 2018 10:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: webhelp classic table caption
Replies: 3
Views: 2071

webhelp classic table caption

Oxygen 20.1 DITA OT 2.x webhelp classic transform

I want to change: Table 1. Table label
to: Table: Table label

Where is the period after the table number being generated? Strings-en-us.xml <str name="Table">Table</str> does not contain the period.