Search found 793 matches
- Fri Jan 15, 2021 6:33 pm
- Forum: Common Problems
- Topic: Legacy Add-ons Update Site?
- Replies: 1
- Views: 101
Re: Legacy Add-ons Update Site?
Hello, We only keep the latest two versions in the update site, but you can still get hold of previous versions. The Addons Packager builds are all present in out Maven repository. To get it you need to: 1. Download the required build, for example 21.1 build . 2. Unzip it inside {oxygenInstallDir}/p...
- Thu Jan 14, 2021 3:48 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Can users specify the location of the preferences file used by Oxygen XML Author?
- Replies: 1
- Views: 68
Re: Can users specify the location of the preferences file used by Oxygen XML Author?
Hello, Yes, you can setup one of the Oxygen installations to use a different preferences directory through the com.oxygenxml.customOptionsDir system property: -Dcom.oxygenxml.customOptionsDir=absolute_file_path If you have space in the file path, use quotes: -Dcom.oxygenxml.customOptionsDir="absolut...
- Thu Jan 14, 2021 11:29 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Help with Authoring Action in Oxy 23.0
- Replies: 5
- Views: 80
Re: Help with Authoring Action in Oxy 23.0
Hi Christina,
There's no trouble at all! I'm the one that implemented the plugin a long time ago so I'm quite glad to see that it is still helpful!
Best regards,
Alex
There's no trouble at all! I'm the one that implemented the plugin a long time ago so I'm quite glad to see that it is still helpful!

Best regards,
Alex
- Thu Jan 14, 2021 10:58 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Help with Authoring Action in Oxy 23.0
- Replies: 5
- Views: 80
Re: Help with Authoring Action in Oxy 23.0
Hi Christina, An author action doesn't normally run when an editor is saved, so it must be some kind of a hook installed in your previous Oxygen version. It might be this plugin: ExecuteAuthorActionsOnSaveHook . To check if this the one, in oxygen 22.1 go to Options->Preferences... on page Plugins a...
- Wed Jan 13, 2021 5:04 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Help with Authoring Action in Oxy 23.0
- Replies: 5
- Views: 80
Re: Help with Authoring Action in Oxy 23.0
Hello, I've tested the action myself in version 23 and it worked as expected, at least how I expected it to work. here is what I did: - I open a DITA topic that has a revised element with an older date: <prolog> <critdates> <revised modified="2021-01-01"/> </critdates> </prolog> - I click the action...
- Mon Jan 11, 2021 10:43 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Showing javadocs to Oxygen SDK-API in an IDE
- Replies: 2
- Views: 125
Re: Showing javadocs to Oxygen SDK-API in an IDE
Hello,
We bundle both the SDK source code and the Javadoc as Maven artifacts published in the Maven repository. Please make sure that Eclipse is configured to download them by looking into Preferences: and I see that IntelliJ has similar options too.
Best regards,
Alex
We bundle both the SDK source code and the Javadoc as Maven artifacts published in the Maven repository. Please make sure that Eclipse is configured to download them by looking into Preferences: and I see that IntelliJ has similar options too.
Best regards,
Alex
- Fri Jan 08, 2021 5:15 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: OXygen CSS selector!
- Replies: 1
- Views: 103
Re: OXygen CSS selector!
Hello,
The -oxy-collapse-text extension hides the text, but keeps the element present in the layout.
Let me know if it solves you use case.
Best regards,
Alex
The -oxy-collapse-text extension hides the text, but keeps the element present in the layout.
Code: Select all
x{
visibility:-oxy-collapse-text;
}
Best regards,
Alex
- Mon Jan 04, 2021 5:33 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Associating custom topic templates to multiple topics
- Replies: 1
- Views: 111
Re: Associating custom topic templates to multiple topics
Hello, The new document templates are used only as starting points for new documents. Existing documents are matched to the proper framework when opened. The new document templates should also sit inside the framework, because a framework bundles all the resources and configuration specific to a doc...
- Fri Nov 20, 2020 6:20 pm
- Forum: Other Issues
- Topic: Custom Editor Variable using xpath_eval and doc function
- Replies: 12
- Views: 1140
Re: Custom Editor Variable using xpath_eval and doc function
Hi John,
Although you probably went with the workaround and solved this issue on your side, for closure, I want to mention that in the newly release Oxygen 23 we addressed the root cause and the sequence ") }" no longer breaks the editor variables parsing.
Best regards,
Alex
Although you probably went with the workaround and solved this issue on your side, for closure, I want to mention that in the newly release Oxygen 23 we addressed the root cause and the sequence ") }" no longer breaks the editor variables parsing.
Best regards,
Alex
- Fri Nov 20, 2020 6:10 pm
- Forum: Feature Request
- Topic: What about Git support?
- Replies: 102
- Views: 30049
Re: What about Git support?
Hello, Version 2.3.1 of the Git Client contains fixes for two issues mentions on this thread: 1. In case of a Rebase conflict we now have URLs that make it more easy to understand what each stands for: - the one on the left contains the MineResolved token - the one on the right contains the MineOrig...
- Fri Nov 20, 2020 5:41 pm
- Forum: Other Issues
- Topic: Git - cannot pull, files are desynchonized somehow
- Replies: 4
- Views: 569
Re: Git - cannot pull, files are desynchonized somehow
Hello,
In the latest Git client release, 2.3.1, we identify this special situation on pull and we present to the user a message dialog describing the situation and possible solutions.
I hope it helps,
Alex
In the latest Git client release, 2.3.1, we identify this special situation on pull and we present to the user a message dialog describing the situation and possible solutions.
I hope it helps,
Alex
- Fri Nov 13, 2020 2:47 pm
- Forum: Feature Request
- Topic: multi-select combobox for ${ask(...)}
- Replies: 4
- Views: 241
Re: multi-select combobox for ${ask(...)}
Hello, This feature didn't make it in the next release which will arrive in a couple of weeks. I can't offer any promises that it will make it in the next either because we always have to juggle with so many features, but I've added your vote for it an increase its priority. The $ask implementation ...
- Thu Oct 15, 2020 12:54 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Cutting down on the number of DITA tags
- Replies: 1
- Views: 130
Re: Cutting down on the number of DITA tags
Hi Mark, There are two options: 1. You can configure content completion though a configuration file . The configuration applies to both Author and Text pages. 2. When editing the framework configuration, in the Content Completion Subtab , you can also remove from the entries collected from the Schem...
- Thu Sep 24, 2020 12:13 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using XPath with reusable content
- Replies: 1
- Views: 169
Re: Using XPath with reusable content
Hello, You can create Document Templates that use the ${xpath_eval(expression)} editor variable to extract the data from the file and further process it as needed. To access the "master list" file you ca: - use the ${pdu} editor variable, if you are using Oxygen project files and the master file is ...
- Mon Sep 14, 2020 10:01 am
- Forum: General XML Questions
- Topic: @target on <name>
- Replies: 4
- Views: 420
Re: @target on <name>
Hello Ralph, It seems the culprit is a CSS rule that was intended for TEI P4. If you place the caret inside the name element, invoke the contextual menu, and choose CSS Inspector , you will get the chance to inspect the CSS rules that match. In it, select the :before tab and you will see a rule like...
- Fri Sep 11, 2020 4:35 pm
- Forum: General XML Questions
- Topic: @target on <name>
- Replies: 4
- Views: 420
Re: @target on <name>
Hello, If I understand it correctly, you've created your own TEI schema that allows @target attributes directly on name elements, right? <ref target="listplace.xml#kelso>kelso</ref> points correctly to the entry for Kelso (xml:id=kelso) in the listplace.xml document, stored in the same folder. This ...
- Tue Sep 08, 2020 4:46 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Editor Variable to ExecuteCommandLineOperation return
- Replies: 5
- Views: 781
Re: Editor Variable to ExecuteCommandLineOperation return
Hi John, Thank you for all of these details! One thing I haven't tried is to see what would happen if we tried executing an ExecuteCommandLineOperation whose command line invoked gitbash.exe and passed in a Bash expression on the command line. ExecuteCommandLineOperation can't return a value and sto...
- Fri Sep 04, 2020 3:13 pm
- Forum: Feature Request
- Topic: Add import button in DTA Author Actions menu
- Replies: 1
- Views: 238
Re: Add import button in DTA Author Actions menu
Hello, If you already have author actions saved into individual files then you need to put them in one of the 2 places we look for them: 1. {framework_directory}/externalAuthorActions - If there are multiple framework subdirectories inside {framework_directory} , using this path structure will make ...
- Wed Sep 02, 2020 1:47 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: The "oxy_link-text()" function will not be executed
- Replies: 2
- Views: 339
Re: The "oxy_link-text()" function will not be executed
Hello, For security reasons, if the CSS is not from a safe location, some CSS functions are not executed. Frameworks, for example, are considered safe locations because they either came built-in with Oxygen or the user have installed them himself. What you can do: 1. You can go to Options->Preferenc...
- Thu Aug 27, 2020 9:30 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Content completion attribute values and annotations
- Replies: 1
- Views: 343
Re: Content completion attribute values and annotations
Hello, Just to be sure I understand this correctly, you would want the CC window to present a label, a human friendly text, while inserting the actual, perhaps cryptic, value. Is that correct? The cc_value.xml file doesn't currently offer such a feature. We do have an issue recorded and I will add y...
- Fri Aug 21, 2020 5:20 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: MD -> DITA: Escaped '[]' not ignored
- Replies: 2
- Views: 325
Re: MD -> DITA: Escaped '[]' not ignored
Hello,, Oxygen version 21.1 comes bundled with DITA-OT 3.3.1 and relies on it for MD conversions. The issue you encountered has been resolved in DITA-OT 3.4: https://github.com/dita-ot/dita-ot/issues/3267 Oxygen 22, for example, comes bundled with DITA-OT 3.4 and doesn't have this issue anymore. As ...
- Wed Aug 19, 2020 2:08 pm
- Forum: Common Problems
- Topic: Diff tool error when reusing content from a Git submodule
- Replies: 4
- Views: 437
Re: Diff tool error when reusing content from a Git submodule
Hello, Thank you for reporting this issue. I've managed to reproduce it myself and I've recorded an issue to see what's going on. It is something related with submodules, because references are resolved correctly in the same repository. When we release a fix, I will post a notice here. Best regards,...
- Thu Aug 13, 2020 1:47 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Reuse Actions across frameworks
- Replies: 2
- Views: 382
Re: Reuse Actions across frameworks
Hello John,
What Oxygen version are you using? In the last release, 22.1, we added the possibility to define actions in their own file. After you put the actions in separate files, you can copy them in every framework directory.
Best regards,
Alex
What Oxygen version are you using? In the last release, 22.1, we added the possibility to define actions in their own file. After you put the actions in separate files, you can copy them in every framework directory.
Best regards,
Alex
- Thu Jul 23, 2020 5:29 pm
- Forum: Other Issues
- Topic: Git - cannot pull, files are desynchonized somehow
- Replies: 4
- Views: 569
Re: Git - cannot pull, files are desynchonized somehow
Hello, We normally intercept the lock related exception and present a message to the user. I will add an issue to investigate. Most likely a pull crashed, somehow. You can discard or, if the user didn't have any local changes, you could run from the command like: git reset -q --hard HEAD To be on th...
- Thu Jul 23, 2020 9:11 am
- Forum: Feature Request
- Topic: Provide tree view/flat view button in Git History window
- Replies: 3
- Views: 579
Re: Provide tree view/flat view button in Git History window
Hi Cris,
By the way, if your files are available in the Project view, you can invoke the Show History action on a specific directory. The view will then presents just those commits that changed something in that particular directory. It might help you with the detective work.
Best regards,
Alex
By the way, if your files are available in the Project view, you can invoke the Show History action on a specific directory. The view will then presents just those commits that changed something in that particular directory. It might help you with the detective work.
Best regards,
Alex
- Thu Jul 23, 2020 8:58 am
- Forum: Feature Request
- Topic: Provide tree view/flat view button in Git History window
- Replies: 3
- Views: 579
Re: Provide tree view/flat view button in Git History window
Hi Cris,
A tree mode will make it easier for you to scan the commits and identify one of those offending commits, right? I will add an issue for this. I can't see another place where we could put this action other than the view's toolbar where the Refresh button currently is.
Best regards,
Alex
A tree mode will make it easier for you to scan the commits and identify one of those offending commits, right? I will add an issue for this. I can't see another place where we could put this action other than the view's toolbar where the Refresh button currently is.
Best regards,
Alex
- Wed Jul 22, 2020 4:10 pm
- Forum: Other Issues
- Topic: Git Staging Checkout Branch disabled
- Replies: 7
- Views: 644
Re: Git Staging Checkout Branch disabled
Hello,
I think this is a global setting, that you are having. You can run that command from anywhere, assuming you have a command line git client. Alternatively, you can manually edit the global configuration file which is located at:
Best regards,
Alex
I think this is a global setting, that you are having. You can run that command from anywhere, assuming you have a command line git client. Alternatively, you can manually edit the global configuration file which is located at:
Code: Select all
C:\Users\{user}\.gitconfig
Alex
- Wed Jul 22, 2020 8:19 am
- Forum: Other Issues
- Topic: Git Staging Checkout Branch disabled
- Replies: 7
- Views: 644
Re: Git Staging Checkout Branch disabled
Hi,
I believe the http.sslVerify is disabled and because of that the exception is thrown. You can enable (which is the default mode) it by running:
I will add an issue to investigate and fix this situation on our side.
Best regards,
Alex
I believe the http.sslVerify is disabled and because of that the exception is thrown. You can enable (which is the default mode) it by running:
Code: Select all
git config http.sslVerify "true"
Best regards,
Alex
- Mon Jul 20, 2020 4:04 pm
- Forum: Feature Request
- Topic: What about Git support?
- Replies: 102
- Views: 30049
Re: What about Git support?
Hi Cris, Is it possible to raise the priority of the auto-pull option? It doesn't have to be the default, but my team is complaining quite strongly about having to manually pull. I will raise it again during the next planing. I'm not sure yet how to check if a pull will generate conflicts or not... ...
- Mon Jul 20, 2020 2:20 pm
- Forum: Other Issues
- Topic: Git Staging Checkout Branch disabled
- Replies: 7
- Views: 644
Re: Git Staging Checkout Branch disabled
Hello, The branch combo should activate once you paste an URL to Git repository in the Repository URL field. If that doesn't happen, there's usually a red error label that appears above the buttons, in the dialog. DO you see such a error message? You can also try starting Oxygen from the command lin...