Search found 1008 matches

by alex_jitianu
Mon Sep 14, 2020 10:01 am
Forum: General XML Questions
Topic: @target on <name>
Replies: 4
Views: 1691

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...
by alex_jitianu
Fri Sep 11, 2020 4:35 pm
Forum: General XML Questions
Topic: @target on <name>
Replies: 4
Views: 1691

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. ...
by alex_jitianu
Tue Sep 08, 2020 4:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Editor Variable to ExecuteCommandLineOperation return
Replies: 5
Views: 2537

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...
by alex_jitianu
Fri Sep 04, 2020 3:13 pm
Forum: Feature Request
Topic: Add import button in DTA Author Actions menu
Replies: 5
Views: 1531

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 ...
by alex_jitianu
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: 1427

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...
by alex_jitianu
Thu Aug 27, 2020 9:30 am
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion attribute values and annotations
Replies: 1
Views: 1132

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...
by alex_jitianu
Fri Aug 21, 2020 5:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: MD -> DITA: Escaped '[]' not ignored
Replies: 2
Views: 983

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 ...
by alex_jitianu
Wed Aug 19, 2020 2:08 pm
Forum: Common Problems
Topic: Diff tool error when reusing content from a Git submodule
Replies: 4
Views: 1806

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,...
by alex_jitianu
Thu Aug 13, 2020 1:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Reuse Actions across frameworks
Replies: 2
Views: 1424

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
by alex_jitianu
Thu Jul 23, 2020 5:29 pm
Forum: Other Issues
Topic: Git - cannot pull, files are desynchonized somehow
Replies: 4
Views: 2381

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...
by alex_jitianu
Thu Jul 23, 2020 9:11 am
Forum: Feature Request
Topic: Provide tree view/flat view button in Git History window
Replies: 3
Views: 1651

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 alex_jitianu
Thu Jul 23, 2020 8:58 am
Forum: Feature Request
Topic: Provide tree view/flat view button in Git History window
Replies: 3
Views: 1651

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
by alex_jitianu
Wed Jul 22, 2020 4:10 pm
Forum: Other Issues
Topic: Git Staging Checkout Branch disabled
Replies: 7
Views: 2572

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:

Code: Select all

C:\Users\{user}\.gitconfig
Best regards,
Alex
by alex_jitianu
Wed Jul 22, 2020 8:19 am
Forum: Other Issues
Topic: Git Staging Checkout Branch disabled
Replies: 7
Views: 2572

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:

Code: Select all

git config http.sslVerify "true"
I will add an issue to investigate and fix this situation on our side.

Best regards,
Alex
by alex_jitianu
Mon Jul 20, 2020 4:04 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63628

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... ...
by alex_jitianu
Mon Jul 20, 2020 2:20 pm
Forum: Other Issues
Topic: Git Staging Checkout Branch disabled
Replies: 7
Views: 2572

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...
by alex_jitianu
Mon Jun 22, 2020 9:43 am
Forum: Common Problems
Topic: Enabling connection to MarkLogic XDBC server with SSL?
Replies: 5
Views: 1831

Re: Enabling connection to MarkLogic XDBC server with SSL?

Hello David, I have registered an internal issue to add this support. Thank you for providing hints in this direction. Unfortunately, this is not something that can work without us making changes in the code base. We will let you know as soon as an Oxygen release with this feature becomes available....
by alex_jitianu
Thu Jun 18, 2020 4:13 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63628

Re: What about Git support?

Hi Chris,

Both of your requests make perfect sense. I've added internal issues for both of them. The Diff Files application doesn't have an API to disable those actions, so we need to see how we can add such an API, first.

Alex
by alex_jitianu
Mon Jun 15, 2020 2:22 pm
Forum: Other Issues
Topic: acrolinx
Replies: 1
Views: 862

Re: acrolinx

Hello, You are trying to install the Acrolinx add-on, right? In the Install new add-ons... dialog, you've pasted the URL to the Acrolinx update site. I understand that you are seeing the add-on, you ark it for install, but the exception appears when you press Next. Am I correct, so far? When Next is...
by alex_jitianu
Fri Jun 05, 2020 2:15 pm
Forum: Common Problems
Topic: Run XSpec Test configuration for XML 1.1
Replies: 2
Views: 1244

Re: Run XSpec Test configuration for XML 1.1

Hello, I think you did everything right... I did a similar scenario, but I used the command line to exclude any Oxygen interference and I run into the same problem. Here is what I did: 1. I created some sample files. The XSPec looks like this: <?xml version="1.1" encoding="UTF-8"...
by alex_jitianu
Tue Jun 02, 2020 5:33 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63628

Re: What about Git support?

Hi Chris, Auto-pulling remote non-conflicting commits would be very helpful. Despite repeated requests, many writers still go days between pulls. Our commit graphs have many parallel and intertwining nonsynchronized paths because of this. Debugging commit issues is terrible because of this. I've add...
by alex_jitianu
Tue May 26, 2020 4:37 pm
Forum: Other Issues
Topic: Custom Editor Variable using xpath_eval and doc function
Replies: 12
Views: 4288

Re: Custom Editor Variable using xpath_eval and doc function

Hi John, I'm sorry for the inconvenience... Starting with version 22.1 the sequence ) } from within the XPath is considered to be a suffix for the editor variable. This generates a snow ball effect of bad variables parsing. We'll fix it for the next in a maintenance build. As a workaround, you can t...
by alex_jitianu
Wed May 20, 2020 4:00 pm
Forum: Feature Request
Topic: Validation scenario as an Action for mapping to a button in the UI
Replies: 4
Views: 1853

Re: Validation scenario as an Action for mapping to a button in the UI

Hello David,

In the newly release Oxygen 22.1, there is a new operation available, ExecuteValidationScenariosOperation, that will execute one or more validation scenarios. I hope it helps!

Best regards,
Alex
by alex_jitianu
Wed May 20, 2020 12:06 pm
Forum: Other Issues
Topic: Custom Editor Variable using xpath_eval and doc function
Replies: 12
Views: 4288

Re: Custom Editor Variable using xpath_eval and doc function

Hi John,

In Oxygen version 22.1, that was released yesterday, the 2 characters that form ending sequence for an editor variable - )} - can have any number of white spaces characters (including newlines) in between.

Best regards,
Alex
by alex_jitianu
Wed May 20, 2020 9:53 am
Forum: Common Problems
Topic: Has anyone used Git submodules with the Git plugin?
Replies: 21
Views: 6446

Re: Has anyone used Git submodules with the Git plugin?

Hi Chris, 1. I agree, chances are that, for our audience, initializing the submodules automatically is better. Otherwise, you currently get an empty directory in your file system and you don't know what to do. I've added an issue to add an option for this, with the default being to automatically ini...
by alex_jitianu
Thu May 14, 2020 12:01 pm
Forum: General XML Questions
Topic: md2dita: prolog in XML author and Ixiasoft different
Replies: 2
Views: 1476

Re: md2dita: prolog in XML author and Ixiasoft different

Hello, The Markdown to DITA conversion is based on the LwDITA parser for DITA-OT plugin. Oxygen 21.1 comes with a newer version of this plugin which better handles the metadata section. You can check the plugin's Syntax reference , but I, personally, don't see a way to generate othermeta instead of ...
by alex_jitianu
Tue May 12, 2020 6:08 pm
Forum: Common Problems
Topic: Has anyone used Git submodules with the Git plugin?
Replies: 21
Views: 6446

Re: Has anyone used Git submodules with the Git plugin?

Hi Chris, I haven't encountered this situation, myself. What you describe, might be a line separator issue. You can open one of those files that appear as modified in an Oxygen editor and then go to Tools->Hex Viewer. If you see 0D 0A sequence then it might be something related with the core.autocrl...
by alex_jitianu
Thu May 07, 2020 1:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert metadata into ditamap using SDK
Replies: 15
Views: 4052

Re: Insert metadata into ditamap using SDK

Hi Samba,

I'm glad that you found a solution. But that jar should be inside [PLUGIN_DIR]\lib, isn't that right? The plugin should be self contained. When you build the deliverable in your project, this jar should be present inside the deliverable.

Best regards,
Alex
by alex_jitianu
Mon May 04, 2020 6:32 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63628

Re: What about Git support?

Hi Chris, You can run Git commands from the command line using JGit, but the required files are not bundled inside Oxygen's Git client. For example: - You can download a Self-contained command line executable . On windows, it can be run through CYGWIN: bash.exe jgit.sh status - You can download all ...
by alex_jitianu
Fri May 01, 2020 9:23 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63628

Re: What about Git support?

Hi,

I wrote a blog post about my experiments with Git client-side hooks and DITA publishing pipelines. In case it helps, here it is: Using Git client-side hooks to run DITA publishing pipelines

Best regards,
Alex