How-To

HomeHow-To → Edit in your desktop XML editor

Edit an Ironmark document in Oxygen, Arbortext, or your desktop XML editor

Ironmark's browser editor is optional. The Ironmark Desktop Launcher is a small Windows helper that round-trips a check-out through the XML editor an author already knows — Oxygen, Arbortext, VSCode, or any editor that reads an XML file path from the command line. Check-in, check-out, and audit still flow through the Ironmark server, so review, applicability, parts, publishing, and IETP delivery see the same document regardless of which editor produced the XML.

Windows only in this release. The current launcher is unsigned; Windows SmartScreen will show an “unknown publisher” warning on first run (choose More info → Run anyway).

Install the launcher

1

Download from Ironmark

Sign in and open Preferences → Desktop Launcher. Click Download Windows Launcher. The download is a ZIP containing the launcher executable, a one-click install.bat, an uninstaller, and a README.

If your Ironmark administrator has disabled the download, the section will show a note explaining that; ask your admin to enable launcher_download_enabled in System Settings if the launcher is part of your program's workflow.

2

Extract and run install.bat

Double-click install.bat. It creates %LOCALAPPDATA%\Programs\Ironmark\, copies the executable, and registers the ironmark:// URL scheme under your user account (no admin rights required).

Windows SmartScreen may warn about the unsigned publisher. Choose More info → Run anyway.

Pick your XML editor

1

Open the launcher configuration window

Double-click the launcher executable at %LOCALAPPDATA%\Programs\Ironmark\ironmark-launcher.exe with no arguments, or run it from Command Prompt as ironmark-launcher.exe configure.

2

Browse to your editor

Choose Select editor and pick the editor executable — typically oxygen.exe, arbortext editor.exe, or code.cmd. The launcher offers to open a stub XML file to verify the editor path resolves correctly.

Round-trip a document

1

Open a document in Ironmark's web editor

Pick any document you have permission to check out. In the checkout banner, click Open in Desktop Editor.

2

The launcher takes over

The browser mints a short-lived session token, embeds it in an ironmark:// URL, and hands off to the launcher. The launcher checks the document out, drops the XML into a temporary file under %APPDATA%\Ironmark\checkouts\, and opens that file in your configured editor.

3

Edit and save normally

Every save in the editor is watched by the launcher and flushed to the server as a working-copy update — the same behavior as saving in the web editor. Interim saves are visible only to you until check-in; other users still see the last released version.

4

Close the editor to check in

When you close the editor, the launcher performs the final check-in and produces a new document version on the Ironmark server. The temp file is left in place so you can inspect the last-saved copy if anything went wrong.

Resume a checkout from a previous session

Left a document open at the end of the day and want to keep editing tomorrow? Open the document in the web editor. If it is already checked out to you, the checkout banner shows a Continue in Desktop button in place of the fresh-checkout Open in Desktop Editor. Click it — the launcher hands off to your editor with your existing working-copy XML, no new checkout event is created, and check-in behaves the same as a fresh round-trip.

Sysadmin controls

Two System Settings gate the launcher for the whole tenant:

Current limitations

Related

← All how-to guides