Search found 496 matches

by cristi_talau
Thu Mar 05, 2020 2:31 pm
Forum: Common Problems
Topic: Embed Angular App in Oxygen Web Dialog (modal)
Replies: 4
Views: 2730

Re: Embed Angular App in Oxygen Web Dialog (modal)

Hello, I understand you want to load some static resources defined in your project in a dialog. It all depends on the place where your resources are located: 1. If you develop a plugin, you should use the WebappStaticResourcesFolder extension type [1]. 2. If you develop a framework, all the resource...
by cristi_talau
Mon Feb 24, 2020 2:22 pm
Forum: Common Problems
Topic: Existing extensions migration to Oxygen XML Web Author
Replies: 6
Views: 2633

Re: Existing extensions migration to Oxygen XML Web Author

Hello, Some classes were made compatible with Web Author and annotated with "WebappCompatible". Some of them were re-implemented in JavaScript for various frameworks (e.g. DITA), some of them were re-implemented in a generic way. To provide you with alternatives we need to know which Autho...
by cristi_talau
Fri Feb 21, 2020 3:21 pm
Forum: Common Problems
Topic: Existing extensions migration to Oxygen XML Web Author
Replies: 6
Views: 2633

Re: Existing extensions migration to Oxygen XML Web Author

Hello, The extensions that you described in the second paragraph are framework configurations. If you modified one of the builtin frameworks, it is recommended to use a framework extension [1] instead. This way, when we update the builtin framework you will not get stuck with an old modified one. If...
by cristi_talau
Wed Feb 19, 2020 7:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Share dita file to people who doesn't install oxygen
Replies: 2
Views: 909

Re: Share dita file to people who doesn't install oxygen

Hello, Oxygen XML Web Author or Oxygen Content Fusion can be used to quickly share XML documents with your colleagues. They will be able to read the content and provide you with comments and change suggestions. Currently, these products do not support copying with rich styles. We have a feature requ...
by cristi_talau
Fri Feb 07, 2020 8:15 pm
Forum: Feature Request
Topic: Spell checker: learned words
Replies: 2
Views: 2344

Re: Spell checker: learned words

Hello, We developed a plugin for the learn word functionality [1] that saves the learned words in a file on the server. Alternatively, it can send the learned words to a REST API. There is also an option to add a ".tdi" file in Web Author and it will be used to define learned words, but th...
by cristi_talau
Tue Jan 28, 2020 5:59 pm
Forum: Common Problems
Topic: Loss of actions from Oxygen XML to Oxygen Web
Replies: 3
Views: 2693

Re: Loss of actions from Oxygen XML to Oxygen Web

Hello, Regarding the "insert row operation", you are right - it should work out-of-the-box. However, we started annotating AuthorOperations as WebappCompatible several years ago. If your framework is older than that, it might not work. Also in recent versions of Oxygen we made it possible ...
by cristi_talau
Tue Jan 28, 2020 12:36 pm
Forum: Common Problems
Topic: Custom profiling attributes in web author
Replies: 1
Views: 1286

Re: Custom profiling attributes in web author

Hello, The subject scheme can be used to control the values of the profiling attributes. To use custom profiling attributes, in your specialization, the domain attribute of the root element should contain: a(props ATTR) where ATTR is the name of the custom profiling attribute. More details about usi...
by cristi_talau
Tue Jan 28, 2020 12:08 pm
Forum: Common Problems
Topic: Loss of actions from Oxygen XML to Oxygen Web
Replies: 3
Views: 2693

Re: Loss of actions from Oxygen XML to Oxygen Web

Hello, Custom frameworks can be ported between Oxygen XML Editor/Author and Oxygen XML Web Author, but some additional customization is sometimes required. In Oxygen, an action is defined as a mapping between an activation XPath and a corresponding operation [1] that executes when that XPath is vali...
by cristi_talau
Thu Jan 16, 2020 11:10 am
Forum: Common Problems
Topic: Do Content Fusion Tasks Expire?
Replies: 5
Views: 5534

Re: Do Content Fusion Tasks Expire?

Currently there is no expiration time for Content Fusion tasks. In the browser UI there are 3 lists of review tasks: Review tasks assigned to me Review tasks owned by me Finalized review tasks The third list contains tasks for which the user clicked the "Finalize Review" button. This list ...
by cristi_talau
Fri Nov 01, 2019 10:16 am
Forum: Feature Request
Topic: Request for review, list of reviews
Replies: 1
Views: 2504

Re: Request for review, list of reviews

Hello, If you are using a git hosting server such as GitHub, GitLab or BitBucket, such a "review request" maps perfectly with the "Pull Request" concept (or "Merge Request" for GitLab). When a user commits a file, Web Author offers the choice to commit it on a new branc...
by cristi_talau
Tue Oct 29, 2019 4:34 pm
Forum: Common Problems
Topic: Hiding folded placeholder
Replies: 6
Views: 2896

Re: Hiding folded placeholder

Hello, The "WebappCSSResource" extension point was added in version 21.1.1. Prior to this release you have to use JS to load the CSS and the "WebappStaticResourcesFolder" extension point. You can see some examples here [1] and here [2]. Best, Cristian [1] https://github.com/oxyge...
by cristi_talau
Tue Oct 29, 2019 11:58 am
Forum: Common Problems
Topic: tags desplayed before :before
Replies: 1
Views: 1262

Re: tags desplayed before :before

Hello,

Unfortunately, there is no way to configure this in Web Author.

Best,
Cristian
by cristi_talau
Tue Oct 29, 2019 11:50 am
Forum: Common Problems
Topic: Hiding folded placeholder
Replies: 6
Views: 2896

Re: Hiding folded placeholder

Hello, Web Author's default styling is different from the one in the desktop editor. I also found the feature request to add a pseudo-class for folded elements and I added your vote to it. A non-API way to get rid of that text is to add a custom CSS to Web Author [1] and to add the following selecto...
by cristi_talau
Mon Oct 28, 2019 11:23 am
Forum: SDK-API, Frameworks - Document Types
Topic: Add selection event listener
Replies: 5
Views: 3179

Re: Add selection event listener

Hello, I am updating this thread to let you know that version 21.1.1 of Web Author was released and now there is a new API sync.api.SelectionManager.scrollSelectionIntoView that can be used to scroll the selection into view. You can find a list of other features and improvements that were added in t...
by cristi_talau
Fri Oct 25, 2019 3:39 pm
Forum: Other Issues
Topic: Could not determine conref targets
Replies: 3
Views: 1569

Re: Could not determine conref targets

Hello, The "sync.actions.InsertXref" action was designed to work for DITA documents. I registered an issue to make add similar functionality for DocBook and I will update this thread when it will be available in a released version of Web Author. Let us know if you want to test beta version...
by cristi_talau
Tue Sep 17, 2019 6:32 pm
Forum: Common Problems
Topic: Oxygen Web Author 20.1 multiple custom Dialogs
Replies: 3
Views: 2157

Re: Oxygen Web Author 20.1 multiple custom Dialogs

Hello, When you create your instance of AbstractAction you can override the getDescription() method to provide the text to be included on the tooltip. More details here [1]. Best, Cristian [1] https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-webapp/18.1.0.0/jsdoc/sync.actions.AbstractAction.html
by cristi_talau
Tue Sep 10, 2019 6:10 pm
Forum: Common Problems
Topic: Oxygen Web Author 20.1 multiple custom Dialogs
Replies: 3
Views: 2157

Re: Oxygen Web Author 20.1 multiple custom Dialogs

Hello, 1) Regarding an action whose behavior changes depending on the caret position. There are several approaches to implement this functionality: In JavaScript you have API to get the current selection: var selection = editor.getSelectionManager().getSelection(); to check whether it is empty or no...
by cristi_talau
Thu Aug 08, 2019 9:39 am
Forum: Common Problems
Topic: :before and width not working?
Replies: 2
Views: 1783

Re: :before and width not working?

Hello, By default, ":before" elements have "display:inline". According to the CSS specification, the "width" property does not apply for "inline" elements [1]. That's why the browser renders it this way. However, in the desktop application, we decided to take ...
by cristi_talau
Tue Jul 30, 2019 10:40 am
Forum: Common Problems
Topic: "Cannot load the associated CSS files" in Web Author
Replies: 3
Views: 2149

Re: "Cannot load the associated CSS files" in Web Author

Hello, In the dita.framework file we have some rules that match on the Public ID using wildcards, for example: <field name="publicID"> <String>*-//OASIS//DTD DITA Topic*</String> </field> Anyway, if you have a license for Oxygen XML Author / Editor you can use the GUI to edit the framework...
by cristi_talau
Thu Jul 25, 2019 10:01 am
Forum: Common Problems
Topic: "Cannot load the associated CSS files" in Web Author
Replies: 3
Views: 2149

Re: "Cannot load the associated CSS files" in Web Author

Hello, From what you describe, Web Author does not identify that your XML file is a DITA topic. To identify a file as a DITA topic, Web Author uses a set of association rules defined in the framework. By default, it matches a set of pre-configured Public IDs among which is the first one you mentione...
by cristi_talau
Mon May 27, 2019 3:09 pm
Forum: Feature Request
Topic: Change text of read only message.
Replies: 4
Views: 2962

Re: Change text of read only message.

Hello,

I am updating this thread to let you know that Oxygen XML Web Author v21.1 is now released and that now the correct message is displayed when a file is opened as read-only.

Here is a list of what is new in this version: https://www.oxygenxml.com/xml_web_author/whats_new.html

Best,
Cristian
by cristi_talau
Mon May 27, 2019 3:08 pm
Forum: Common Problems
Topic: Editing processing instructions in Oxygen Web Author
Replies: 4
Views: 2423

Re: Editing processing instructions in Oxygen Web Author

Hello, I am updating this thread to let you know that Oxygen XML Web Author v21.1 is now released and it supports adding form controls and other static content on a processing instruction. Here is a list of what is new in this version: https://www.oxygenxml.com/xml_web_author/whats_new.html Best, Cr...
by cristi_talau
Mon May 20, 2019 11:12 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Web Author autocorrection patch
Replies: 4
Views: 2393

Re: Web Author autocorrection patch

Hello, Starting with Web Author 20.1.1 you do not need to set that option that uses "oxygen.data.dir". Instead, you just place the patch file in the "[oxygen.data.dir]/options/autocorrect" folder [1]. To create multiple installation environments you can create multiple "oxyg...
by cristi_talau
Thu May 09, 2019 1:30 pm
Forum: Common Problems
Topic: Edit central XML file with Web Author?
Replies: 1
Views: 1668

Re: Edit central XML file with Web Author?

Hello, To answer your questions: 1. Yes. Frameworks developed for Oxygen XML Editor have a high degree of compatibility with Web Author. Specifically, the points that you mentioned are supported. The only thing I wanted to mention is that XSLT operations will be executed using Saxon HE. 2. Web Autho...
by cristi_talau
Fri Apr 19, 2019 11:50 am
Forum: Feature Request
Topic: XML Web Author: options.xml
Replies: 2
Views: 1917

Re: XML Web Author: options.xml

Hello, We added an option to control the default recently used character in the Char Picker. The list of characters can be configured from the Administration Page. The fix will be included in the next Web Author release (v21.1), but you can already install it in your Web Author deployement using the...
by cristi_talau
Fri Apr 05, 2019 4:29 pm
Forum: Feature Request
Topic: Support for deployment on Azure
Replies: 2
Views: 4040

Re: Support for deployment on Azure

Hello, Content Fusion is supported on Microsoft Azure. We have an installation kit that can be installed on a clean Ubuntu 18.04 VM that runs on any cloud provider including Microsoft Azure and Google Cloud Platform. This is already mentioned in the User Guide [1]. Is this enough for your purpose? B...
by cristi_talau
Fri Mar 29, 2019 4:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Advice on translations
Replies: 4
Views: 2382

Re: Advice on translations

Hello, I think that the spreadsheet approach does not work well if you have phrase-level DITA elements such as "codeph" or "term" in a step or note. You want the translators to preserve those elements as well but you do not want to split text in chunks at phrase-level element bou...
by cristi_talau
Mon Mar 25, 2019 5:25 pm
Forum: Common Problems
Topic: Replacing words with plugin in Oxygen XML Web Author
Replies: 2
Views: 2009

Re: Replacing words with plugin in Oxygen XML Web Author

Hello, The best answer depends on how your plugin is structured and what it tries to achieve. I assume you managed to identify a word that should be changed. What information do you have about the location of the word? Did you manage to locate the word using the JS API or the Java API? Given the inf...
by cristi_talau
Tue Feb 26, 2019 12:55 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Does the Web Author support file transformation?
Replies: 2
Views: 2409

Re: Does the Web Author support file transformation?

Hello, I am updating this forum post to let you know that Oxygen XML Web Author version 21.0 is now released [1] and it has support for editing Markdown files. You can find more details in our documentation: https://www.oxygenxml.com/doc/versions/21.0.0/ug-webauthor/topics/wa-other-doc-types.html. B...
by cristi_talau
Tue Feb 26, 2019 12:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Downsizing Web Author DITA Frameworks
Replies: 4
Views: 3335

Re: Downsizing Web Author DITA Frameworks

Hello, I am updating this forum post to let you know that Oxygen XML Web Author version 21.0 is now released [1] and it now has support for editing Markdown files. You can find more details in our documentation: https://www.oxygenxml.com/doc/versions/21.0.0/ug-webauthor/topics/wa-other-doc-types.htm...