share oxygen preferences via local network

Oxygen general issues.
adanges
Posts: 1
Joined: Wed Nov 18, 2015 5:32 pm

share oxygen preferences via local network

Post by adanges »

Hello,
I would like to add some code templates for inserting special characters via shortcut key.
Is there any way to make these code templates accessible for more than one Oxygen installation in my local network (without using the "Import Global Options" function)?

Oxygen versions 17 and 15 used, all Windows 7

Thank you and regards
Arne
Radu
Posts: 9046
Joined: Fri Jul 09, 2004 5:18 pm

Re: share oxygen preferences via local network

Post by Radu »

Dear Arne,

You could share the code templates either as:

1) Default options:

https://www.oxygenxml.com/doc/versions/ ... tions.html

2) Or create an Oxygen Java based plugin which uses our Java-based API to impose options in the application once it is started.
We have an SDK available as a Maven repository and we have a sample plugin called ImposeOptions:

https://www.oxygenxml.com/oxygen_sdk.ht ... ne_plugins

Plugins can either be installed manually or as add-ons:

https://www.oxygenxml.com/addons.html

Or as a different approach, if you are using only the Author visual editing mode you could extend the framework configuration you are currently using and define custom Author actions which insert that characters and add shortcuts to them:

https://www.oxygenxml.com/doc/versions/ ... ction.html
http://blog.oxygenxml.com/2015/08/docum ... aring.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply