Search found 9198 matches

by Radu
Fri Sep 20, 2024 5:07 pm
Forum: Other Issues
Topic: Standardize the initial Oxygen layout, toolbar, and default Preferences users
Replies: 5
Views: 227

Re: Standardize the initial Oxygen layout, toolbar, and default Preferences users

Hi Kondala, For (1) the Javascript plugins I exemplified call the existing Java APIs. From the Java code of any plugin you can call for example: PluginWorkspaceProvider.getPluginWorkspace().setGlobalObjectProperty("key", "value"); PluginWorkspaceProvider.getPluginWorkspace().impo...
by Radu
Fri Sep 20, 2024 6:41 am
Forum: Common Problems
Topic: Search for letter s that excludes long s (and vice versa)
Replies: 4
Views: 54

Re: Search for letter s that excludes long s (and vice versa)

Hi David, We are using the regular Java regular expressions engine to perform the search. In order to use case insensitive match we enable the case insensitive flag (similar to the regexp ?i): https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE but as documented t...
by Radu
Fri Sep 20, 2024 6:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Conref URI parsing issue
Replies: 4
Views: 110

Re: Conref URI parsing issue

Hi, There is this Javascript-based Oxygen plugin which applies an XSLT when the document is opened and when it is saved: https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/tree/master/OpenSaveXSLTFilter Maybe you can use it as an example. You can also modify the plugin to handle things ...
by Radu
Thu Sep 19, 2024 2:54 pm
Forum: Common Problems
Topic: Search for letter s that excludes long s (and vice versa)
Replies: 4
Views: 54

Re: Search for letter s that excludes long s (and vice versa)

Hi David, I just tested creating a file with these words inside: express expreſs And then using both Oxygen's Find/Replace dialog and "Find/Replace in Files" to search for "express". If the "Regular expression" checkbox is not checked, the search should locate only the ...
by Radu
Thu Sep 19, 2024 9:59 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Conref URI parsing issue
Replies: 4
Views: 110

Re: Conref URI parsing issue

Hi Charlie, The general syntax for a DITA conref is something like this: https://www.oxygenxml.com/dita/1.3/specs/langRef/attributes/theconrefattribute.html path/to/topic.dita#topicId/elementId From your details it seems that XMetal did not add the topicId/ part in the conref path reference. If this...
by Radu
Thu Sep 19, 2024 9:48 am
Forum: SDK-API, Frameworks - Document Types
Topic: Need a help with Oxygen Editor applying global tooltip font and color defind in plugin
Replies: 1
Views: 69

Re: Need a help with Oxygen Editor applying global tooltip font and color defind in plugin

Hi Vishwa,
It's natural that Oxygen's UI components obey colors set in the UIManager. There is no setting in Oxygen to control that, ideally you should set your own keys in the UIManager and thus you will stop influencing the entire application.
Regards,
Radu
by Radu
Mon Sep 16, 2024 7:35 am
Forum: SDK-API, Frameworks - Document Types
Topic: Structural variation while inserting fragment based on user input
Replies: 2
Views: 145

Re: Structural variation while inserting fragment based on user input

HI Alexey, I managed to make things work with something like this: ${xpath_eval(for $i in tokenize("${ask('Artists:',generic,'')}") return concat("<artist>", $i, "</artist>"))} I added quotes in the tokenize function value and I also returned the XML tags as plain text ...
by Radu
Fri Sep 13, 2024 2:13 pm
Forum: Common Problems
Topic: How Can I Create Link in Document?
Replies: 1
Views: 82

Re: How Can I Create Link in Document?

Hi, As first step you should assign an id attribute value to the XML element to which you want to link using Oxygen's Attributes view. Then from the other topic use the ""Cross Reference" toolbar action to select the target topic and element, then insert a link to it. Some getting sta...
by Radu
Thu Sep 12, 2024 7:31 am
Forum: SDK-API, Frameworks - Document Types
Topic: Image display with oxy_url
Replies: 1
Views: 135

Re: Image display with oxy_url

Hi Isabelle,
You seem to have the correct approach of refreshing the document.
This looks like a coding problem with not being able to properly compute and set the system property before the XML document is opened.
Regards,
Radu
by Radu
Wed Sep 11, 2024 1:42 pm
Forum: Other Issues
Topic: Standardize the initial Oxygen layout, toolbar, and default Preferences users
Replies: 5
Views: 227

Re: Standardize the initial Oxygen layout, toolbar, and default Preferences users

Hi Kondala, With a plugin there are two possibilities: 1) When the application starts a plugin can impose custom options: https://www.oxygenxml.com/InstData/Editor/SDK/javadoc/ro/sync/exml/workspace/api/options/GlobalOptionsStorage.html Like for example this custom Javascript-based plugin which uses...
by Radu
Wed Sep 11, 2024 6:06 am
Forum: Other Issues
Topic: file not found exception
Replies: 4
Views: 1630

Re: file not found exception

Hi,
This forum discussion thread is from 4 years ago.
Maybe you can write us an email (support@oxygenxml.com) and give us a small sample XML document with which the problem can be reproduced and I can help further.
Regards,
Radu
by Radu
Tue Sep 10, 2024 9:45 am
Forum: Other Issues
Topic: Standardize the initial Oxygen layout, toolbar, and default Preferences users
Replies: 5
Views: 227

Re: Standardize the initial Oxygen layout, toolbar, and default Preferences users

Hi Kondala, In the Oxygen Preferences->"Application Layout" page one can choose to use a custom layout file: https://www.oxygenxml.com/doc/versions/26.1/ug-editor/topics/preferences-application-layout.html If for example you open Oxygen in the DITA perspective, hide and show various views ...
by Radu
Mon Sep 09, 2024 12:30 pm
Forum: Feature Request
Topic: Ollama support in AI Positron Enterprise
Replies: 3
Views: 314

Re: Ollama support in AI Positron Enterprise

Hi Magda,
Great, I'm glad this works for you now!
Regards,
Radu
by Radu
Mon Sep 09, 2024 7:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Maps Manager items numbering
Replies: 3
Views: 309

Re: DITA Maps Manager items numbering

Hi Rich,
Great, I'm glad you found the sample plugin useful!
Regards,
Radu
by Radu
Fri Sep 06, 2024 3:35 pm
Forum: Feature Request
Topic: Ollama support in AI Positron Enterprise
Replies: 3
Views: 314

Re: Ollama support in AI Positron Enterprise

Hi Magda, I'm attaching a screenshot with how I exactly configured Oxygen AI Positron Enterprise to connect to my localhost ollama server and use the "llama3" module. ollama-config.png If you have ollama on a separate HTTP server and you cannot connect to it from the Oxygen AI Positron Ent...
by Radu
Thu Sep 05, 2024 1:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can the processing instruction used for Track Changes be customized?
Replies: 2
Views: 173

Re: Can the processing instruction used for Track Changes be customized?

Hi Ann,
Change tracking is not a standard and is implemented by each editing tool in their own way. Probably some custom processing could be done to convert from one type of track changes to another... other than that I do not have other suggestions.
Regards,
Radu
by Radu
Thu Sep 05, 2024 9:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Maps Manager items numbering
Replies: 3
Views: 309

Re: DITA Maps Manager items numbering

Hi Rich,
I'm afraid we do not have such a feature.
One could maybe using our plugin APIs to add counters next to titles presented in the DITA Maps Manager view:
https://github.com/oxygenxml/wsaccess-j ... esAndIcons
Regards,
Radu
by Radu
Wed Sep 04, 2024 8:03 am
Forum: Common Problems
Topic: How to mark not/reused images in Project view
Replies: 3
Views: 193

Re: How to mark not/reused images in Project view

Hi,
The "Find Unreferenced Resources Dialog" dialog allows you to configure multiple folders in which to search and multiple top level DITA Maps. If this is not enough maybe you can elaborate on your use case.
Regards,
Radu
by Radu
Tue Sep 03, 2024 11:43 am
Forum: Common Problems
Topic: How to mark not/reused images in Project view
Replies: 3
Views: 193

Re: How to mark not/reused images in Project view

Hi Petr,
We have a specific action for this:
https://www.oxygenxml.com/doc/versions/ ... urces.html
Regards,
Radu
by Radu
Tue Aug 27, 2024 10:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Info message for profiling/conditional text when validating DITA documents
Replies: 7
Views: 435

Re: Info message for profiling/conditional text when validating DITA documents

Hi Christina, Other attributes have also not been added to the profiling settings, but still they don't appear in the validation report. If those attributes are profiling/filtering attributes Oxygen should issue warnings also about them, so not sure, I do not know the specifics, how those attributes...
by Radu
Tue Aug 27, 2024 8:39 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Info message for profiling/conditional text when validating DITA documents
Replies: 7
Views: 435

Re: Info message for profiling/conditional text when validating DITA documents

Hi Christina, In the DITA Maps Manager view if you use the "Validate and check for completeness" toolbar button, the "DITA Map Completeness Check" dialog which shows up should have a checbox named "Report attributes and values which conflict with profiling preferences"....
by Radu
Mon Aug 26, 2024 2:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Info message for profiling/conditional text when validating DITA documents
Replies: 7
Views: 435

Re: Info message for profiling/conditional text when validating DITA documents

Hi Christina, In the Oxygen Preferences->"Editor / Edit Modes / Author / Profiling/Conditional Text / Attributes and Condition Sets" page there is a setting named "Report invalid profiling attribute values (DITA only)". I assume you have it checked on your side, by default it is ...
by Radu
Mon Aug 26, 2024 12:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change tabs title when Oxygen starts with opened files
Replies: 4
Views: 543

Re: Change tabs title when Oxygen starts with opened files

Hi, As an addition to this, in the Oxygen Preferences->"Global" page there is a checkbox "Load file content only when switching to its corresponding editor tab". If it is unchecked, Oxygen will fully load files when it is first opened or when a new project is opened. But if the c...
by Radu
Mon Aug 26, 2024 6:26 am
Forum: Common Problems
Topic: Restoring previews to Find/Replace in Files
Replies: 1
Views: 229

Re: Restoring previews to Find/Replace in Files

Hi, From what I remember there should be a slider between the list of changed files and the place where the changes are displayed, so that moving that slider up and down should give more space to either the changed files list of the changes display area. If you cannot find the slider, can you re-sta...
by Radu
Thu Aug 08, 2024 9:46 am
Forum: SDK-API, Frameworks - Document Types
Topic: How to access to the Image Preview panel
Replies: 2
Views: 400

Re: How to access to the Image Preview panel

Hi, If you call this API "ro.sync.exml.workspace.api.Workspace.open(URL)" with the URL of an image, Oxygen should attempt to open the image in the Preview view. There are no specific APIs to customize the Preview view. Of course, you could attempt to make your CMS Preview view, contribute ...
by Radu
Wed Aug 07, 2024 7:07 am
Forum: Common Problems
Topic: HTTPS error after following troubleshooting steps
Replies: 2
Views: 210

Re: HTTPS error after following troubleshooting steps

Hi, In such cases it helps if you post the entire error message you receive. I assume you are attempting to install add-ons from Oxygen's specific add-on update site, and not third party addons. What we experienced in the past is that sometimes people have some kind of HTTPS proxy/firewall in their ...
by Radu
Tue Aug 06, 2024 7:37 am
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve conkeyref
Replies: 7
Views: 964

Re: Resolve conkeyref

Hi, So let's say you have this particular conkeyref in the DITA XML topic: <ph conkeyref="GUID-YYYY-YYYY-YYYY/AA-0000-BB-2222"/> The internal structure of nodes when a conref is properly resolved looks like this: <ph (conref/conkeyref)> <referenceNode> <ph (the target reused element)> so t...
by Radu
Sat Aug 03, 2024 1:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve conkeyref
Replies: 7
Views: 964

Re: Resolve conkeyref

Hi,
Right, once a conref/conkeyref is expanded in the Author visual editing mode, the "AuthorNode's" for that expanded content should be in the structure of nodes of the current document and can be accessed.
Regards,
Radu
by Radu
Fri Aug 02, 2024 11:19 am
Forum: SDK-API, Frameworks - Document Types
Topic: Add plugin in our application
Replies: 5
Views: 579

Re: Add plugin in our application

Hi Isabelle, if I understand correctly, we have to unpack the file oxygen-ai-positron-addon-2.1.0-plugin.jar and put the content of oxygen-ai-positron-addon-2.1.0 folder in our plugins folder. Am I right ? Yes. That is the actual plugin folder. We juste took one of your add on on this page https://w...
by Radu
Fri Aug 02, 2024 9:56 am
Forum: SDK-API, Frameworks - Document Types
Topic: Add plugin in our application
Replies: 5
Views: 579

Re: Add plugin in our application

Hi Isabelle, What does that "oxygen-ai-positron-addon-2.1.0.jar" contain inside it? It might actually be an entire plugin folder bundled there along with its proper plugin.xml. Did you obtain the JAR from our add-on update site? If you you should unpack it and used the unpacked folder as t...